From owner-freebsd-stable@FreeBSD.ORG Thu Jun 8 08:43:48 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03DCD16AB1C; Thu, 8 Jun 2006 06:50:03 +0000 (UTC) (envelope-from Greg.Hennessy@nviz.net) Received: from smtp.nildram.co.uk (smtp.nildram.co.uk [195.112.4.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A92343D45; Thu, 8 Jun 2006 06:50:03 +0000 (GMT) (envelope-from Greg.Hennessy@nviz.net) Received: from gw2.local.net (unknown [62.3.210.253]) by smtp.nildram.co.uk (Postfix) with ESMTP id 3F380338D82; Thu, 8 Jun 2006 07:45:27 +0100 (BST) From: "Greg Hennessy" To: "'Mark Morley'" , , Date: Thu, 8 Jun 2006 07:45:27 +0100 Keywords: freebsd-pf Message-ID: <000401c68ac7$204fe630$0a00a8c0@thebeast> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcaKsDG9oQtRIaxhTjqAH+Mzd8F96wAFnvYg In-Reply-To: <44876071-491e@helpdesk.islandnet.com> X-OriginalArrivalTime: 08 Jun 2006 06:45:27.0187 (UTC) FILETIME=[204FE630:01C68AC7] Cc: Subject: RE: pf buggy on 6.1-STABLE? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jun 2006 08:43:50 -0000 > A test page that makes 10,000 rapid SQL connections which > connected 100% of the time before, now will usually see > anywhere from one or two failed connections to a dozen or so > (per 10,000) Have you kept track of state table entries during this process with pfctl -si ? You may find that you need to increase set limit states >From the default as a consequence Greg