From owner-freebsd-current Sat Mar 25 02:29:59 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id CAA16444 for current-outgoing; Sat, 25 Mar 1995 02:29:59 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id CAA16437 for ; Sat, 25 Mar 1995 02:29:46 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA00345; Sat, 25 Mar 1995 11:29:37 +0100 Received: by sax.sax.de (8.6.9/8.6.9-s1) with UUCP id LAA08323 for freebsd-current@FreeBSD.org; Sat, 25 Mar 1995 11:29:35 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id LAA12390 for freebsd-current@FreeBSD.org; Sat, 25 Mar 1995 11:23:54 +0100 From: J Wunsch Message-Id: <199503251023.LAA12390@uriah.heep.sax.de> Subject: The mysterious NFS server hang is back... To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Sat, 25 Mar 1995 11:23:53 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1299 Sender: current-owner@FreeBSD.org Precedence: bulk ...better yet, it obviously never went away. The kernel is from a couple of days back, after the latest NFS VM fixes. Background: my old 386sx/16, 6 MB RAM, serving as an NFS server which is only used as sort of an ``external hard disk'' to cvs checkout/ compile something on it. Every now and then, after one or two hours of work, the system hangs. It still responds to a ping (unless i try to rlogin onto it), if i go to the console and hit enter (on a previously logged-in session), nothing happens, no new shell prompt at all. All i can do is breaking into DDB. _curproc is always the pagedemon then. The scheduler seems to work, at least, the ps picture slightly modifies between different calls to the debugger. Sometimes one of the processes is in "vmwait" sleep, but not always. pagedemon itself has flags "00204", and sometimes sleeps on a "pgwait" (sp?) event. The disk is obviously disfunctional. When i try to reboot via boot(0), it hangs after saying "Syncing disks...". I have to call diediedie(). I'm now suspecting the old AHA-1540A that is in the box. The system worked up until 2.0R (or slightly later) however. Any clues? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)