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_at_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_at_freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org" >Received on Sun Aug 31 2003 - 12:39:49 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:20 UTC