Titel: SQLAuthentificate - Fehler beim Starten Beitrag von: Anonymous am 06. Juni 2005, 04:55:10 Hi Leute !
Ich verzweifle an dieser Fehlermeldung (beim Start von ProFTPD): Zitat linux:/usr/local/sbin # proftpd - Fatal: unknown configuration directive 'SQLAuthenticate.' on line 79 of '/etc/proftpd.conf'. Kompiliert hab ichs zuvor (auf SUSE 9.0 mit allen mysql-packages 4.0.24 ) mit: Code: ./configure \ --sysconfdir=/etc \ --with-modules=mod_sql:mod_sql_mysql:mod_quotatab:mod_quotatab_sql \ --with-includes=/usr/include/mysql \ --with-libraries=/usr/lib/mysql \ && make \ && make install Die Ausgabe kann ich hier nicht reinlegen ... Bekomme nen ServerError . Hänge es weiter unten aufgeteilt auf 2 Postings an. Hoffe, jemand kann mir helfen :) LG Alex Titel: Die erste Hälfte Beitrag von: Anonymous am 06. Juni 2005, 04:58:47 Hmm, der Server lässt anscheinend so viel Text nicht zu. Schicke es gerne via Mail / ICQ / Skype oder auch per Brieftaube wenns hilft :)
proftpd --vv und proftpd -nd9 bringen folgendes: Code: linux:/usr/local/sbin # proftpd -vv - ProFTPD Version: 1.3.0rc1 (devel) - Scoreboard Version: 01040002 - Built: Mon Jun 6 03:31:30 CEST 2005 - Module: mod_core.c - Module: mod_xfer.c - Module: mod_auth_unix.c - Module: mod_auth_file.c - Module: mod_auth.c - Module: mod_ls.c - Module: mod_log.c - Module: mod_site.c - Module: mod_delay/0.4 - Module: mod_sql/4.2 - Module: mod_sql_mysql/4.04 - Module: mod_quotatab.c - Module: mod_quotatab_sql.c - Module: mod_cap/1.0 linux:/usr/local/sbin # proftpd -nd9 - parsing '/etc/proftpd.conf' configuration - FS: using system open() - FS: using system read() - dispatching directive 'ServerName' to module mod_core - dispatching directive 'ServerType' to module mod_core - dispatching directive 'DeferWelcome' to module mod_core - dispatching directive 'ShowSymlinks' to module mod_ls - dispatching directive 'MultilineRFC2228' to module mod_core - dispatching directive 'DefaultServer' to module mod_core - dispatching directive 'ShowSymlinks' to module mod_ls - dispatching directive 'AllowOverwrite' to module mod_xfer - dispatching directive 'LogFormat' to module mod_log - dispatching directive 'TimeoutNoTransfer' to module mod_xfer - dispatching directive 'TimeoutStalled' to module mod_xfer - dispatching directive 'TimeoutIdle' to module mod_core - dispatching directive 'DisplayLogin' to module mod_core - dispatching directive 'DisplayFirstChdir' to module mod_core - dispatching directive 'DenyFilter' to module mod_core - Compiling deny regex '\*.*/'. - Allocated deny regex at location 0x80e9b08. - dispatching directive 'DefaultRoot' to module mod_auth - dispatching directive 'Port' to module mod_core - dispatching directive 'MaxInstances' to module mod_core - FS: using system read() - dispatching directive 'User' to module mod_core - dispatching auth request "getpwnam" to module mod_sql - dispatching auth request "getpwnam" to module mod_auth_file - dispatching auth request "getpwnam" to module mod_auth_unix - dispatching directive 'Group' to module mod_core - dispatching auth request "getgrnam" to module mod_sql - dispatching auth request "getgrnam" to module mod_auth_file - dispatching auth request "getgrnam" to module mod_auth_unix - dispatching directive '<Directory>' to module mod_core - <Directory /*>: deferring resolution of path - dispatching directive 'Umask' to module mod_core - dispatching directive 'AllowOverwrite' to module mod_xfer - dispatching directive 'HideNoAccess' to module mod_core - dispatching directive '</Directory>' to module mod_core - dispatching directive '<Limit>' to module mod_core - dispatching directive 'IgnoreHidden' to module mod_core - dispatching directive '</Limit>' to module mod_core - dispatching directive '<Global>' to module mod_core - dispatching directive 'TransferLog' to module mod_core - dispatching directive 'ExtendedLog' to module mod_log - dispatching directive 'PathDenyFilter' to module mod_core - Compiling deny regex '.quota$'. - Allocated deny regex at location 0x8121e68. - dispatching directive '</Global>' to module mod_core - dispatching directive 'SQLAuthTypes' to module mod_sql - Fatal: unknown configuration directive 'SQLAuthenticate.' on line 79 of '/etc/proftpd.conf' Titel: SQLAuthentificate - Fehler beim Starten Beitrag von: DJ DHG am 06. Juni 2005, 07:57:35 Moin Moin
Zitat - Fatal: unknown configuration directive 'SQLAuthenticate.' on line 79 of '/etc/proftpd.conf' Was macht der Punkt da, bei "SQLAuthenticate."? mfg DJ DHG Titel: SQLAuthentificate - Fehler beim Starten Beitrag von: Anonymous am 07. Juni 2005, 02:11:56 Hi :)
Ist eigentlich ein TAB - kommt lediglich als Punkt rüber. Nachdem ich die tabs jedoch entfernt habe, scheint es zu laufen (wpbei proftpd start nix zurückgibt). |