Re: inetd losing sockets

Neil Walker <[email protected]> Mon, 31 Oct 2005 21:53:57 +0000 (GMT)
Newsgroups gmane.os.netbsd.ports.acorn32
Message-ID <[email protected]>
On Sun, 30 Oct 2005, Stephen Borrill wrote:

> If you look in /var/log/messages, you'll probably see it complaining that the 
> service is looping and so will be terminated. This is down to the number of 
> requests per minute. Up this by putting a number after the wait/nowait, e.g.:
That was precisely the problem.

Seems a bit odd, though. Here am I, a theoretical program running a denial 
of service attack on your server. If I launch enough requests, inetd is 
going to close the socket, thereby making the service permanently 
unavailable. Doesn't that mean that I win?

Anyway, my script is no longer killing the service. Many thanks.

Neil