From owner-freebsd-questions@FreeBSD.ORG Tue Sep 30 14:30:38 2003 Return-Path: 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 AE24C16A4F6 for ; Tue, 30 Sep 2003 14:30:38 -0700 (PDT) Received: from bitch.inducedreality.net (adsl-67-124-144-35.dsl.pltn13.pacbell.net [67.124.144.35]) by mx1.FreeBSD.org (Postfix) with SMTP id 109AC43F75 for ; Tue, 30 Sep 2003 14:30:38 -0700 (PDT) (envelope-from david@inducedreality.net) Received: (qmail 26812 invoked by uid 1000); 30 Sep 2003 21:32:19 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 30 Sep 2003 21:32:19 -0000 Date: Tue, 30 Sep 2003 14:32:19 -0700 (PDT) From: David To: freebsd-questions@freebsd.org Message-ID: <20030930142352.H9014-100000@bitch.inducedreality.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: persistent connections X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 21:30:39 -0000 There are several http connections that have remained in the state FIN_WAIT_2: tcp4 0 0 x.x.x.x.80 z.z.z.z.4080 FIN_WAIT_2 tcp4 0 0 x.x.x.x.80 y.y.y.y.41185 FIN_WAIT_2 >From apache logs: z.z.z.z - - [26/Sep/2003:22:42:45 -0700] y.y.y.y - - [26/Sep/2003:13:32:36 -0700] Running 4.8 Release #1. Any idea why these are sticking around so long? David