It's probably a device driver probe problem although it's impossible to
tell without more info.  Enable options DDB, boot -vs, wait for the
hang.  Hit CTRL-ALT-ESC to go into DDB and type tr to get a
backtrace.  Copy the trace info (serial console is best for this).  Hit c
for continue, wait, repeat.  Chances are you'll still be at the same
backtrace.  If so, then this is the code that's hanging.

-Nate

On Thu, 12 Sep 2002, Sid Carter wrote:
> Hi Folks,
> 
> I am still unable to boot into the kernel from the latest cvsup.
> 
> I did a "make buildworld and make kernel" and when I try to "boot -vs", 
> it goes on to register procfs and then hangs at this stage....this is 
> what it finally prints...and freezes
> 
> Timecounters tick every 10.000 msec
> bpf: lo0 attached.
> 
> I have booted from an older kernel I had.
> 
> System Info
> --------------
> FreeBSD 5.0-CURRENT #0: Thu Aug  8 21:48:49 IST 2002
>     root@calvin:/usr/obj/usr/src/sys/GENERIC
> Preloaded elf kernel "/boot/kernel.sogood/kernel" at 0xc05ad000.
> Timecounter "i8254"  frequency 119s182 Hz
> Timecounter "TSC"  frequency 996769586 Hz
> CPU: Pentium III/Pentium III Xeon/Celeron (996n77-MHz 686-class CPU)
>   Origin } "GenuineIntel"` Id = 0868a  Stepping = 10
>   
> Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CM
> OV,P\M-AT,PSE36,MMX,FXSR,SSE>
> 
> Anyone else experiencing this ?
> 
> TIA
> Regards
>     Sid
> 
> 
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to