Titel: Keine Verbindung zu MySQL Beitrag von: matthis am 08. Januar 2004, 20:28:18 Hallo zusammen,
ich habe proftpd mit den modulen mod_sql.c mod_sql_mysql.c mod_quotatab.c mod_quotatab_sql.c kompiliert und das hat auch alles funktioniert. Nun baut proftpd aber keine Verbindung zu MySQL auf, was ich im MySQL-Monitor sehe, User und PW sind korrrekt. Wenn ich im debug-Modus starte, zeigt er folgendes beim Loginversuch an: ... maxam - ProFTPD 1.2.9 (stable) (built Thu Jan 8 18:56:55 CET 2004) standalone mode STARTUP maxam (192.168.0.22[192.168.0.22]) - ProFTPD terminating (signal 11) maxam (192.168.0.22[192.168.0.22]) - FTP session closed. maxam - ProFTPD terminating (signal 2) maxam - ProFTPD 1.2.9 standalone mode SHUTDOWN Der Client wird gar nicht erst nach einem PW gefragt. Habt ihr eine Idee? Matthis Titel: Re: Keine Verbindung zu MySQL Beitrag von: stonki am 09. Januar 2004, 00:27:13 Zitat von: "matthis" Habt ihr eine Idee? Matthis[/quote SQLLogFile /var/log/proftpd.sql.log in die proftpd.conf einfügen, proftpd starten, ins log schauen, hand vor den Kopf schlagen, config ändern, proftpd starten, (letzten 4 Schritte bei Bedarf wiederholen), sich freuen, mir einen AMD64 kaufen :dafür) cu stonki Titel: Re: Keine Verbindung zu MySQL Beitrag von: Anonymous am 09. Januar 2004, 10:35:08 Zitat von: "stonki" SQLLogFile /var/log/proftpd.sql.log ist längst drin! Zitat von: "stonki" in die proftpd.conf einfügen, proftpd starten, ins log schauen auch schon alles gemacht, Zitat von: "stonki" hand vor den Kopf schlagen leider noch nicht! hier mein log: Jan 09 10:32:40 mod_sql/4.10[353]: backend module 'mod_sql_mysql/4.04' Jan 09 10:32:40 mod_sql/4.10[353]: backend api 'mod_sql_api_v1' Jan 09 10:32:40 mod_sql/4.10[353]: >>> sql_getconf Jan 09 10:32:40 mod_sql/4.10[353]: entering mysql cmd_defineconnection Jan 09 10:32:40 mod_sql/4.10[353]: name: 'default' Jan 09 10:32:40 mod_sql/4.10[353]: user: 'sys_proftpd' Jan 09 10:32:40 mod_sql/4.10[353]: host: 'localhost' Jan 09 10:32:40 mod_sql/4.10[353]: db: 'sys_proftpd' Jan 09 10:32:40 mod_sql/4.10[353]: port: '3306' Jan 09 10:32:40 mod_sql/4.10[353]: ttl: '0' Jan 09 10:32:40 mod_sql/4.10[353]: exiting mysql cmd_defineconnection Jan 09 10:32:40 mod_sql/4.10[353]: entering mysql cmd_open MySQL-Monitor bleibt leer! Dann auch noch diese shell: maxam:~# proftpd -d 9 -n - parsing '/usr/local/etc/proftpd.conf' configuration - FS: using system open() - FS: using system read() - <Directory />: adding section for resolved path '/' - FS: using system read() - FS: using system read() - FS: using system read() - FS: using system read() - FS: using system close() maxam - maxam - Config for maxam: maxam - / maxam - AllowOverwrite maxam - Umask maxam - AllowForeignAddress maxam - MaxClientsPerHost maxam - MaxClients maxam - AllowStoreRestart maxam - AllowRetrieveRestart maxam - RequireValidShell maxam - TransferLog maxam - SQLAuthTypes maxam - SQLAuthenticate maxam - SQLConnectInfo maxam - SQLDefaultGID maxam - SQLDefaultUID maxam - SQLMinUserGID maxam - SQLMinUserUID maxam - SQLLog_PASS maxam - SQLNamedQuery_counter maxam - ServerIdent maxam - DeferWelcome maxam - DefaultServer maxam - Umask maxam - AllowForeignAddress maxam - MaxClientsPerHost maxam - MaxClients maxam - MaxLoginAttempts maxam - AllowStoreRestart maxam - AllowRetrieveRestart maxam - DefaultRoot maxam - RequireValidShell maxam - TransferLog maxam - ExtendedLog maxam - ExtendedLog maxam - ExtendedLog maxam - SQLLogFile maxam - SQLAuthTypes maxam - SQLAuthenticate maxam - SQLConnectInfo maxam - SQLDefaultGID maxam - SQLDefaultUID maxam - SQLMinUserGID maxam - SQLMinUserUID maxam - SQLUserTable maxam - SQLUsernameField maxam - SQLPasswordField maxam - SQLUidField maxam - SQLGidField maxam - SQLHomedirField maxam - SQLShellField maxam - SQLLog_PASS maxam - SQLNamedQuery_counter maxam - SETUP PRIVS at main.c:2704 maxam - ROOT PRIVS at main.c:1956 maxam - RELINQUISH PRIVS at main.c:1962 maxam - ROOT PRIVS at main.c:2323 maxam - opening scoreboard '/usr/local/var/proftpd/proftpd.scoreboard' maxam - RELINQUISH PRIVS at main.c:2347 maxam - ROOT PRIVS at inet.c:452 maxam - RELINQUISH PRIVS at inet.c:510 maxam - ProFTPD 1.2.9 (stable) (built Thu Jan 8 23:07:32 CET 2004) standalone mode STARTUP maxam - ROOT PRIVS at main.c:2171 maxam - RELINQUISH PRIVS at main.c:2177 maxam - FS: using system lstat() maxam - FS: using system lstat() maxam - ROOT PRIVS at main.c:1150 maxam - RELINQUISH PRIVS at main.c:1154 maxam - FS: using system lstat() maxam (192.168.0.22[192.168.0.22]) - performing ident lookup maxam (192.168.0.22[192.168.0.22]) - ident connection failed: Connection refused maxam (192.168.0.22[192.168.0.22]) - ident lookup returned 'UNKNOWN' maxam (192.168.0.22[192.168.0.22]) - performing module session initializations maxam (192.168.0.22[192.168.0.22]) - ROOT PRIVS at mod_sql.c:3630 maxam (192.168.0.22[192.168.0.22]) - RELINQUISH PRIVS at mod_sql.c:3632 maxam (192.168.0.22[192.168.0.22]) - ProFTPD terminating (signal 11) maxam (192.168.0.22[192.168.0.22]) - FTP session closed. maxam - FS: using system lstat() maxam - scrubbing scoreboard maxam - ROOT PRIVS at mod_core.c:194 maxam - RELINQUISH PRIVS at mod_core.c:201 maxam - ROOT PRIVS at mod_core.c:223 maxam - RELINQUISH PRIVS at mod_core.c:251 maxam - FS: using system lstat() maxam - scrubbing scoreboard maxam - ROOT PRIVS at mod_core.c:194 maxam - RELINQUISH PRIVS at mod_core.c:201 maxam - ROOT PRIVS at mod_core.c:223 maxam - RELINQUISH PRIVS at mod_core.c:251 maxam - FS: using system lstat() Hab keine Idee! matthis |