boot panic on current(04.20)

2009-04-21 Thread wsk
lists boot panic on current(2009.04.20).it seems caused by usbus4 Root mount waiting for: usbus4 uhub4: 8 ports with 8 removable, self powered Root mount waiting for: usbus4 ugen4.2: at usbus4 Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x0 f

Re: boot panic on current(04.20)

2009-04-21 Thread Hans Petter Selasky
On Tuesday 21 April 2009, wsk wrote: > lists > boot panic on current(2009.04.20).it seems caused by usbus4 > > Root mount waiting for: usbus4 > uhub4: 8 ports with 8 removable, self powered > Root mount waiting for: usbus4 > ugen4.2: at usbus4 > Fatal trap 12: page fault while in kernel mode > c

usb/133896: [cdce] panic when disconnecting cdce device just before powering off PC

2009-04-21 Thread Bruce Cran
>Number: 133896 >Category: usb >Synopsis: [cdce] panic when disconnecting cdce device just before >powering off PC >Confidential: no >Severity: serious >Priority: low >Responsible:freebsd-usb >State: open >Quarter: >Keywords: >Date-Req

Re: boot panic on current(04.20)

2009-04-21 Thread Gustavo Perez Querol
> > Root mount waiting for: usbus4 > uhub4: 8 ports with 8 removable, self powered > Root mount waiting for: usbus4 > ugen4.2: at usbus4 > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtual address = 0x0 > fault code = supervisor read, page not

Re: boot panic on current(04.20)

2009-04-21 Thread Gustavo Perez Querol
> lists > boot panic on current(2009.04.20).it seems caused by usbus4 > > Root mount waiting for: usbus4 > uhub4: 8 ports with 8 removable, self powered > Root mount waiting for: usbus4 > ugen4.2: at usbus4 > Fatal trap 12: page fault while in kernel mode > cpuid = 0; apic id = 00 > fault virtua

Re: boot panic on current(04.20)

2009-04-21 Thread M. Warner Losh
In message: <41877.147.83.40.213.1240324705.squir...@webmail.entel.upc.edu> "Gustavo Perez Querol" writes: : > lists : > boot panic on current(2009.04.20).it seems caused by usbus4 : > : > Root mount waiting for: usbus4 : > uhub4: 8 ports with 8 removable, self powered : > Root mount

Re: boot panic on current(04.20)

2009-04-21 Thread Gustau Perez
Hi, make installkernel KERNEL=fred Mmm, reading Makefile.inc1, I think the problem was that I mixed KERNEL, KERNCONF an compiling in /usr/src. Will try the other way (getting into /usr/src/sys/i386/conf/ and making config and then ...) will install the kernel into /boot/fred. Mig