[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ftp timeout



In message <Pine.BSO.4.21.0003062248530.30211-100000@revelex.com>
	so spake Jonathan Fortin (jonf):

> How come ftp logins never timeout after you kill theyre pid, they still
> show up in /usr/bin/w...

On the ftp server side, as long as you don't kill the ftpd with
SIGKILL it will update the utmp and wtmp files correctly.  Since
SIGKILL can't be caught, ftpd can't clean up nicely.  On the client
side, killing the ftp client should cause the server to get a
SIGPIPE, which it will catch and do the normal cleanup.

If this is not what you are talking about, please provide more
details...

 - todd