From owner-freebsd-current Wed Feb 10 12:06:33 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA12506 for freebsd-current-outgoing; Wed, 10 Feb 1999 12:06:33 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from apollo.backplane.com (apollo.backplane.com [209.157.86.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA12495 for ; Wed, 10 Feb 1999 12:06:32 -0800 (PST) (envelope-from dillon@apollo.backplane.com) Received: (from dillon@localhost) by apollo.backplane.com (8.9.2/8.9.1) id MAA85794; Wed, 10 Feb 1999 12:05:05 -0800 (PST) (envelope-from dillon) Date: Wed, 10 Feb 1999 12:05:05 -0800 (PST) From: Matthew Dillon Message-Id: <199902102005.MAA85794@apollo.backplane.com> To: Chris Timmons Cc: freebsd-current@FreeBSD.ORG Subject: Re: hang going multiuser References: Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG : :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 :-Chris To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message