From owner-freebsd-hackers Wed Jun 24 04:40:43 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA12977 for freebsd-hackers-outgoing; Wed, 24 Jun 1998 04:40:43 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA12830 for ; Wed, 24 Jun 1998 04:39:57 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from spinner.netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (8.8.8/8.8.8/Spinner) with ESMTP id TAA12056; Wed, 24 Jun 1998 19:38:59 +0800 (WST) (envelope-from peter@spinner.netplex.com.au) Message-Id: <199806241138.TAA12056@spinner.netplex.com.au> X-Mailer: exmh version 2.0.2 2/24/98 To: Jaye Mathisen cc: Terry Lambert , hackers@FreeBSD.ORG Subject: Re: NFS send error 55 for fs: In-reply-to: Your message of "Wed, 24 Jun 1998 01:30:19 MST." Date: Wed, 24 Jun 1998 19:38:58 +0800 From: Peter Wemm Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Jaye Mathisen wrote: > > OK, but which buffer is it out of? MAXUSERS is set to 128. Is this > an NMBCLUSTERS fix thingie? MSIZE? NBUF? It's running into IFQ_MAXLEN, this is the same problem that causes ping to fail with 'no buffer space'. The original network code used to drop the packets silently when the outbound queue limit was reached. DG changed it so that it reported back an ENOBUFS error. What's actually happening is that the combination of NFS and possibly other traffic has filled the outbound queue. The fix is probably to ignore the error within NFS, since it'll have to retransmit and Just Get Over It. > On Wed, 24 Jun 1998, Terry Lambert wrote: > > > > I switched from a 3.0 box running INN to a 2.2.6 PII box running INN, > > > and I'm getting this message in spades on the 2.2.6 box. > > > > > > Any ideas what to change? > > > > #define ENOBUFS 55 /* No buffer space available */ > > > > > > Terry Lambert > > terry@lambert.org > > --- > > Any opinions in this posting are my own and not those of my present > > or previous employers. > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message > Cheers, -Peter -- Peter Wemm Netplex Consulting To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message