From owner-freebsd-questions@FreeBSD.ORG Sat Jan 20 13:14:50 2007 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 57C1716A401 for ; Sat, 20 Jan 2007 13:14:50 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from thenetnow.com (thenetnow.com [69.90.69.141]) by mx1.freebsd.org (Postfix) with ESMTP id 883B013C455 for ; Sat, 20 Jan 2007 13:14:47 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from hpeel.ody.ca ([216.240.12.2] helo=GRANT) by constellation.thenetnow.com with esmtpa (Exim 4.54) id 1H8G3N-000HTe-EQ for freebsd-questions@freebsd.org; Sat, 20 Jan 2007 08:14:41 -0500 Message-ID: <004101c73c94$f1ba8e30$6501a8c0@GRANT> From: "Grant Peel" To: Date: Sat, 20 Jan 2007 08:14:40 -0500 Organization: The Net Now MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: losf netstat bound port 100 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jan 2007 13:14:50 -0000 Hi all, Being going blind again looking for an answer to a seemingly simple = question. I had a hung pop3 process (port 110), and killed it. netstat still shows 3 connections in the FIN_WAIT_2 state. lsof shows nothing (no connected processes). Is there a simple way to disconnect the hung sockets? (Other than a server reboot). (I can't restart the pop3 deamon until those are cleared, as I get the = dreaded "Can't bind to port, already in use" message.). -Grant