panic: vm_fault:

2003-09-17 Thread Florian C. Smeets
Hi. I get this panic on a system with kernel/world from 03 September. Usually i only run X and xawtv on that system but when i wanted to make world today i got the panic: Kris Kennaway reported something IMHO similar on 07/31/03 panic: vm_fault: fault on nofault entry, addr: deadc000

Re: panic: vm_fault:

2003-09-19 Thread Florian C. Smeets
Jeff Roberson wrote: On Wed, 17 Sep 2003, Florian C. Smeets wrote: Hi. I get this panic on a system with kernel/world from 03 September. Usually i only run X and xawtv on that system but when i wanted to make world today i got the panic: This was fixed recently. Can you cvsup and rebuild

Re: TEST PLEASE: http://phk.freebsd.dk/patch/scsi_cd.patch

2003-09-24 Thread Florian C. Smeets
Poul-Henning Kamp wrote: This patch moves the SCSI cd driver under GEOM. On sparc64 (or with geom_sunlabel in your kernel) try inserting a solaris install CD and then: true /dev/cd0 # make GEOM taste media ls -l /dev/cd* You should now be able to see the boot partitions. It

vm_map.c LOR

2003-09-27 Thread Florian C. Smeets
Hey guys, got this one with today's current: lock order reversal 1st 0xc28008ac vm object (vm object) @ /space/src/sys/vm/vm_map.c:2195 2nd 0xc082f110 system map (system map) @ /space/src/sys/vm/vm_kern.c:328 Stack backtrace: backtrace(c037b3b0,c082f110,c0390c85,c0390c85,c0390b1a) at

Re: GEOM gbde broken?

2003-10-20 Thread Florian C. Smeets
Thorsten Schroeder wrote: Hi, i updated my -current box yesterday from cvs to FreeBSD 5.1-CURRENT #6: Sun Oct 19 17:40:10 CEST 2003. Now i'm not able to attach gbde encrypted filesystems - regardless if it's a disk image created with mdconfig, or a partition on harddisk. [...] update your

panic on shutdown

2003-10-25 Thread Florian C. Smeets
Hey Guys, i got this panic on doing shutdown -r now. Fatal trap 12: page fault while in kernel mode cpuid = 1; lapic.id = 0100 fault virtual address = 0xdeadc0de fault code = supervisor read, page not present instruction pointer = 0x8:0xc0521678 stack pointer =

Re: panic on shutdown

2003-10-25 Thread Florian C. Smeets
I should have added that this is a kernel todays sources on an smp system. FreeBSD bender 5.1-CURRENT FreeBSD 5.1-CURRENT #73: Sat Oct 25 20:30:56 CEST 2003 [EMAIL PROTECTED]:/space/obj/space/src/sys/BENDER i386 Florian C. Smeets wrote: Hey Guys, i got this panic on doing shutdown -r now

Re: panic route.c:565

2003-10-29 Thread Florian C. Smeets
Sam Leffler wrote: Any chance you can get a stack trace the next time this happens? The LOR by itself is hard to go from... Hi Sam, i get a slightly different LOR. lock order reversal 1st 0xc2dd6c90 rtentry (rtentry) @ /space/src/sys/net/route.c:182 2nd 0xc2d4887c radix node head (radix

hard lockup with new interrupt code, possible cause irq14: ata0

2003-11-08 Thread Florian C. Smeets
Hi! I have a problem with an SMP machine. The motherboard is a bp6. Mostly the machine already locksup during boot, it is not even resonding to serial console. One time i was able to login, i could see (in top) that this process root 20 0.0 0.0 0 12 ?? WL8:20PM

Re: hard lockup with new interrupt code, possible cause irq14: ata0

2003-11-09 Thread Florian C. Smeets
Barney Wolff wrote: Hey Barney, Try adding options NO_MIXED_MODE to your conf. That fixed boot-time hangs on my Asus A7M266-D. Thanks for the reply but this didn't work for me. I'm goning to investigate further. Regards, flo ___ [EMAIL

Re: hard lockup with new interrupt code, possible cause irq14: ata0

2003-11-11 Thread Florian C. Smeets
Florian C. Smeets wrote: Hi! I have a problem with an SMP machine. The motherboard is a bp6. Mostly the machine already locksup during boot, it is not even resonding to serial console. One time i was able to login, i could see (in top) that [...] To end this... Johns checkins from today seem

Re: zone(9) is broken on SMP?!

2003-11-26 Thread Florian C. Smeets
Max Laier wrote: If I build attached kmod and kldload/-unload it on a GENERIC kernel w/ SMP apic it'll error out: Zone was not empty (xx items). Lost X pages of memory. This is on a p4 HTT, but seems reproducible on proper SMP systems as well. UP systems don't show it however. Can somebody