From owner-freebsd-questions@FreeBSD.ORG Tue Jan 20 10:20:07 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85E2316A4CE for ; Tue, 20 Jan 2004 10:20:07 -0800 (PST) Received: from smtpout.mac.com (A17-250-248-88.apple.com [17.250.248.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77C4543D60 for ; Tue, 20 Jan 2004 10:20:00 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i0KIJoHN006309; Tue, 20 Jan 2004 10:19:50 -0800 (PST) Received: from [10.1.1.193] (nfw2.codefab.com [66.234.138.66]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 3.0) with ESMTP id i0KIJo62022720; Tue, 20 Jan 2004 10:19:50 -0800 (PST) In-Reply-To: <1311.66.63.97.2.1074618159.squirrel@new.host.name> References: <1311.66.63.97.2.1074618159.squirrel@new.host.name> Mime-Version: 1.0 (Apple Message framework v609) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <3C02089A-4B75-11D8-8D97-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Tue, 20 Jan 2004 13:19:49 -0500 To: misterb@bmyster.com X-Mailer: Apple Mail (2.609) cc: questions@freebsd.org Subject: Re: UDP errors and syslog & BSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jan 2004 18:20:07 -0000 On Jan 20, 2004, at 12:02 PM, Brent Bailey wrote: > the errors im concerned about are > 5775699 dropped due to full socket buffers > > and > 319427 dropped due to no socket > > the first makes me think that the buffers are depleted and cant > written to > if so ...how do i correct this ? "netstat -m" should list the network memory buffers and their usage. You might try adding: options NMBCLUSTERS=8192 ...to your kernel config file and rebuilding your kernel, if you were running low. -- -Chuck