From owner-freebsd-questions Tue Apr 16 19:50:54 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27926 for questions-outgoing; Tue, 16 Apr 1996 19:50:54 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA27919 for ; Tue, 16 Apr 1996 19:50:49 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id TAA05027; Tue, 16 Apr 1996 19:50:06 -0700 (PDT) Message-Id: <199604170250.TAA05027@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: Network Coordinator cc: "Marc G. Fournier" , freebsd-questions@FreeBSD.ORG Subject: Re: Automatic Reboots and Locking up. In-reply-to: Your message of "Tue, 16 Apr 1996 22:34:51 EDT." From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 16 Apr 1996 19:50:06 -0700 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >A few seconds before I got this output, the mbufs in use were over 1000, >and the machine has only been on about 6 minutes. (Since the last time it >hung on a reboot) > >813 mbufs in use: > 543 mbufs allocated to data > 262 mbufs allocated to packet headers > 6 mbufs allocated to protocol control blocks > 2 mbufs allocated to socket names and addresses >523/726 mbuf clusters in use ^^^ You only care about this number. The number of mbufs in use is not important to this problem - only the number of mbuf clusters. >P.S. I also get an occasional error from the kernel "nfsd send error 55" >can anyone tell me what error 55 is and what evil thingI must be doing to >the machine to get it? It's "no buffer space available". Do you use NFS heavily? If so, that could be your problem. There are a variety of bugs in NFS that causes it to hang the machine when used heavily. Casual use seems to be fine, it's only when multiple processes start accessing files that it becomes a problem. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project