(07-08-2009 08:06 PM)Top44 Wrote: JO, übernehm erstmal meine Config und AuthPam auch rein.
also mit AuthPAM off und AuthOrder mod_sql.c keine Verbesserung ...
schau mal:
# Loading required modules
<IfModule !mod_sql.c>
LoadModule mod_sql.c
</IfModule>
<IfModule !mod_sql_mysql.c>
LoadModule mod_sql_mysql.c
</IfModule>
<IfModule !mod_quotatab.c>
LoadModule mod_quotatab.c
</IfModule>
<IfModule !mod_quotatab_sql.c>
LoadModule mod_quotatab_sql.c
</IfModule>
die stehen in der proftpd und ebenfalls noch in der modules.conf ...
dann habe ich bei einer Etch und Lenny Config noch folgende Unterschiede:
Etch: <IfModule mod_quota.c>
Lenny: <IfModule mod_quotatab.c>
Etch: DisplayChdir message
Lenny: DisplayFirstChdir message
Bekomme auch keine Fehlermeldungen momentan, der Login per Filezilla etwa 10 sec und per net2ftp 30 sec.
Könnte es noch etwas mit fail2ban zu tun haben?