From owner-freebsd-hackers@FreeBSD.ORG Thu Dec 17 18:25:39 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4C6E1065692 for ; Thu, 17 Dec 2009 18:25:39 +0000 (UTC) (envelope-from linda.messerschmidt@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 026EA8FC14 for ; Thu, 17 Dec 2009 18:25:38 +0000 (UTC) Received: by ewy26 with SMTP id 26so1540550ewy.3 for ; Thu, 17 Dec 2009 10:25:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=UlMepzuBAdNEto6H+xVszD+eCAVLRyDFbwKgtadWBRo=; b=AOG3z6udk3gTpTE54mHKxBy7x8kkW/lPOBKMQMsyAPOM2/H/NKCkt7x4KJ+0XLTrme aXgK7D30qATE8sW7KGmGsLDAwjAEZbVIEQHW8qkI8//uvbaCH+2lQjLCNleYBzcoIxBa h6JVxDWaAP2YC9D3FYrsngUvTMMcblJCawu9I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=DHGHKdAWU0naWMc4dAk3+1wa2oXJGmx1xKb18+6OKOStXL1IPiD0xRy8cD+x3Ghv1v asJfjl5hQQYOHyLMSXIJztjQabXIqJMjtzK0gsn4B9rRKr6KO6f7MjZVWql50UHBJdgw whTnam9Qw6PbsHSc5L5gvi7xhtaWclKp0wzu4= MIME-Version: 1.0 Received: by 10.216.87.68 with SMTP id x46mr1057311wee.2.1261074337129; Thu, 17 Dec 2009 10:25:37 -0800 (PST) In-Reply-To: References: <237c27100912151140o1b227bb1pdaa65f5aee13ab5b@mail.gmail.com> Date: Thu, 17 Dec 2009 13:25:37 -0500 Message-ID: <237c27100912171025l3525da40m4abb526dd31ef067@mail.gmail.com> From: Linda Messerschmidt To: Robert Watson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hackers@freebsd.org Subject: Re: 8.0-RELEASE-p1 Panic "panic: sbdrop" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2009 18:25:39 -0000 On Wed, Dec 16, 2009 at 6:52 AM, Robert Watson wrote: > Could you tell us a bit more about the network configuration -- especiall= y, > are you using any tunneling software (such as ipsec), netgraph, or other > less commonly used network features? =A0Are you using accept filters? Let's see, we are using a couple of simple PF rdr rules in conjunction with squid and yes, we are using accf_http with it as well. Other than that, nothing uncommon. The ethernet is Intel onboard, em0 and em1. Web traffic comes in on em0, gets redirected to squid, and origin server requests go out on e1. It crashed under relatively light traffic, about 3000 requests per minute. Thanks!