From owner-freebsd-questions@FreeBSD.ORG Wed Jan 21 22:05:55 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 AEEDD16A4CE for ; Wed, 21 Jan 2004 22:05:55 -0800 (PST) Received: from ns2.alphaque.com (ns2.alphaque.com [202.75.47.153]) by mx1.FreeBSD.org (Postfix) with SMTP id 176B543D1D for ; Wed, 21 Jan 2004 22:05:51 -0800 (PST) (envelope-from dinesh@alphaque.com) Received: (qmail 80678 invoked by uid 0); 22 Jan 2004 06:05:49 -0000 Received: from lucifer.net-gw.com (HELO prophet.alphaque.com) (202.75.47.153) by lucifer.net-gw.com with SMTP; 22 Jan 2004 06:05:49 -0000 Received: from localhost (localhost.alphaque.com [127.0.0.1]) by prophet.alphaque.com (8.12.10/8.12.9) with ESMTP id i0M5qADQ002673; Thu, 22 Jan 2004 13:52:10 +0800 (MYT) (envelope-from dinesh@alphaque.com) Date: Thu, 22 Jan 2004 13:52:10 +0800 (MYT) From: Dinesh Nair To: Brent Bailey In-Reply-To: <53830.207.5.142.198.1074718641.squirrel@new.host.name> Message-ID: <20040122134924.Q532-100000@prophet.alphaque.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org Subject: Re: wierd errors with USB drive & syslog 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: Thu, 22 Jan 2004 06:05:55 -0000 On Wed, 21 Jan 2004, Brent Bailey wrote: > anywho we are seeing alot of udp packets being dropped due to full > sockets..im worried that im not getting all the logging that i should be > getting. > > udp: > 38123594 datagrams received > 0 with incomplete header > 0 with bad data length field > 2 with bad checksum > 352023 with no checksum > 319427 dropped due to no socket > 386465 broadcast/multicast datagrams dropped due to no socket > 5775699 dropped due to full socket buffers <--THIS CONCERNS ME during operation, what does 'netstat -m' say ? if you need to increase number of mbufs or mbuf clusters, look at NMBCLUSTERS and NMBUFS in your kernel config file. see LINT for the details. the mbuf area is autosized to (512 + maxusers*16) by default, but you can increase this as above or by just increasing MAXUSERS. Regards, /\_/\ "All dogs go to heaven." dinesh@alphaque.com (0 0) http://www.alphaque.com/ +==========================----oOO--(_)--OOo----==========================+ | for a in past present future; do | | for b in clients employers associates relatives neighbours pets; do | | echo "The opinions here in no way reflect the opinions of my $a $b." | | done; done | +=========================================================================+