Hi, 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? cheers, Chris
And why in Zope 2.4 are some files rename from for example 'index_html' to '09 index_html' or '64 index_html' and unopenable? (in Allaire Homesite FTP that is)
Hi,
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?
cheers,
Chris
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
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. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
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
participants (3)
-
Chris Withers -
Oleg Broytmann -
Peter Bengtsson