From owner-freebsd-questions Thu Oct 3 13:54:38 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA22516 for questions-outgoing; Thu, 3 Oct 1996 13:54:38 -0700 (PDT) Received: from vdp01.vailsystems.com (root@vdp01.vailsystems.com [207.152.98.18]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA22508 for ; Thu, 3 Oct 1996 13:54:34 -0700 (PDT) Received: from crocodile.vale.com (crocodile [204.117.217.147]) by vdp01.vailsystems.com (8.7.5/8.7.3) with ESMTP id QAA29972; Thu, 3 Oct 1996 16:01:21 -0500 (CDT) Received: (from hal@localhost) by crocodile.vale.com (8.7.5/8.7.3) id PAA02368; Thu, 3 Oct 1996 15:53:33 -0500 (CDT) From: Hal Snyder Message-Id: <199610032053.PAA02368@crocodile.vale.com> Subject: Re: Hung (?) ftp processes To: freebsd@trogon.kiwi.net (Christopher Taylor) Date: Thu, 3 Oct 1996 15:53:33 -0500 (CDT) Cc: questions@freebsd.org In-Reply-To: from "Christopher Taylor" at Oct 3, 96 12:03:33 pm X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Christopher Taylor said: > On Thu, 3 Oct 1996, Cliff Addy wrote: > > We have a continuing problem using wu-ftpd. Logins (anonymous and not) > > tend to leave active logins long after the connection is over. We're > > talking hours later. Of course, this eventually maxes out the number of > > connections and noone can get in. > > First of all, any clue why this happens? Second, I don't care if there > > was a way I could kill ftp logins idle over, lets say, 10 minutes. Using > > the -t and -T options has not affected this problem. I can kill an idle > > telnet, I just don't know how to kill (or even find) these ftp logins. > > They don't appear as processes, just connections in netstat. > > Yes, we have been experiencing the same problem you have. We are running > WU-FTPD 2.4.2[ACADEM-11]. It seems to only occur, when the person loses > carrier while online to ftp. I am not positive, because I have not > extensively tested my theory. I see the same with BSD ftpd version 6.00 - an ftp session that ended weeks ago, nothing in ps output, but nestat -a shows this (host names changed to protect the innocent): tcp 0 0 mybsdhost.ftp-data remote.xyz.com.4013 ESTABLISHED tcp 0 0 mybsdhost.ftp remote.xyz.com.3895 ESTABLISHED What is this about?