From owner-freebsd-questions Wed Mar 20 7:27:15 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mail.macconnect.com (mail.macconnect.com [204.68.168.11]) by hub.freebsd.org (Postfix) with SMTP id 137B337B400 for ; Wed, 20 Mar 2002 07:27:10 -0800 (PST) Received: (qmail 12599 invoked by uid 0); 20 Mar 2002 15:32:42 -0000 Received: from unknown (HELO ?10.1.1.100?) (24.47.15.16) by mail.macconnect.com with SMTP; 20 Mar 2002 15:32:42 -0000 User-Agent: Microsoft-Entourage/10.0.0.1331 Date: Wed, 20 Mar 2002 10:27:08 -0500 Subject: Re: Network issues... From: Brendan McAlpine To: "Morse, Richard E." , 'Benjamin Krueger' Cc: "'questions@freebsd.org'" Message-ID: In-Reply-To: <375F68784081D511908A00508BE3BB17DDDCBB@phsexch22.mgh.harvard.edu> Mime-version: 1.0 Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had the same problem on one of my machines. MBUFs were the issue. However, you don't have to recompile the kernel. Just add the following line to the loader.conf file in the /boot directory: kern.ipc.nmbclusters="8192 That should do the trick. Brendan > From: "Morse, Richard E." > Date: Wed, 20 Mar 2002 09:11:37 -0500 > To: 'Benjamin Krueger' > Cc: "'questions@freebsd.org'" > Subject: RE: Network issues... > > Benjamin Krueger wrote: >> Ricky Morse wrote: >>> >>> ping: sendto: no buffer space available >> >> Ricky, it sounds like you're running low on mbufs,and I'm willing to bet > that >> you'll find your system logs littered with messages from the kernel > regarding >> mbuf allocation failures. To verify this is the case if you see this > behavior >> again, type 'netstat -m' to see the current mbuf statistics. If you find > that >> this is your problem and you're running a release below 4.5, you will need > to >> recompile your kernel with 'options NMBCLUSTERS=' with a larger number that >> will suit your needs. (The default is 1024) > > Which system logs should I look in? Neither console.log, maillog, messages, > nor dmesg report anything about mbufs.... > > Thanks, > Ricky > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message