: :I can escape to the debugger; ps tells me I have processes 0-5 plus two :sh's. init is in the 'wait' state. Is there a command to show which :process is currently executing? Maybe it is telling me that and I can't :see it. : :The trace (same for both kernels) shows: : :vm_map_madvise :madvise :syscall(2f,2f,80a1000,1000,efb94ba8) :Xint0x80_syscall
Just do a 'ps' ... you can tell from the flags and whether there is a wait string. Another thing you can try doing is a 'set -v' in /etc/rc and /etc/rc.local to make it dump what it's doing, so you can tell exactly where it is hanging. -Matt Matthew Dillon <dil...@backplane.com> :-Chris To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message