From owner-freebsd-questions@FreeBSD.ORG Mon Dec 11 22:58:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E859016A524 for ; Mon, 11 Dec 2006 22:58:57 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id D54E643DB9 for ; Mon, 11 Dec 2006 22:56:52 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin05-en2 [10.13.10.150]) by smtpout.mac.com (Xserve/8.12.11/smtpout05/MantshX 4.0) with ESMTP id kBBMw51i004400; Mon, 11 Dec 2006 14:58:05 -0800 (PST) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin05/MantshX 4.0) with ESMTP id kBBMw3lX020233; Mon, 11 Dec 2006 14:58:04 -0800 (PST) In-Reply-To: <20061211233003.M25582@chylonia.3miasto.net> References: <20061211233003.M25582@chylonia.3miasto.net> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <07BACED5-D675-4D08-84C8-716ED22F99D0@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Mon, 11 Dec 2006 14:58:02 -0800 To: Wojciech Puchar X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: freebsd-questions@freebsd.org Subject: Re: squid: no buffer space available - after tuning! 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, 11 Dec 2006 22:58:58 -0000 On Dec 11, 2006, at 2:37 PM, Wojciech Puchar wrote: > in dmesg i found lots of > > ipfw: pullup failed > > CPU load is always <10%, it's P4 machine with 2GB ram (much more > than squid uses) running FreeBSD 6.2-RC1, 3 interfaces - out > output, 2 for different connections, ipfw is used with only 1 line. The IPFW message implies that you are seeing low-level network problems with truncated packets. What does "netstat -i" and -s reveal, and, if possible, do you have any switch-based statistics...? -- -Chuck