(03-04-2009 07:55 AM)sci2tech Wrote: 2 Possibility:
1. You did not edit / save /etc/proftpd/modules.conf to uncomment both lines for sql.
2. You do not have proftpd-mysql installed.
Chose one
Hm very strange.
Optione 1:
Quote:london190:~# cat /etc/proftpd/modules.conf
#
# This file is used to manage DSO modules and features.
#
# This is the directory where DSO modules reside
ModulePath /usr/lib/proftpd
# Allow only user root to load and unload modules, but allow everyone
# to see which modules have been loaded
ModuleControlsACLs insmod,rmmod allow user root
ModuleControlsACLs lsmod allow user *
LoadModule mod_ctrls_admin.c
LoadModule mod_tls.c
LoadModule mod_sql.c
LoadModule mod_ldap.c
LoadModule mod_sql_mysql.c
LoadModule mod_sql_postgres.c
LoadModule mod_quotatab.c
LoadModule mod_quotatab_file.c
LoadModule mod_quotatab_ldap.c
LoadModule mod_quotatab_sql.c
LoadModule mod_radius.c
LoadModule mod_wrap.c
LoadModule mod_rewrite.c
# keep this module the last one
LoadModule mod_ifsession.c
london190:~#
Option 2:
Quote:london190:~# aptitude install proftpd-mysql
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Lese Status-Informationen ein... Fertig
Lese erweiterte Statusinformationen
Initialisiere Paketstatus... Fertig
Lese Task-Beschreibungen... Fertig
Es werden keine Pakete installiert, aktualisiert oder entfernt.
0 Pakete aktualisiert, 0 zusätzlich installiert, 0 werden entfernt und 79 nicht aktualisiert.
Muss 0B an Archiven herunterladen. Nach dem Entpacken werden 0B zusätzlich belegt sein.
Schreibe erweiterte Statusinformationen... Fertig
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Lese Status-Informationen ein... Fertig
Lese erweiterte Statusinformationen
Initialisiere Paketstatus... Fertig
Lese Task-Beschreibungen... Fertig
london190:~# aptitude search proftpd-mysql
i proftpd-mysql - Versatile, virtual-hosting FTP daemon
london190:~#
So it is definitely installed isn't it?
Any other idea?
Thanks for all your help !!!
Now i did remove the whole proftpd package and reinstalled proftpd-mysql and proftpd.
It asks me to keep the existing config and i said yes.
Now the proftpd service gets started, but i cannot connect ;-)
Quote:[R] Connecting to xyz -> DNS=xyz.com IP=xyz PORT=21
[R] Connected to xyz
[R] Connection failed (Connection lost)