From owner-freebsd-questions Mon Feb 10 23:33:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA05297 for questions-outgoing; Mon, 10 Feb 1997 23:33:38 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA05292 for ; Mon, 10 Feb 1997 23:33:35 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id XAA16921; Mon, 10 Feb 1997 23:34:17 -0800 (PST) Message-Id: <199702110734.XAA16921@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: Soren Dossing cc: questions@freebsd.org Subject: Re: ftp/tcp server failing (looping) In-reply-to: Your message of "Mon, 10 Feb 1997 18:34:54 PST." From: David Greenman Reply-To: dg@root.com Date: Mon, 10 Feb 1997 23:34:17 -0800 Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >After approx. 250 sessions, my ftp server terminates temporarily with this >message: > >Feb 10 12:14:01 host inetd[99]: ftp/tcp server failing (looping), service >terminated > >After this it refuses to accept any ftp connects for a few minutes. Why ? >And how do I solve it ? > >I run freebsd-2.2-beta. The sessions are all from the same computer >downloading the same file from the server over and over again. Check out the -R option to inetd. A better solution is to use the non-inetd exec'd form of ftpd (see the -D option); be sure to comment out ftpd from inetd.conf if you decide to use that option. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project