From owner-freebsd-questions@FreeBSD.ORG Mon Mar 27 15:29:38 2006 Return-Path: X-Original-To: questions@freebsd.org 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 984F916A401 for ; Mon, 27 Mar 2006 15:29:38 +0000 (UTC) (envelope-from freminlins@gmail.com) Received: from pproxy.gmail.com (pproxy.gmail.com [64.233.166.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C97C43D68 for ; Mon, 27 Mar 2006 15:29:31 +0000 (GMT) (envelope-from freminlins@gmail.com) Received: by pproxy.gmail.com with SMTP id d42so1281226pyd for ; Mon, 27 Mar 2006 07:29:31 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=aepMmRtVubQrBXNb3ZjFiHGjc0azR66loo3F66ewg/wvrrDBHsiBRseBAbFvbBVGu6nzR2NJ1PmPCKRGxMi+hBiVFJhNTnFdn12QFHiRZ8OJTjc7NLpcuhN8I83gb4REQDzOyGc4AOK5k78ee0E2nZZ3l1vWnajziEBtVU/2nR0= Received: by 10.35.77.18 with SMTP id e18mr813828pyl; Mon, 27 Mar 2006 07:29:31 -0800 (PST) Received: by 10.35.81.3 with HTTP; Mon, 27 Mar 2006 07:29:31 -0800 (PST) Message-ID: Date: Mon, 27 Mar 2006 16:29:31 +0100 From: Freminlins To: "Michael W. Lucas" In-Reply-To: <20060327145102.GA57216@bewilderbeast.blackhelicopters.org> MIME-Version: 1.0 References: <20060324211741.GA40819@bewilderbeast.blackhelicopters.org> <83E0BC22-BFFA-47EE-88DA-D6A5D1862081@mac.com> <20060327145102.GA57216@bewilderbeast.blackhelicopters.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: questions@freebsd.org Subject: Re: filling up UDP socket buffers like mad X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Mar 2006 15:29:38 -0000 Michael, On 3/27/06, Michael W. Lucas wrote: > > # netstat -na > udp4 43414 0 *.514 *.* That's a big queue. I'm attaching the output of netstat -na and netstat -s for general > informative purposes; if anyone has any further suggestions, I'm all > ears. Try running syslogd with -n. Thanks, > =3D=3Dml Frem.