Titel: Start failed Beitrag von: ssiefke am 23. April 2005, 15:25:17 Hallo,
habe mir hier den aktuellen (stable) Proftpd Server gezogen. Code: ./configure --sysconfdir=/etc --sbindir=/usr/sbin make checkinstall rpm -Uhv *.rpm Dann wollte ich starten, leider kein Erfolg. In der Log finde ich nur Code: comserver.hserver.biz - error opening scoreboard: No such file or directory System: Suse Linux 9.2 -- 2.6.8.24-default Habt Ihr Rat? MFG Silvio Titel: Start failed Beitrag von: ssiefke am 23. April 2005, 15:34:56 So habe den Debug mal gestartet,
Code: proftpd -n -d9 - 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 'DefaultServer' to module mod_core - dispatching directive 'Port' to module mod_core - dispatching directive 'Umask' to module mod_core - dispatching directive 'MaxInstances' to module mod_core - dispatching directive 'User' to module mod_core - 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_auth_file - dispatching auth request "getgrnam" to module mod_auth_unix - FS: using system read() - dispatching directive 'AllowOverwrite' to module mod_xfer - dispatching directive '<Limit>' to module mod_core - dispatching directive 'DenyAll' to module mod_core - dispatching directive '</Limit>' to module mod_core - dispatching directive '<Anonymous>' to module mod_core - dispatching directive 'User' to module mod_core - dispatching directive 'Group' to module mod_core - dispatching directive 'UserAlias' to module mod_auth - dispatching directive 'MaxClients' to module mod_auth - dispatching directive 'DisplayLogin' to module mod_core - dispatching directive 'DisplayFirstChdir' to module mod_core - dispatching directive '<Limit>' to module mod_core - dispatching directive 'DenyAll' to module mod_core - dispatching directive '</Limit>' to module mod_core - dispatching directive '</Anonymous>' to module mod_core - dispatching directive 'TransferLog' to module mod_core - dispatching directive 'ExtendedLog' to module mod_log - FS: using system read() - FS: using system close() comserver.hserver.biz - comserver.hserver.biz - Config for comserver.hserver.biz: comserver.hserver.biz - ~ftp/ comserver.hserver.biz - Limit comserver.hserver.biz - DenyAll comserver.hserver.biz - UserName comserver.hserver.biz - GroupName comserver.hserver.biz - UserAlias comserver.hserver.biz - MaxClients comserver.hserver.biz - DisplayLogin comserver.hserver.biz - DisplayFirstChdir comserver.hserver.biz - Umask comserver.hserver.biz - AllowOverwrite comserver.hserver.biz - TransferLog comserver.hserver.biz - Limit comserver.hserver.biz - DenyAll comserver.hserver.biz - DefaultServer comserver.hserver.biz - Umask comserver.hserver.biz - UserID comserver.hserver.biz - UserName comserver.hserver.biz - GroupID comserver.hserver.biz - GroupName comserver.hserver.biz - AllowOverwrite comserver.hserver.biz - TransferLog comserver.hserver.biz - ExtendedLog comserver.hserver.biz - dispatching auth request "getgroups" to module mod_auth_file comserver.hserver.biz - dispatching auth request "getgroups" to module mod_auth_unix comserver.hserver.biz - SETUP PRIVS at main.c:2733 comserver.hserver.biz - ROOT PRIVS at main.c:1967 comserver.hserver.biz - RELINQUISH PRIVS at main.c:1974 comserver.hserver.biz - ROOT PRIVS at main.c:2322 comserver.hserver.biz - opening scoreboard '/usr/local/var/proftpd/proftpd.scoreboard' comserver.hserver.biz - RELINQUISH PRIVS at main.c:2325 comserver.hserver.biz - error opening scoreboard: No such file or directory Die Config sieht wie folgt aus: Code: ServerName "comserver.hserver.biz" ServerType standalone DefaultServer on Port 21 Umask 022 MaxInstances 30 User nobody Group nogroup AllowOverwrite on <Limit SITE_CHMOD> DenyAll </Limit> <Anonymous ~ftp> User ftp Group ftp UserAlias anonymous ftp MaxClients 10 DisplayLogin welcome.msg DisplayFirstChdir .message <Limit WRITE> DenyAll </Limit> </Anonymous> TransferLog /var/log/ftp.log ExtendedLog /var/log/ftp.log Gruß Silvio Titel: Start failed Beitrag von: Wörsty am 23. April 2005, 17:41:51 Der Pfad /usr/local/var/proftpd/ existiert?
|