[Zope] FTP Problem

Chris Withers chrisw@nipltd.com
Mon, 13 Aug 2001 21:55:35 +0100


Oleg Broytmann wrote:
> 
> On Fri, 10 Aug 2001, Chris Withers wrote:
> > One of our servers has stooped letting people log in via ftp:
> >
> > Password Failed: Code - 421 421 User limit reached. Closing connection
> >
> > Restarting the server solved the problem, but what's going on here?
> 
>    It seems the user counter is leaking.

Maybe one for the Collector?

I think there was an error:

> 08/10/2001 13:13:48 (K:) 200 NOOP command successful.
> 08/10/2001 13:13:58 (W:) DELE under16s.html.bak
> 08/10/2001 13:13:58 (W:) FTP Connection Terminated
> 08/10/2001 13:13:58 (W:) TDI Error - Connection was reset.
> 08/10/2001 13:14:18 (W:) Connecting to server x.x.x.x on port 8021
> 08/10/2001 13:14:20 (W:) USER ******
> 08/10/2001 13:14:20 (W:) 331 Password required.
> 08/10/2001 13:14:20 (W:) PASS ******
> 08/10/2001 13:14:20 (W:) FTP Connection Terminated
> 08/10/2001 13:14:20 (W:) 421 User limit reached. Closing connection.

...maybe when there's an error, the user count is decreased and lots of errors
means you run out of users quickly?

cheers,

Chris