ispCP - Board - Support
proftpd problem auf lenny 64bit - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega International Area (/forum-22.html)
+--- Forum: German Corner (/forum-26.html)
+--- Thread: proftpd problem auf lenny 64bit (/thread-7141.html)

Pages: 1 2 3


RE: proftpd problem auf lenny 64bit - Top44 - 07-08-2009 04:45 AM

Irgendwie unterscheiden sich unserer configs, mach mal folgendes :

Editier mal wie folgt bzw. füge ein :

Quote:# ispCP SQL Managment
AuthOrder mod_sql.c
SQLBackend mysql
SQLAuthTypes Crypt
SQLAuthenticate users* groups*
SQLConnectInfo ispcp@localhost vftp xxXXxx
SQLUserInfo ftp_users userid passwd uid gid homedir shell
SQLGroupInfo ftp_group groupname gid members
SQLMinUserUID 2000
SQLMinUserGID 2000

Dann noch irgendwo :

Quote:AuthPAM off

Grüße


RE: proftpd problem auf lenny 64bit - fulltilt - 07-08-2009 08:03 PM

Quote:AuthPAM off

ist bei mir nicht vorhanden ... soll ich das irgendwo einfügen?

Gruss


RE: proftpd problem auf lenny 64bit - Top44 - 07-08-2009 08:06 PM

JO, übernehm erstmal meine Config und AuthPam auch rein.


grüße


RE: proftpd problem auf lenny 64bit - fulltilt - 07-08-2009 08:33 PM

(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?


RE: proftpd problem auf lenny 64bit - Top44 - 07-09-2009 03:14 AM

Ne nicht mit Fail2Ban ausser du hast spezielle regex´s .... kannst ja mal posten.

Hast denn wirklich auch alle logs durchgesehen ??

Grüße


RE: proftpd problem auf lenny 64bit - fulltilt - 07-09-2009 05:05 AM

(07-09-2009 03:14 AM)Top44 Wrote:  Hast denn wirklich auch alle logs durchgesehen ??

ja ... das ist meine erste lenny 64bit und auf den anderen etch sys. kommen diese problems nicht vor.

regards


RE: proftpd problem auf lenny 64bit - Top44 - 07-09-2009 05:52 AM

Nagut, dann würde ich sagen, es liegt am proftpd mit dem 64 Bit BS.
Versuch doch mal den anderen ftpd .... vll. hast damit mehr glück ?


Quote:http://www.isp-control.net/documentation/howto/ftp/replace_proftpd_with_pure-ftpd


Grüße und Viel erfolg!

[EDIT]
Ich habe grade gesehen das Debian wohl noch V1.3.1 Ausliefert aus dem Jahre 2007, ich weiß allerdings auch nicht ob die patchen ... Kannst ja mal nen Compileversuch Starten geloadete module mittels : proftpd -V durchsehen und übernehmen.


RE: proftpd problem auf lenny 64bit - BeNe - 07-09-2009 04:04 PM

Ich habe auch einen Proftpd auf meinem Lenny 64-Bit am laufen und der tut Wink
Also daran kann es mal nicht liegen.
Hast Du denn jetzt die AuthOrder in deiner Config wie im Trunk ?

Greez BeNe


RE: proftpd problem auf lenny 64bit - fulltilt - 07-09-2009 11:04 PM

(07-09-2009 04:04 PM)BeNe Wrote:  Hast Du denn jetzt die AuthOrder in deiner Config wie im Trunk ?

ja - ist drin, immer noch die gleiche Verzögerung ...
habe beide confs aus dem nightly nun drin hier noch mal das log, seltsam ist dieses:
logname= uid=0 euid=0
Code:
Jul  9 16:13:05 host1 proftpd: pam_unix(proftpd:auth): check pass; user unknown
Jul  9 16:13:05 host1 proftpd: pam_unix(proftpd:auth): authentication failure; logname= uid=0 euid=0 tty= ruser=xxx@xxx.tld rhost=xxx.xxx.xx.xxx
Jul  9 16:13:07 host1 proftpd[27468]: host1 (xxx.xxx.xx.xxx[xxx.xxx.xx.xxx]) - USER xxx@xxx.tld: Login successful.

Gruss


RE: proftpd problem auf lenny 64bit - fulltilt - 07-16-2009 10:43 PM

Konnte das Problem immer noch nicht lösen ...
Was mir noch aufgefallen ist - beim anlegen eines neuen FTP Zugangs also bei der Auswahl des Verzeichnisses, verzögert es auch.
Hat noch jemand eine Idee?

Gruss