Current time: 05-01-2024, 09:36 AM Hello There, Guest! (LoginRegister)


Post Reply 
proftpd problem auf lenny 64bit
Author Message
Top44 Offline
Member
***

Posts: 271
Joined: Sep 2007
Reputation: 1
Post: #11
RE: proftpd problem auf lenny 64bit
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
07-08-2009 04:45 AM
Find all posts by this user Quote this message in a reply
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #12
RE: proftpd problem auf lenny 64bit
Quote:AuthPAM off

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

Gruss
07-08-2009 08:03 PM
Find all posts by this user Quote this message in a reply
Top44 Offline
Member
***

Posts: 271
Joined: Sep 2007
Reputation: 1
Post: #13
RE: proftpd problem auf lenny 64bit
JO, übernehm erstmal meine Config und AuthPam auch rein.


grüße
07-08-2009 08:06 PM
Find all posts by this user Quote this message in a reply
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #14
RE: proftpd problem auf lenny 64bit
(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?
(This post was last modified: 07-08-2009 09:24 PM by fulltilt.)
07-08-2009 08:33 PM
Find all posts by this user Quote this message in a reply
Top44 Offline
Member
***

Posts: 271
Joined: Sep 2007
Reputation: 1
Post: #15
RE: proftpd problem auf lenny 64bit
Ne nicht mit Fail2Ban ausser du hast spezielle regex´s .... kannst ja mal posten.

Hast denn wirklich auch alle logs durchgesehen ??

Grüße
07-09-2009 03:14 AM
Find all posts by this user Quote this message in a reply
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #16
RE: proftpd problem auf lenny 64bit
(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
07-09-2009 05:05 AM
Find all posts by this user Quote this message in a reply
Top44 Offline
Member
***

Posts: 271
Joined: Sep 2007
Reputation: 1
Post: #17
RE: proftpd problem auf lenny 64bit
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..._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.
(This post was last modified: 07-09-2009 07:07 AM by Top44.)
07-09-2009 05:52 AM
Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #18
RE: proftpd problem auf lenny 64bit
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
07-09-2009 04:04 PM
Visit this user's website Find all posts by this user Quote this message in a reply
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #19
RE: proftpd problem auf lenny 64bit
(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
(This post was last modified: 07-29-2009 11:37 PM by fulltilt.)
07-09-2009 11:04 PM
Find all posts by this user Quote this message in a reply
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #20
RE: proftpd problem auf lenny 64bit
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
07-16-2009 10:43 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)