Re: kgdb on alpha does not work properly

2003-03-18 Thread Kris Kennaway
On Tue, Mar 18, 2003 at 05:59:00PM -0500, Andrew Gallatin wrote: > > Kris Kennaway writes: > > I've been having trouble getting gdb -k on alpha to give me sensible > > backtraces. For example, here is the backtrace of a softupdates panic > > that I dum

kgdb on alpha does not work properly

2003-03-18 Thread Kris Kennaway
fence-post' command. Otherwise, you told GDB there was a function where there isn't one, or (more likely) you have encountered a bug in GDB. (kgdb) Can someone please look into this? Kris pgp0.pgp Description: PGP signature

Re: ports problem with 5.0-RELEASE -> CURRENT

2003-03-18 Thread Kris Kennaway
On Tue, Mar 18, 2003 at 11:17:04AM +0300, Juriy Goloveshkin wrote: > What can be wrong??? Perhaps you didn't upgrade your ports collection completely. A common mistake is to forget to cvsup the ports-base collection. Kris pgp0.pgp Description: PGP signature

Re: CURRENT

2003-03-14 Thread Kris Kennaway
x27;re running current you're generally expected to be familiar enough with running FreeBSD that you can handle this kind of thing on your own. Perhaps you might be happier with the -STABLE branch. Kris pgp0.pgp Description: PGP signature

Re: Ports broken due to -current change (Re: Ports broken on ia64)

2003-03-14 Thread Kris Kennaway
On Fri, Mar 14, 2003 at 11:41:23AM -0500, Mike Barcroft wrote: > > > Can someone please investigate? > > This was fixed in rev 1.33 of . Great, thanks..I'll update the bindists. Kris pgp0.pgp Description: PGP signature

Ports broken due to -current change (Re: Ports broken on ia64)

2003-03-14 Thread Kris Kennaway
On Fri, Mar 14, 2003 at 02:35:43AM -0800, Kris Kennaway wrote: > A number of ports have become broken on ia64 for what appears to be a > similar reason: > > In file included from nid3.c:50: > /usr/include/sys/stat.h:127: syntax error before "u_int" > /usr/include/

Re: Build error again.

2003-03-13 Thread Kris Kennaway
-j4. However, it's probably caused by using -DNOCLEAN. Don't do that, and try again (also omit -j so you can post the actual error if it still fails). Kris pgp0.pgp Description: PGP signature

Re: FBSD 5.0 diskless environment does not work!

2003-03-12 Thread Kris Kennaway
lon a few months ago (I had some trouble updating my diskless machines past this change, although I think that was mostly because of a typo in his commit that went unnoticed/untested for a few months). Compare your previous installation to the comments in rc.diskless (and I presume, the manpage). Kri

bad malloc flags: 4

2003-03-11 Thread Kris Kennaway
Got this when booting a fresh kernel: Bad malloc flags: 4 Stack backtrace: backtrace(c03953d4,4,1,c035e443,c1b6e500) at backtrace+0x17 malloc(3c,c03dfe80,4,c1b85d00,dcd7bc78) at malloc+0x5b m_tag_alloc(0,e,30,4,c5a5bcc0) at m_tag_alloc+0x2f ip6_addaux(c1b85d00,dcd7bcbc,c02af378,c1b85d00,c5bab800)

Re: NULL pointer problem in pid selection ?

2003-03-08 Thread Kris Kennaway
voidance. I've been running this patch from Alfred for the past month or so on bento, which has fixed a similar panic I was seeing regularly. Kris Index: kern/kern_fork.c === RCS file: /home/ncvs/src/sys/kern/kern_fork.c,v retri

failed to set signal flags properly for ast()

2003-03-07 Thread Kris Kennaway
I've been getting a few of these on 5.0 lately: Mar 7 21:31:07 bento kernel: failed to set signal flags properly for ast() Is there any additional debugging information I can provide to help track this down? Kris pgp0.pgp Description: PGP signature

Re: SCHED_ULE ok again. feedback please?

2003-03-07 Thread Kris Kennaway
noted in Jeff's original mail, niced processes do not behave nicely yet. Kris pgp0.pgp Description: PGP signature

Re: -O2 broke ppp NAT

2003-03-05 Thread Kris Kennaway
my buildsi anymore. A good lesson. :-) Kris pgp0.pgp Description: PGP signature

Re: Removal of netns

2003-03-04 Thread Kris Kennaway
ents that ended > up causing a lot of grief, most of which I was not involved in, > but merely watched from the sidelines. I'm hard-pressed to think of any change to FreeBSD that you have not involved yourself in ;-) Kris pgp0.pgp Description: PGP signature

Re: Problems compiling KDE after mega-commit

2003-03-03 Thread Kris Kennaway
think). It looks like phk might have some additional patching to do when I get him the full list. Kris pgp0.pgp Description: PGP signature

Re: distributed folding client panics -current

2003-03-02 Thread Kris Kennaway
This may already be fixed..can you try updating and see if the problem persists? Kris pgp0.pgp Description: PGP signature

Re: SCHED_ULE oddities

2003-02-28 Thread Kris Kennaway
; results of this were ugly. /boot/kernel and /boot/kernel.old > disappeared. I've since gotten the box back up and running using a > SCHED_4BSD kernel and I no longer have these sync problems. It's still inoperable for me as well..I guess Jeff is busy at the moment. Kris p

[bobb@fastmail.fm: Fatal trap 12: page fault while in kernel mode]

2003-02-25 Thread Kris Kennaway
- Forwarded message from Bobb Shires <[EMAIL PROTECTED]> - I'm trying to install 5.0-RELEASE on a Gateway Solo 5150 laptop (PII-366/128M), can't seem to get past this situation while booting from the CD: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xc8ea50

Re: ports make index returns warnings/errors

2003-02-24 Thread Kris Kennaway
; "Makefile", line 30: warning: "/nonexistentlocal" returned non-zero status > > and more of that. "Yes". See failure notices on ports@ Kris pgp0.pgp Description: PGP signature

Re: INVARIANTS-related fs panic on alpha

2003-02-23 Thread Kris Kennaway
On Sun, Feb 23, 2003 at 01:37:24PM -0800, Kris Kennaway wrote: > > Hmm. The machines that have panicked are likely to have been under > > extreme disk load at the time they ran out of space (e.g. extracting > > several dozen large tarballs simultaneously) [1]. I'll h

Re: INVARIANTS-related fs panic on alpha

2003-02-23 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 06:51:19PM -0800, Kris Kennaway wrote: > On Fri, Feb 14, 2003 at 04:53:07PM -0800, Kirk McKusick wrote: > > I have tried running my test machine out of filesystem space > > (repeatedly) and have not been able to get this panic. I will > > keep running t

Re: top-of-tree alpha kernel panics during boot

2003-02-19 Thread Kris Kennaway
On Wed, Feb 19, 2003 at 08:42:40PM +0100, Dag-Erling Smorgrav wrote: > 3) a fresh kernel without pcm boots but exhibits the same symptoms > kris reported, i.e. programs segfaulting for no apparent reason; > if / when they produce a core file, it is corrupted and useless

Re: memset prototype changed?

2003-02-18 Thread Kris Kennaway
On Tue, Feb 18, 2003 at 12:47:35PM +0100, Richard Nyberg wrote: > On Tue, Feb 18, 2003 at 12:01:29PM +0100, Dag-Erling Smorgrav wrote: > > Kris Kennaway <[EMAIL PROTECTED]> writes: > > > http://bento.freebsd.org/errorlogs/i386-5-latest/netatalk-1.6.0_1,1.log > > >

memset prototype changed?

2003-02-18 Thread Kris Kennaway
A number of ports have started failing due to an incompatible memset prototype. Did someone recently change this? e.g. http://bento.freebsd.org/errorlogs/i386-5-latest/netatalk-1.6.0_1,1.log Kris msg52652/pgp0.pgp Description: PGP signature

Re: cvs commit: src/lib/libc/stdlib rand.c

2003-02-16 Thread Kris Kennaway
in an #ifdef, so people who > want to find inappropriate uses of rand() can do so for as long as > they want, and everyone else who uses -CURRENT is not affected? That sounds fine to me. Kris msg52544/pgp0.pgp Description: PGP signature

Re: cvs commit: src/lib/libc/stdlib rand.c

2003-02-16 Thread Kris Kennaway
at rand() generated higher quality numbers, though. Me too, but that is apparently not possible because of API constraints. Kris msg52536/pgp0.pgp Description: PGP signature

Re: cvs commit: src/lib/libc/stdlib rand.c

2003-02-16 Thread Kris Kennaway
this set of changes), and in some of the XFree86 libraries. Kris Index: stdlib/rand.c === RCS file: /mnt2/ncvs/src/lib/libc/stdlib/rand.c,v retrieving revision 1.14 diff -u -r1.14 rand.c --- stdlib/rand.c 5 Feb 2003 21:25:50 -

Clock disabled during DDB

2003-02-16 Thread Kris Kennaway
16 17:18:00 gohan15 ntpd[177]: time correction of 1169 seconds exceeds sanity limit (1000); set clock manually to the correct UTC time. ... Kris msg52514/pgp0.pgp Description: PGP signature

sshd dying in libpam with signal 11

2003-02-16 Thread Kris Kennaway
at /usr/src/crypto/openssh/sshd.c:1544 #18 0x0804dd75 in _start () (gdb) Any ideas? Kris msg52449/pgp0.pgp Description: PGP signature

Re: make depend broken in cpp0

2003-02-15 Thread Kris Kennaway
On Sat, Feb 15, 2003 at 11:13:37PM +0100, [EMAIL PROTECTED] wrote: > >OK, does buildworld fail in the same way? > > Yes. I have no idea.. a fresh buildworld just succeeded for me. Kris msg52430/pgp0.pgp Description: PGP signature

Re: make depend broken in cpp0

2003-02-15 Thread Kris Kennaway
port anything, indicating the objdir is already present (and > >probably populated with old stuff). Try removing it with 'cleandir' > >(twice), and retry. > > That's because I reran the command to catch the error output. > > /usr/obj was on a freshly newfs'ed di

Re: make depend broken in cpp0

2003-02-15 Thread Kris Kennaway
symptom of an unclean objdir..notice how 'make obj' doesn't report anything, indicating the objdir is already present (and probably populated with old stuff). Try removing it with 'cleandir' (twice), and retry. Kris msg52412/pgp0.pgp Description: PGP signature

Re: A couple of 5.0-RELEASE bugs...

2003-02-15 Thread Kris Kennaway
far more expensive than the CPU time required to decompress them) Right..this is probably a bug in the port. Could you send-pr a full description of how to reproduce it? Kris msg52417/pgp0.pgp Description: PGP signature

Re: INVARIANTS-related fs panic on alpha

2003-02-14 Thread Kris Kennaway
e up with an example that reliably > triggers it, that would be most helpful. Hmm. The machines that have panicked are likely to have been under extreme disk load at the time they ran out of space (e.g. extracting several dozen large tarballs simultaneously) [1]. I'll have to see if I can

Re: INVARIANTS-related fs panic on alpha

2003-02-14 Thread Kris Kennaway
On Sat, Jan 25, 2003 at 12:12:34AM -0800, Kris Kennaway wrote: > One of the alpha package clients panicked with this. It was under > very high load at the time (25 simultaneous package builds): > > fatal kernel trap: > > trap entry = 0x2 (memory management fault)

Re: LukemFTP and command-line multiple downloads

2003-02-14 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 03:37:49PM -0800, Kris Kennaway wrote: > On Fri, Feb 14, 2003 at 03:34:06PM -0800, Kris Kennaway wrote: > > Since upgrading bento to running 5.0, it appears that I can no longer > > download multiple files from a FTP server by specifying a glob pattern >

Re: FTP and command-line multiple downloads

2003-02-14 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 03:34:06PM -0800, Kris Kennaway wrote: > Since upgrading bento to running 5.0, it appears that I can no longer > download multiple files from a FTP server by specifying a glob pattern > on the command-line: > > e.g. > > /usr/bin/ftp -4a >ftp://

Re: Panic in fork()

2003-02-14 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 02:05:11PM -0800, Alfred Perlstein wrote: > * Kris Kennaway <[EMAIL PROTECTED]> [030214 13:19] wrote: > > On Sat, Feb 08, 2003 at 02:04:56PM -0800, Kris Kennaway wrote: > > > > > OK, I suspected that. > > > > > > tjr w

FTP and command-line multiple downloads

2003-02-14 Thread Kris Kennaway
used to work under 4.x..I'm pretty sure nothing else has changed on my end. Does anyone know what's going on here? Kris msg52357/pgp0.pgp Description: PGP signature

Re: Panic in fork()

2003-02-14 Thread Kris Kennaway
On Sat, Feb 08, 2003 at 02:04:56PM -0800, Kris Kennaway wrote: > OK, I suspected that. > > tjr was looking into this last night and proposed the following patch: > > http://people.freebsd.org/~tjr/kf.diff OK, I got another panic with this patch in place, so I guess that's

Re: fix: lock order reversal proc/filedesc.

2003-02-14 Thread Kris Kennaway
; Makes me want to get my Norwegian Sword [tm] and make a short trip to > Denmark. > > It is becoming increasingly clear to me that the majority of FreeBSD > developers don't really care if their code works, as long as they get > the credit (and / or paycheck) for committing

Re: GCC 3.2.2 import -- questions

2003-02-11 Thread Kris Kennaway
it passes the test. But with a P4 opted GCC, it borks. Looks like P4 opted >GCC itself is bogus. > > That's odd. Does the FreeBSD build skill the stage2 compiler "rebuild"? I > thought the gcc build process tested itself against itself. FreeBSD doesn't use

Re: Still problems with ULE

2003-02-10 Thread Kris Kennaway
On Mon, Feb 10, 2003 at 08:36:50PM -0500, Jeff Roberson wrote: > Very weird. Is this on UP or SMP? This is on UP. I can still break into DDB, so let me know if you want me to run console tests (no serial console though). Kris msg52192/pgp0.pgp Description: PGP signature

Still problems with ULE

2003-02-10 Thread Kris Kennaway
inute until the entire system deadlocks. Kris msg52181/pgp0.pgp Description: PGP signature

Re: Two witness panics in vfs_bio

2003-02-10 Thread Kris Kennaway
On Mon, Feb 10, 2003 at 05:32:42PM -0500, Jeff Roberson wrote: > On Mon, 10 Feb 2003, Kris Kennaway wrote: > > > *Grump* I can't get my boxes to stay up more than a few > > minutes..evidently this code was not tested prior to commit. > > > > So much for getti

Re: Two witness panics in vfs_bio

2003-02-10 Thread Kris Kennaway
On Mon, Feb 10, 2003 at 09:52:11AM -0800, Kris Kennaway wrote: > recursed on non-recursive lock (sleep mutex) needsbuffer lock @ >/local0/src-client/sys/kern/vfs_bio.c:1159 > first acquired @ /local0/src-client/sys/kern/vfs_bio.c:1151 > /local0/src-client/sys/kern/kern_synch.c:1

Two witness panics in vfs_bio

2003-02-10 Thread Kris Kennaway
recursed on non-recursive lock (sleep mutex) needsbuffer lock @ /local0/src-client/sys/kern/vfs_bio.c:1159 first acquired @ /local0/src-client/sys/kern/vfs_bio.c:1151 panic: recurse Debugger("panic") Stopped at Debugger+0x54: xchgl %ebx,in_Debugger.0 db> trace Debugger(c041c671,c048f620,c

Re: _fpathconf() and __semctl() prototypes

2003-02-09 Thread Kris Kennaway
On Sun, Feb 09, 2003 at 10:47:47PM +1100, Bruce Evans wrote: > On Sat, 8 Feb 2003, Kris Kennaway wrote: > > > On Sat, Feb 08, 2003 at 02:59:30PM -0800, Kris Kennaway wrote: > > > Can someone take a look at lib/libc/gen/semctl.c and tell me where > > > the __semctl

_fpathconf() and __semctl() prototypes

2003-02-08 Thread Kris Kennaway
On Sat, Feb 08, 2003 at 02:59:30PM -0800, Kris Kennaway wrote: > Can someone take a look at lib/libc/gen/semctl.c and tell me where > the __semctl() sysctl should be prototyped? Also _fpathconf() in lib/libc/gen/statvfs.c Kris msg52023/pgp0.pgp Description: PGP signature

__semctl() prototype

2003-02-08 Thread Kris Kennaway
Can someone take a look at lib/libc/gen/semctl.c and tell me where the __semctl() sysctl should be prototyped? Kris msg52022/pgp0.pgp Description: PGP signature

Re: Panic in fork()

2003-02-08 Thread Kris Kennaway
p2->p_pgrp->pg_id == trypid || > p2->p_session->s_sid == trypid) { OK, I suspected that. tjr was looking into this last night and proposed the following patch: http://people.freebsd.org/~tjr/

Dumping broken?

2003-02-08 Thread Kris Kennaway
I'm having lots of problems with crashdumps under 5.0. Most of the time trying to force a dump via 'call doadump' returns an error about 'Context switches not permitted in the debugger'. Calling it again causes the system to hang. Is anyone else seeing this? Kris

Re: Panic in fork()

2003-02-08 Thread Kris Kennaway
On Sat, Feb 08, 2003 at 01:24:06AM -0800, Kris Kennaway wrote: > Fatal trap 12: page fault while in kernel mode > cpuid = 0; lapic.id = 0100 > fault virtual address = 0x14 > fault code = supervisor read, page not present > instruction pointer = 0x8:0xc01a1e2d

Panic in fork()

2003-02-08 Thread Kris Kennaway
6c8 --- db> Kris To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Cross-build ports from stable box?

2003-02-07 Thread Kris Kennaway
? Not really..a number of -current binaries use syscalls that are not present in 4.x. What should work is using distcc with the gcc32 port on your stable box. distcc is quite remarkable. Kris msg51979/pgp0.pgp Description: PGP signature

Re: Linux networking emulation broken?

2003-02-06 Thread Kris Kennaway
rnel/world every week for testing), so I don't think it's an Opera > fault per se. Any ideas? I'm also seeing this with Linux Phoenix, though I haven't tcpdumped the output. Kris msg51892/pgp0.pgp Description: PGP signature

Re: tired of crashes

2003-02-05 Thread Kris Kennaway
ife by forcing it to remap bad blocks as it goes. Kris msg51824/pgp0.pgp Description: PGP signature

Re: SCHED_ULE and priorities

2003-02-04 Thread Kris Kennaway
On Tue, Feb 04, 2003 at 09:54:23PM -0800, Steve Kargl wrote: > On Tue, Feb 04, 2003 at 09:38:18PM -0800, Kris Kennaway wrote: > > I just booted a kernel with SCHED_ULE. It looks like there's a pretty > > serious bug: > > > > PID USERNAME PRI NICE SIZE

Re: SCHED_ULE and priorities

2003-02-04 Thread Kris Kennaway
On Tue, Feb 04, 2003 at 09:38:18PM -0800, Kris Kennaway wrote: > I just booted a kernel with SCHED_ULE. It looks like there's a pretty > serious bug: > > PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND > 573 dnetc139 20 1000K 804K RUN

SCHED_ULE and priorities

2003-02-04 Thread Kris Kennaway
I just booted a kernel with SCHED_ULE. It looks like there's a pretty serious bug: PID USERNAME PRI NICE SIZERES STATETIME WCPUCPU COMMAND 573 dnetc139 20 1000K 804K RUN 1:29 85.94% 85.94% dnetc 661 kris 960 2252K 1496K RUN 0:00 6.25%

Re: 5.0 Ports List

2003-02-03 Thread Kris Kennaway
ets http://bento.freeebsd.org This question belonged on ports@ Kris msg51701/pgp0.pgp Description: PGP signature

Re: Final fix for 0 problem (was Re: rand() is broken)

2003-02-02 Thread Kris Kennaway
On Mon, Feb 03, 2003 at 12:55:40AM +0300, Andrey A. Chernov wrote: > On Sun, Feb 02, 2003 at 13:06:08 -0800, Kris Kennaway wrote: > > On Sun, Feb 02, 2003 at 06:10:49PM +0300, Andrey A. Chernov wrote: > > > So far, this is final variant for 0 problem fixing ready for comm

Re: Final fix for 0 problem (was Re: rand() is broken)

2003-02-02 Thread Kris Kennaway
On Sun, Feb 02, 2003 at 06:10:49PM +0300, Andrey A. Chernov wrote: > So far, this is final variant for 0 problem fixing ready for committing. > Any objections? What tests have you run on this code to ensure it doesn't still have strange problems? Kris msg51583/pgp0.pgp Descr

Re: rand() is broken

2003-02-02 Thread Kris Kennaway
cular see Mark's message > <[EMAIL PROTECTED]> where he > says > > Good point. We can re-implement random() internally with arc4rand(). I assume he transposed and meant "rand() internally with arc4random()". Kris msg51582/pgp0.pgp Description: PGP signature

Re: rand() is broken

2003-02-02 Thread Kris Kennaway
4. Since you keep talking about random(), I must conclude you're knee-jerking, since we're not discussing that function. Please stay on-topic :-) Kris msg51577/pgp0.pgp Description: PGP signature

Re: rand() is broken

2003-02-02 Thread Kris Kennaway
will be enough to fight corellation completely. > Some generating picture tests needed. Another problem (noticed by tjr) is that once the sequence hits '0' it jumps to INT_MAX and stays there forever. For example, seeding with srand(0) produces nothing but INT_MAX from rand().

rand() is broken

2003-02-01 Thread Kris Kennaway
e problem, and the script seeds the generator with a PID. The script works fine under 4.x since the rand() implementation does not have this "feature". Kris msg51490/pgp0.pgp Description: PGP signature

Re: removed?

2003-01-31 Thread Kris Kennaway
On Fri, Jan 31, 2003 at 09:21:51AM -0500, Mike Barcroft wrote: > Kris Kennaway <[EMAIL PROTECTED]> writes: > > A number of ports have started to complain about a missing stropts.h > > header..was this recently removed, and if so then what is the fix? > > I don't th

removed?

2003-01-30 Thread Kris Kennaway
A number of ports have started to complain about a missing stropts.h header..was this recently removed, and if so then what is the fix? Kris msg51328/pgp0.pgp Description: PGP signature

Re: INVARIANTS-related fs panic on alpha

2003-01-27 Thread Kris Kennaway
On Sat, Jan 25, 2003 at 12:12:34AM -0800, Kris Kennaway wrote: > One of the alpha package clients panicked with this. It was under > very high load at the time (25 simultaneous package builds): > > fatal kernel trap: > > trap entry = 0x2 (memory management fault)

Re: 5.0 i386 Live Filesystem

2003-01-27 Thread Kris Kennaway
point me > toward an i386 Live Filesystem ISO so I can try to fix my mess? > Thanks a lot, > Evan Dower (and his fubar computer) That's what the disc 2 iso is on the FTP sites. Kris msg51061/pgp0.pgp Description: PGP signature

Re: kernel build core dump

2003-01-27 Thread Kris Kennaway
ode 132 Can you isolate what command contains the illegal instruction, and better yet, what the instruction is? The most likely cause is that you compiled a binary with incorrect CPUFLAGS. Kris msg51037/pgp0.pgp Description: PGP signature

Re: Problem during alpha cross-building

2003-01-26 Thread Kris Kennaway
, (3) doing an > upgrade from RELENG_4 to HEAD. Is that correct? The case that failed for me was doing a sparc64 or alpha HEAD build on an i386 RELENG_4 host. Cross-building alpha appears to be working now that I have upgraded bento to -current. Kris msg50974/pgp0.pgp Description: PGP signature

Re: popa3d in FreeBSD source tree (like OpenBSD)?

2003-01-26 Thread Kris Kennaway
a3d in their source, so why not include > it in FreeBSD? Because it's already in the ports tree. Kris msg50949/pgp0.pgp Description: PGP signature

Re: acquiring duplicate lock of same type: "system map"

2003-01-25 Thread Kris Kennaway
On Sat, Jan 25, 2003 at 12:59:25PM -0600, Alan L. Cox wrote: > Kris Kennaway wrote: > > > > bento found the following about 5 minutes after I upgraded it to 5.0. > > > > acquiring duplicate lock of same type: "system map" > > 1st system map @ ..

INVARIANTS-related fs panic on alpha

2003-01-25 Thread Kris Kennaway
One of the alpha package clients panicked with this. It was under very high load at the time (25 simultaneous package builds): fatal kernel trap: trap entry = 0x2 (memory management fault) faulting va= 0xdeadc0dedeadc0e6 type = access violation cause =

lock order reversal (arp mutex/radix node head)

2003-01-25 Thread Kris Kennaway
ampoline+0x1a --- trap 0x1, eip = 0, esp = 0xdf0d1d7c, ebp = 0 --- db> Kris msg50892/pgp0.pgp Description: PGP signature

acquiring duplicate lock of same type: "system map"

2003-01-24 Thread Kris Kennaway
bento found the following about 5 minutes after I upgraded it to 5.0. acquiring duplicate lock of same type: "system map" 1st system map @ ../../../vm/vm_map.c:2168 2nd system map @ ../../../vm/vm_kern.c:325 Debugger("witness_lock") Stopped at Debugger+0x55: xchgl %ebx,in_Debugger.0 db>

Re: rcconf.sh error

2003-01-24 Thread Kris Kennaway
On Fri, Jan 24, 2003 at 11:38:15PM -0800, Kris Kennaway wrote: > I get the following at boot time: > > Loading configuration files. > load_rc_config: not found > > Indeed, rcconf.sh does not appear to have load_rc_config() in scope. This turns out to be because I had local_

rcconf.sh error

2003-01-24 Thread Kris Kennaway
I get the following at boot time: Loading configuration files. load_rc_config: not found Indeed, rcconf.sh does not appear to have load_rc_config() in scope. Kris msg50889/pgp0.pgp Description: PGP signature

openpam error from sshd

2003-01-24 Thread Kris Kennaway
I've just updated bento to 5.0, and sshd is now giving the following error every few seconds: bento sshd[55737]: in _openpam_check_error_code(): pam_sm_setcred(): unexpected return value 24 Peter says he's seen this elsewhere on the cluster. What's going on? Kris msg508

Re: Problem during alpha cross-building

2003-01-24 Thread Kris Kennaway
On Fri, Jan 24, 2003 at 02:45:44PM -0800, Kris Kennaway wrote: > I'm getting this when trying to cross-build an alpha world. Is anyone > else seeing it? > > cc -O -pipe -DNLIST_ELF64 -static -o crunchide crunchide.o exec_elf64.o > exec_elf64.o: In function `hide_elf64&#x

Problem during alpha cross-building

2003-01-24 Thread Kris Kennaway
o `be64toh' follow *** Error code 1 Stop in /a/asami/portbuild/alpha/5/src/usr.sbin/crunch/crunchide. *** Error code 1 kris msg50876/pgp0.pgp Description: PGP signature

Re: 5.0-RELEASE & VMWare 3.2

2003-01-23 Thread Kris Kennaway
s speed decreased to 6Kb/s and after that to 1Kb/s! `top' on > emergency console shows, that cpio+gunzip take only 5% of CPU, > system takes 25% of CPU and interrupts takes 70% of CPU! This is a FAQ; there's a kernel option you can enable to speed up FreeBSD 5.0 in VMWAR

Re: buildworld failure, rtld-elf, RELENG_5_0

2003-01-23 Thread Kris Kennaway
'd, and > built again, and everything built fine. Very strange... cvsweb doesn't show > any recent changes to either file. Any ideas on what was going on? You either had local changes in that file, or it had become corrupted. Kris msg50785/pgp0.pgp Description: PGP signature

Re: aout support not working on todays -current

2003-01-21 Thread Kris Kennaway
COMPAT_AOUT. To generate new a.out binaries you need an a.out toolchain, which is what someone was going to make a port for, but never did. Kris msg50659/pgp0.pgp Description: PGP signature

"panic: softdep_disk_io_initiation: read" on 5.0-R

2003-01-20 Thread Kris Kennaway
bfbff8ac, ebp = 0xbfbff928 --- It's running 5.0-RC from about a month ago. Kris [1] Now that 5.0-R is out, the panics have begun again. msg50621/pgp0.pgp Description: PGP signature

Re: current- and BSD related stupid question

2003-01-20 Thread Kris Kennaway
; > This file (/etc/defaults/make.conf) vanished, but I can see something > similar now without any rule set. It moved to /usr/share/examples/etc. Kris msg50611/pgp0.pgp Description: PGP signature

Re: FreeBSD 5.0 Available

2003-01-20 Thread Kris Kennaway
hink this should also be in the errata. If somebody has ideas on how > should I help to debug this, he's welcome... I assume you've talked to Kirk? Kris msg50604/pgp0.pgp Description: PGP signature

Re: panic: malloc(M_WAITOK) returned NULL

2003-01-18 Thread Kris Kennaway
On Fri, Jan 17, 2003 at 08:53:16PM -0800, Kris Kennaway wrote: > I just got the following on axp1: I forgot to add that the machine was under heavy load at the time it panicked (14 simultaneous package builds), so this could well have been due to a low memory condition. Kris msg50494/pgp00

panic: malloc(M_WAITOK) returned NULL

2003-01-17 Thread Kris Kennaway
exception_return() at exception_return --- root of call graph --- panic Stopped at Debugger+0x34: zapnot v0,#0xf,v0 Any ideas? Kris msg50456/pgp0.pgp Description: PGP signature

Re: alpha tinderbox failure

2003-01-17 Thread Kris Kennaway
simos driver is b [...] > cc1: warnings being treated as errors > /h/des/src/sys/dev/advansys/adv_isa.c: In function `adv_isa_probe': > /h/des/src/sys/dev/advansys/adv_isa.c:232: warning: overflow in implicit [...] > *** Error code 1 Am I the only one who thinks that the error messa

Re: Date problem in ps after cvsup this morning

2003-01-15 Thread Kris Kennaway
WL 31Dec69 0:00.01 (swi1: net) > > root 2 0.0 0.0 0 12 ?? DL 31Dec69 0:00.09 > > That seems to be an older bug than today (Jan 25 2003). I have just > reverted my /usr/src to "2003/01/12 18:00:00 UTC" and the bug was > already there :( I reported it sometime early last year, AFAICR. Kris msg50341/pgp0.pgp Description: PGP signature

Re: unexpected machine check on 5.0 alpha

2003-01-15 Thread Kris Kennaway
On Wed, Jan 15, 2003 at 05:15:56PM -0500, Andrew Gallatin wrote: > > Kris Kennaway writes: > > I just got this on one of the axp machines [*]: > > > > unexpected machine check: > > > > mces= 0x1 > > vector = 0x670 > > 670

Re: Date problem in ps after cvsup this morning

2003-01-15 Thread Kris Kennaway
On Wed, Jan 15, 2003 at 01:54:53PM -0500, Joshua Albertson wrote: > > This might help: > > >http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1384763+0+archive/1999/freebsd-questions/19990725.freebsd-questions Thanks, but it's not the same problem. Kris msg50329/pgp0.

unexpected machine check on 5.0 alpha

2003-01-15 Thread Kris Kennaway
user mode --- db> Any ideas? Kris [*] thereby ruining my stability streak of no panics for almost a month on the bento cluster. msg50327/pgp0.pgp Description: PGP signature

Re: Somebody: port this: http://www.theinquirer.net/?article=7231

2003-01-15 Thread Kris Kennaway
"The tool costs $699 and Intel said it will be available in February." That would make it somewhat difficult, no? Kris msg50315/pgp0.pgp Description: PGP signature

Re: Date problem in ps after cvsup this morning

2003-01-15 Thread Kris Kennaway
he Epoch is a bug that has existed for a long time now. Kris msg50314/pgp0.pgp Description: PGP signature

Re: FreeBSD 5.0 RC3 now available

2003-01-14 Thread Kris Kennaway
ree space. Kris msg50256/pgp0.pgp Description: PGP signature

Re: FreeBSD 5.0 RC3 now available

2003-01-14 Thread Kris Kennaway
ded on cd #1, but the openoffice package still does not build automatically (problems with the JDK dependency). Regardless, thousands of packages are included on the other CDs available for purchase, and they're all (6525 on i386) on the FTP site for automatic download with pkg_add -r. Kris msg50255/pgp0.pgp Description: PGP signature

<    1   2   3   4   5   6   7   8   9   10   >