From owner-freebsd-current@FreeBSD.ORG Sun Aug 31 14:39:49 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6901016A4BF for ; Sun, 31 Aug 2003 14:39:49 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BA9443FBF for ; Sun, 31 Aug 2003 14:39:48 -0700 (PDT) (envelope-from robert@fledge.watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.9/8.12.9) with ESMTP id h7VLdArO068040; Sun, 31 Aug 2003 17:39:10 -0400 (EDT) (envelope-from robert@fledge.watson.org) Received: from localhost (robert@localhost)h7VLdA8N068037; Sun, 31 Aug 2003 17:39:10 -0400 (EDT) Date: Sun, 31 Aug 2003 17:39:10 -0400 (EDT) From: Robert Watson X-Sender: robert@fledge.watson.org To: Kevin Bockman In-Reply-To: <20030831183611.98145.qmail@web41810.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org Subject: Re: Filesystem problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2003 21:39:49 -0000 On Sun, 31 Aug 2003, Kevin Bockman wrote: > Anyone have any suggestions? I can not control-C out of 'man vmstat'. > While doing 'make' in /usr/src/sys/boot it was hanging on as, when I > restarted it, it got to i386/libi386 and will not do anything else. I'm > running that through serial console, it let me ^C out of that. I tried > going into single user mode and running umount, now it just sits there > and I can't ^C. I have no ideas, this was all working yesterday!! :-) > > Any ideas on what else to check or other helpful hints would help > bunches. > > Sorry for the cross-posts. Just not sure where to go with this one. Could you show the output of: ps axlwww when things are hanging? I'm particularly interested in the WCHAN entries for hung processes and kernel threads. That entry is the wait channel for kernel thread sleeps, which should give us some sense of what they're waiting for. If it's a UFS bug of some sort, you'll likely see a lot of processes blocked in "inode" -- this could also happen in a hardware scenario, but should still be useful. In addition, do you have the entire serial console log output since boot? It would be interesting to know if you've had kernel log messages regarding your hard disk controller, etc. This might help distinguish a hardware problem from a software problem. Robert N M Watson FreeBSD Core Team, TrustedBSD Projects robert@fledge.watson.org Network Associates Laboratories > > Thanks, > > Kevin > > > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >