Bug 8603

Summary: inetd stop listening to ftp-service
Product: [Retired] Red Hat Linux Reporter: jochen.schmid
Component: netkit-baseAssignee: Jeff Johnson <jbj>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-01-19 15:07:48 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description jochen.schmid 2000-01-19 14:55:23 UTC
We are running wu-ftpd-2.6.0-1 on our ftp-Server. If we get a lot of
simultanious requests, inetd stop listening to the ftp service(
no "LISTEN" entry for ftp in the output of netstat -a command). About 10
mintutes later inetd starts again listening to ftp service.

Comment 1 Jeff Johnson 2000-01-19 15:07:59 UTC
Add a max. rate to the ftp entry in /etc/inetd.conf:
	ftp stream tcp     nowait.NNN  root    /usr/sbin/tcpd  in.ftpd -l -a

where NNN is something like 100.

See "man inetd.conf" for details.