Date: Mon, 10 Feb 1997 23:34:17 -0800 From: David Greenman <dg@root.com> To: Soren Dossing <sauber@netcom.com> Cc: questions@freebsd.org Subject: Re: ftp/tcp server failing (looping) Message-ID: <199702110734.XAA16921@root.com> In-Reply-To: Your message of "Mon, 10 Feb 1997 18:34:54 PST." <Pine.SUN.3.95.970210182701.3676H-100000@netcom22>
next in thread | previous in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702110734.XAA16921>