Proftpd + Debian 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 + Debian Lenny 64Bit (/thread-4207.html) |
Proftpd + Debian Lenny 64Bit - Kotty - 09-07-2008 08:32 PM Moin Moin, ich hab vor ein paar Tagen ein Debian Lenny 64Bit aufgesetzt mit einem ISPCP (trunk vom 02.09.2008) hinterher ansich hat das auch ohne Probelme funktioniert (auch die erweiterungen mit Dovecot und Sieve). Jedoch gab es ein Problem mit dem FTP-Server scheinbar wurden hier einige dinge im gegensatz zu Etch geändert. Es soll nicht mehr DisplayFirstChdir genutzt werden sonden ab sofort DisplayChdir was aber nur eine Warnung ist. Das größere Problem ist wohl die änderung der Modulaktivierung. Die mysql Module wurden nicht geladen und somit hat natürlich der Login nicht funktioniert. Zu einem hab ich in der Datei /etc/proftpd/sql.conf folgende Zeilen auskomentiert: <IfModule mod_sql.c> </IfModule> und in der /etc/proftpd/modules.conf folgende Zeilen aktiviert: LoadModule mod_sql.c LoadModule mod_sql_mysql.c Jetzt die Frage Ist das ein Installationsfehler (evtl. auch auf meiner Seite gewesen?) oder hat sich da wirklich grob was geändert was den Fehler verursacht hat? RE: Proftpd + Debian Lenny 64Bit - BeNe - 09-07-2008 09:44 PM Hatte bisher noch kein Lenny 64-Bit installiert. Aber so wie es scheint ist es neu und die Config muss überarbeitet werden. Was für eine ProFTPd Version läuft denn bei Dir ? Geht jetzt alles nach der Änderung ? Greez BeNe RE: Proftpd + Debian Lenny 64Bit - xxo - 09-08-2008 09:20 PM Kann ich auch für die 32bit version bestätigen. LoadModule mod_sql_mysql.c ist zusätzlich zwingend notwendig, sonst streikt der Login. Aktueller proftpd 1.3.1, stable. RE: Proftpd + Debian Lenny 64Bit - BeNe - 09-08-2008 10:07 PM Jetzt habe ich grad mal bei mir auf der Etch Machine nachgeschaut. Alles per default so geladen: /etc/proftpd/modules.conf Code: # Habe leider keinen Server bzw. vServer frei für eine Installation. Greez BeNe RE: Proftpd + Debian Lenny 64Bit - xxo - 09-08-2008 11:09 PM Das passt alles auch bei lenny, blos das # Install proftpd-mod-mysql to use this #LoadModule mod_sql_mysql.c per default aus ist und LoadModule mod_sql.c alleine nicht ausreicht. Unter lenny muß zwingend proftpd-mod-mysql nachinstalliert werden. Wurde, soweit ich mich entsinne, nicht automatisch geholt. RE: Proftpd + Debian Lenny 64Bit - BeNe - 09-08-2008 11:42 PM proftpd-mod-mysql steht mal nicht auf der package-list. Schreibe mal ein Ticket dazu. EDIT: Ticket --> http://www.isp-control.net/ispcp/ticket/1528 Greez BeNe RE: Proftpd + Debian Lenny 64Bit - Kotty - 09-10-2008 06:03 PM Habe hier auch nen ProFTPD 1.3.1 nach den änderungen hats bei mir funktioniert. Und proftpd-mod-mysql muss nicht extra hinzugefügt werden weil es in abhängigkeit zum proftpd installiert wird. |