Hallo zusammen,
ich habe ein neues Debian Lenny draufgespielt und danach gleich ispCP. Alles funktioniert außer leider der FTP Server. Ich habe für euch folgenden ausschnitt:
Code:
vadmin38:~# proftpd -n -d5
- mod_tls/2.1.2: using OpenSSL 0.9.8g 19 Oct 2007
- disabling runtime support for IPv6 connections
- DenyFilter: compiling deny regex '\*.*/'
- <Directory /*>: deferring resolution of path
- PathDenyFilter: compiling deny regex '.quota$'
- <IfModule>: using '!mod_sql.c' section at line 108
- <IfModule>: using '!mod_sql_mysql.c' section at line 111
- <IfModule>: skipping '!mod_quotatab.c' section at line 114
- <IfModule>: using '!mod_quotatab_sql.c' section at line 117
- <IfModule>: using 'mod_quotatab.c' section at line 138
- <IfModule>: skipping 'mod_ratio.c' section at line 153
- <IfModule>: using 'mod_delay.c' section at line 160
- <IfModule>: using 'mod_ctrls.c' section at line 164
- <IfModule>: using 'mod_ctrls_admin.c' section at line 172
- processing configuration directory '/etc/proftpd/ispcp'
- <Directory /var/www/virtual/mz-electronics.de/img/backups>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/img/backups/*>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/img/cgi-bin>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/img/cgi-bin/*>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/img/htdocs>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/img/htdocs/*>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/img/errors>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/img/errors/*>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/img/logs>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/img/logs/*>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/img/phptmp>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/img/phptmp/*>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/img/statistics>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/img/statistics/*>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/backups>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/backups/*>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/cgi-bin>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/cgi-bin/*>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/htdocs>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/htdocs/*>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/errors>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/errors/*>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/logs>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/logs/*>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/phptmp>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/phptmp/*>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/statistics>: deferring resolution of path
- <Directory /var/www/virtual/mz-electronics.de/order/statistics/*>: deferring resolution of path
- <Directory ~/backups>: deferring resolution of path
- <Directory ~/backups/*>: deferring resolution of path
- <Directory ~/cgi-bin>: deferring resolution of path
- <Directory ~/cgi-bin/*>: deferring resolution of path
- <Directory ~/htdocs>: deferring resolution of path
- <Directory ~/htdocs/*>: deferring resolution of path
- <Directory ~/errors>: deferring resolution of path
- <Directory ~/errors/*>: deferring resolution of path
- <Directory ~/logs>: deferring resolution of path
- <Directory ~/logs/*>: deferring resolution of path
- <Directory ~/phptmp>: deferring resolution of path
- <Directory ~/phptmp/*>: deferring resolution of path
- <Directory ~/statistics>: deferring resolution of path
- <Directory ~/statistics/*>: deferring resolution of path
- warning: unable to determine IP address of 'vadmin38'
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd/proftpd.conf'
vadmin38:~# apt-get install proftpd-mod-mysql
Reading package lists... Done
Building dependency tree
Reading state information... Done
proftpd-mod-mysql is already the newest version.
proftpd-mod-mysql set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
vadmin38:~# nano /etc/proftpd/modules.conf
vadmin38:~# /etc/init.d/proftpd start
Starting ftp server: proftpd - processing configuration directory '/etc/proftpd/ispcp'
- warning: unable to determine IP address of 'vadmin38'
- error: no valid servers configured
- Fatal: error processing configuration file '/etc/proftpd/proftpd.conf'
failed!
vadmin38:~#
Vielen Dank bereits für eure Hilfe.
Hier noch ein Auszug aus der Proftpd:
Code:
ServerName "mz-electronics.de"
ServerType standalone
DeferWelcome off
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
AllowOverwrite on
UseReverseDNS off
IdentLookups off
AllowStoreRestart on
AllowForeignAddress on
Und hier noch die IP:
Code:
vadmin38:~# cat /etc/hosts && cat /etc/hostname
# 'hosts' file configuration.
127.0.0.1 mz-electronics.de.local localhost
80.190.140.111 mz-electronics.de mz-electronic
::ffff:80.190.140.111 mz-electronics.de mz-electronic
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Ich hoffe mit den Infos fällt euch was ein... Wäre auf jeden Fall mal toll... ;-)