From owner-freebsd-stable@FreeBSD.ORG Fri Jun 4 03:30:20 2004 Return-Path: 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 137C416A4CE for ; Fri, 4 Jun 2004 03:30:20 -0700 (PDT) Received: from mail.errors.firstcallgroup.co.uk (mail.errors.firstcallgroup.co.uk [213.167.69.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9D6D43D3F for ; Fri, 4 Jun 2004 03:30:19 -0700 (PDT) (envelope-from petefrench@keithprowse.com) Received: from smaug.rattatosk ([172.16.1.8]) by mail.errors.firstcallgroup.co.uk with esmtp (Exim 4.22) id 1BWBxl-000HQi-1A; Fri, 04 Jun 2004 11:30:13 +0100 Received: from [172.16.1.6] (helo=dilbert.firstcallgroup.co.uk) by smaug.rattatosk with esmtp (Exim 4.32; FreeBSD) id 1BWBxk-000Ca9-Pt; Fri, 04 Jun 2004 11:30:12 +0100 Received: from petefrench by dilbert.firstcallgroup.co.uk with local (Exim 4.32; FreeBSD) id 1BWBxk-00044h-OU; Fri, 04 Jun 2004 11:30:12 +0100 To: petefrench@keithprowse.com, silby@silby.com In-Reply-To: <20040603153507.A23800@odysseus.silby.com> Message-Id: From: Pete French Date: Fri, 04 Jun 2004 11:30:12 +0100 cc: jaco@premsoft.co.za cc: freebsd-stable@freebsd.org Subject: Re: Possible portrange.randomized problems? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2004 10:30:20 -0000 > Are you using TCP sockets for the connection to MySQL? Yes, though they are generated locally off the same machine. I can try and generate a huge number of connections and try to see whats going on. Its not related to volume though as the errors come when there is no load at all on the machine - indeed the only thing running should be the once-per-minute connection script. Will let you know what I find, in the meantime the fix of turning off the randomisation has made the problem go away completely. -pcf.