Hallo,
bei unserem Anbieter wird immer ein Image von Debian 3.1 mit vsftpd installiert.
Dieses deinstallieren wir und installieren dann proftpd mit:
apt-get install proftpd
unsere debug log sieht so aus:
62:~# proftpd -n -d5
- mod_tls/2.0.7: using OpenSSL 0.9.7g 11 Apr 2005
- parsing '/etc/proftpd.conf' configuration
- Compiling deny regex '\*.*/'.
- Allocated deny regex at location 0x8118598.
- <Directory /*>: adding section for resolved path '/*'
62.141.42.121 -
62.141.42.121 - Config for Speed-Pings:
62.141.42.121 - Limit
62.141.42.121 - Order
62.141.42.121 - AllowGroup
62.141.42.121 - DenyAll
62.141.42.121 - /*
62.141.42.121 - Umask
62.141.42.121 - DirUmask
62.141.42.121 - AllowOverwrite
62.141.42.121 - ShowSymlinks
62.141.42.121 - DisplayLogin
62.141.42.121 - DisplayFirstChdir
62.141.42.121 - DenyFilter
62.141.42.121 - RequireValidShell
62.141.42.121 - DeferWelcome
62.141.42.121 - ShowSymlinks
62.141.42.121 - AllowOverwrite
62.141.42.121 - TimeoutNoTransfer
62.141.42.121 - TimeoutStalled
62.141.42.121 - TimeoutIdle
62.141.42.121 - DisplayLogin
62.141.42.121 - DisplayFirstChdir
62.141.42.121 - DenyFilter
62.141.42.121 - UserID
62.141.42.121 - UserName
62.141.42.121 - GroupID
62.141.42.121 - GroupName
62.141.42.121 - DefaultRoot
62.141.42.121 - AllowOverwrite
62.141.42.121 - MaxLoginAttempts
62.141.42.121 - RequireValidShell
62.141.42.121 - deleting existing scoreboard '/var/run/proftpd/proftpd.scoreboar d'
62.141.42.121 - Failed binding to 0.0.0.0, port 21: Address already in use
62.141.42.121 - Check the ServerType directive to ensure you are configured corr ectly.
62:~#
Da ist wohln port Fehler, könntet Ihr mir da weiterhelfen?