RE: Fehler beim Mail - Slowman - 02-05-2008 01:59 AM
Da sieht was komsich aus ![Rolleyes Rolleyes](images/smilies/rolleyes.gif)
Code:
- mod_ctrls/0.9.4: binding ctrls socket to '/var/run/proftpd/proftpd.sock'
- parsing '/etc/proftpd/proftpd.conf' configuration
- parsing '/etc/proftpd/modules.conf' configuration
- mod_tls/2.1.1: using OpenSSL 0.9.8c 05 Sep 2006
- DenyFilter: compiling deny regex '\*.*/'
- <Directory /*>: deferring resolution of path
- PathDenyFilter: compiling deny regex '.quota$'
- <IfModule>: using 'mod_delay.c' section at line 83
h1204xxx.stratoserver.net -
h1204xxx.stratoserver.net - Config for h1204xxx.stratoserver.net:
h1204xxx.stratoserver.net - Limit
h1204xxx.stratoserver.net - IgnoreHidden
h1204xxx.stratoserver.net - /*
h1204xxx.stratoserver.net - Umask
h1204xxx.stratoserver.net - DirUmask
h1204xxx.stratoserver.net - AllowOverwrite
h1204xxx.stratoserver.net - HideNoAccess
h1204xxx.stratoserver.net - ShowSymlinks
h1204xxx.stratoserver.net - AllowStoreRestart
h1204xxx.stratoserver.net - AllowForeignAddress
h1204xxx.stratoserver.net - DisplayLogin
h1204xxx.stratoserver.net - DisplayFirstChdir
h1204xxx.stratoserver.net - DenyFilter
h1204xxx.stratoserver.net - SQLAuthTypes
h1204xxx.stratoserver.net - SQLAuthenticate
h1204xxx.stratoserver.net - SQLConnectInfo
h1204xxx.stratoserver.net - SQLMinID
h1204xxx.stratoserver.net - SQLNamedQuery_get-quota-limit
h1204xxx.stratoserver.net - SQLNamedQuery_get-quota-tally
h1204xxx.stratoserver.net - SQLNamedQuery_update-quota-tally
h1204xxx.stratoserver.net - SQLNamedQuery_insert-quota-tally
h1204xxx.stratoserver.net - RootLogin
h1204xxx.stratoserver.net - TransferLog
h1204xxx.stratoserver.net - PathDenyFilter
h1204xxx.stratoserver.net - DeferWelcome
h1204xxx.stratoserver.net - ShowSymlinks
h1204xxx.stratoserver.net - DefaultServer
h1204xxx.stratoserver.net - ShowSymlinks
h1204xxx.stratoserver.net - AllowOverwrite
h1204xxx.stratoserver.net - IdentLookups
h1204xxx.stratoserver.net - AllowStoreRestart
h1204xxx.stratoserver.net - AllowForeignAddress
h1204xxx.stratoserver.net - TimeoutNoTransfer
h1204xxx.stratoserver.net - TimeoutStalled
h1204xxx.stratoserver.net - TimeoutIdle
h1204xxx.stratoserver.net - DisplayLogin
h1204xxx.stratoserver.net - DisplayFirstChdir
h1204xxx.stratoserver.net - DenyFilter
h1204xxx.stratoserver.net - DefaultRoot
h1204xxx.stratoserver.net - UserID
h1204xxx.stratoserver.net - UserName
h1204xxx.stratoserver.net - GroupID
h1204xxx.stratoserver.net - GroupName
h1204xxx.stratoserver.net - DelayEngine
h1204xxx.stratoserver.net - SQLBackend
h1204xxx.stratoserver.net - SQLAuthTypes
h1204xxx.stratoserver.net - SQLAuthenticate
h1204xxx.stratoserver.net - SQLConnectInfo
h1204xxx.stratoserver.net - SQLUserTable
h1204xxx.stratoserver.net - SQLUsernameField
h1204xxx.stratoserver.net - SQLPasswordField
h1204xxx.stratoserver.net - SQLUidField
h1204xxx.stratoserver.net - SQLGidField
h1204xxx.stratoserver.net - SQLHomedirField
h1204xxx.stratoserver.net - SQLShellField
h1204xxx.stratoserver.net - SQLGroupTable
h1204xxx.stratoserver.net - SQLGroupnameField
h1204xxx.stratoserver.net - SQLGroupGIDField
h1204xxx.stratoserver.net - SQLGroupMembersField
h1204xxx.stratoserver.net - SQLMinID
h1204xxx.stratoserver.net - QuotaEngine
h1204xxx.stratoserver.net - QuotaShowQuotas
h1204xxx.stratoserver.net - QuotaDisplayUnits
h1204xxx.stratoserver.net - SQLNamedQuery_get-quota-limit
h1204xxx.stratoserver.net - SQLNamedQuery_get-quota-tally
h1204xxx.stratoserver.net - SQLNamedQuery_update-quota-tally
h1204xxx.stratoserver.net - SQLNamedQuery_insert-quota-tally
h1204xxx.stratoserver.net - QuotaLock
h1204xxx.stratoserver.net - QuotaLimitTable
h1204xxx.stratoserver.net - QuotaTallyTable
h1204xxx.stratoserver.net - RootLogin
h1204xxx.stratoserver.net - TransferLog
h1204xxx.stratoserver.net - ExtendedLog
h1204xxx.stratoserver.net - PathDenyFilter
h1204xxx.stratoserver.net - mod_ctrls/0.9.4: binding ctrls socket to '/var/run/proftpd/proftpd.sock'
h1204xxx.stratoserver.net - deleting existing scoreboard '/var/run/proftpd/proftpd.scoreboard'
h1204xxx.stratoserver.net - error setting IPV6_V6ONLY: Protocol not available
h1204xxx.stratoserver.net - Failed binding to ::, port 21: Address already in use
h1204xxx.stratoserver.net - Check the ServerType directive to ensure you are configured correctly.
RE: Fehler beim Mail - rbtux - 02-05-2008 03:50 AM
hast du bereits ein ftp dienst über inetd gestartet? schalte ipv6 ab...
RE: Fehler beim Mail - BeNe - 02-05-2008 05:25 PM
Wie rbtux schon gesagt hat! Steht ja auch alles da:
Code:
h1204xxx.stratoserver.net - error setting IPV6_V6ONLY: Protocol not available
h1204xxx.stratoserver.net - Failed binding to ::, port 21: Address already in use
Beende erstmal den proftpd und dann starte den debug modus.
Greez BeNe
RE: Fehler beim Mail - Slowman - 02-05-2008 07:39 PM
Könnt Ihr bitte die vorgehensweise sagen
RE: Fehler beim Mail - BeNe - 02-05-2008 07:46 PM
Code:
# /etc/init.d/proftpd stop
Greez BeNe
RE: Fehler beim Mail - rbtux - 02-05-2008 07:49 PM
/etc/init.d/proftpd stop
dann mit
"netstat -an |grep 21" prüfen ob noch ein dienst an 0.0.0.0:21 horcht...
falls nicht mit "proftpd -n -d 5" in den debug modus starten...
RE: Fehler beim Mail - Slowman - 02-05-2008 07:49 PM
@BeNe
Vielen Dank !
Code:
h1204xxx:~# proftpd -n -d 5
- mod_ctrls/0.9.4: binding ctrls socket to '/var/run/proftpd/proftpd.sock'
- parsing '/etc/proftpd/proftpd.conf' configuration
- parsing '/etc/proftpd/modules.conf' configuration
- mod_tls/2.1.1: using OpenSSL 0.9.8c 05 Sep 2006
- DenyFilter: compiling deny regex '\*.*/'
- <Directory /*>: deferring resolution of path
- PathDenyFilter: compiling deny regex '.quota$'
- <IfModule>: using 'mod_delay.c' section at line 83
h1204xxx.stratoserver.net -
h1204xxx.stratoserver.net - Config for h1204xxx.stratoserver.net:
h1204xxx.stratoserver.net - Limit
h1204xxx.stratoserver.net - IgnoreHidden
h1204xxx.stratoserver.net - /*
h1204xxx.stratoserver.net - Umask
h1204xxx.stratoserver.net - DirUmask
h1204xxx.stratoserver.net - AllowOverwrite
h1204xxx.stratoserver.net - HideNoAccess
h1204xxx.stratoserver.net - ShowSymlinks
h1204xxx.stratoserver.net - AllowStoreRestart
h1204xxx.stratoserver.net - AllowForeignAddress
h1204xxx.stratoserver.net - DisplayLogin
h1204xxx.stratoserver.net - DisplayFirstChdir
h1204xxx.stratoserver.net - DenyFilter
h1204xxx.stratoserver.net - SQLAuthTypes
h1204xxx.stratoserver.net - SQLAuthenticate
h1204xxx.stratoserver.net - SQLConnectInfo
h1204xxx.stratoserver.net - SQLMinID
h1204xxx.stratoserver.net - SQLNamedQuery_get-quota-limit
h1204xxx.stratoserver.net - SQLNamedQuery_get-quota-tally
h1204xxx.stratoserver.net - SQLNamedQuery_update-quota-tally
h1204xxx.stratoserver.net - SQLNamedQuery_insert-quota-tally
h1204xxx.stratoserver.net - RootLogin
h1204xxx.stratoserver.net - TransferLog
h1204xxx.stratoserver.net - PathDenyFilter
h1204xxx.stratoserver.net - DeferWelcome
h1204xxx.stratoserver.net - ShowSymlinks
h1204xxx.stratoserver.net - DefaultServer
h1204xxx.stratoserver.net - ShowSymlinks
h1204xxx.stratoserver.net - AllowOverwrite
h1204xxx.stratoserver.net - IdentLookups
h1204xxx.stratoserver.net - AllowStoreRestart
h1204xxx.stratoserver.net - AllowForeignAddress
h1204xxx.stratoserver.net - TimeoutNoTransfer
h1204xxx.stratoserver.net - TimeoutStalled
h1204xxx.stratoserver.net - TimeoutIdle
h1204xxx.stratoserver.net - DisplayLogin
h1204xxx.stratoserver.net - DisplayFirstChdir
h1204xxx.stratoserver.net - DenyFilter
h1204xxx.stratoserver.net - DefaultRoot
h1204xxx.stratoserver.net - UserID
h1204xxx.stratoserver.net - UserName
h1204xxx.stratoserver.net - GroupID
h1204xxx.stratoserver.net - GroupName
h1204xxx.stratoserver.net - DelayEngine
h1204xxx.stratoserver.net - SQLBackend
h1204xxx.stratoserver.net - SQLAuthTypes
h1204xxx.stratoserver.net - SQLAuthenticate
h1204xxx.stratoserver.net - SQLConnectInfo
h1204xxx.stratoserver.net - SQLUserTable
h1204xxx.stratoserver.net - SQLUsernameField
h1204xxx.stratoserver.net - SQLPasswordField
h1204xxx.stratoserver.net - SQLUidField
h1204xxx.stratoserver.net - SQLGidField
h1204xxx.stratoserver.net - SQLHomedirField
h1204xxx.stratoserver.net - SQLShellField
h1204xxx.stratoserver.net - SQLGroupTable
h1204xxx.stratoserver.net - SQLGroupnameField
h1204xxx.stratoserver.net - SQLGroupGIDField
h1204xxx.stratoserver.net - SQLGroupMembersField
h1204xxx.stratoserver.net - SQLMinID
h1204xxx.stratoserver.net - QuotaEngine
h1204xxx.stratoserver.net - QuotaShowQuotas
h1204xxx.stratoserver.net - QuotaDisplayUnits
h1204xxx.stratoserver.net - SQLNamedQuery_get-quota-limit
h1204xxx.stratoserver.net - SQLNamedQuery_get-quota-tally
h1204xxx.stratoserver.net - SQLNamedQuery_update-quota-tally
h1204xxx.stratoserver.net - SQLNamedQuery_insert-quota-tally
h1204xxx.stratoserver.net - QuotaLock
h1204xxx.stratoserver.net - QuotaLimitTable
h1204xxx.stratoserver.net - QuotaTallyTable
h1204xxx.stratoserver.net - RootLogin
h1204xxx.stratoserver.net - TransferLog
h1204xxx.stratoserver.net - ExtendedLog
h1204xxx.stratoserver.net - PathDenyFilter
h1204xxx.stratoserver.net - mod_ctrls/0.9.4: binding ctrls socket to '/var/run/proftpd/proftpd.sock'
h1204xxx.stratoserver.net - error setting IPV6_V6ONLY: Protocol not available
h1204xxx.stratoserver.net - ProFTPD 1.3.0 (stable) (built mar gen 2 10:57:47 CET 2007) standalone mode STARTUP
RE: Fehler beim Mail - rbtux - 02-05-2008 07:50 PM
sry bene habe deinen post übersehen :O
RE: Fehler beim Mail - Slowman - 02-05-2008 07:53 PM
rbtux Wrote:/etc/init.d/proftpd stop
dann mit
"netstat -an |grep 21" prüfen ob noch ein dienst an 0.0.0.0:21 horcht...
falls nicht mit "proftpd -n -d 5" in den debug modus starten...
@rbtux
Denke mal nicht:
Code:
netstat -an |grep 21
tcp 0 0 85.214.89.xxx:80 84.152.60.34:2340 SYN_RECV
tcp 0 0 85.214.89.xxx:80 85.22.19.145:2481 SYN_RECV
tcp 0 0 85.214.89.xxx:80 85.22.19.145:2487 SYN_RECV
tcp 0 0 85.214.89.xxx:80 85.22.19.145:2472 SYN_RECV
tcp 0 0 85.214.89.xxx:80 85.22.19.145:2483 SYN_RECV
tcp 0 0 85.214.89.xxx:80 80.131.152.226:1181 SYN_RECV
tcp 0 0 85.214.89.xxx:80 85.22.19.145:2479 SYN_RECV
tcp 0 0 85.214.89.xxx:80 84.152.60.34:2350 SYN_RECV
tcp 0 0 85.214.89.xxx:80 89.54.165.94:61604 SYN_RECV
tcp 0 0 85.214.89.xxx:80 80.131.152.226:1209 SYN_RECV
tcp 0 0 85.214.89.xxx:80 85.22.19.145:2475 SYN_RECV
tcp 0 0 85.214.89.xxx:80 85.22.19.145:2490 SYN_RECV
tcp 0 0 85.214.89.xxx:80 85.22.19.145:2489 SYN_RECV
tcp 0 0 85.214.89.xxx:80 85.22.19.145:2488 SYN_RECV
tcp 0 0 85.214.89.xxx:80 85.22.19.145:2477 SYN_RECV
tcp 0 0 85.214.89.xxx:53 0.0.0.0:* LISTEN
tcp 611 0 85.214.89.xxx:465 85.214.26.101:2488 CLOSE_WAIT
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:80.131.152.:1210 VERBUNDEN
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:80.131.152.:1211 VERBUNDEN
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:82.212.30.:62317 VERBUNDEN
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:84.152.60.3:2374 FIN_WAIT2
tcp6 0 52 ::ffff:85.214.89.xxx:22 ::ffff:88.74.201.7:1549 VERBUNDEN
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:80.131.152.:1183 VERBUNDEN
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:80.131.152.:1212 VERBUNDEN
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:80.131.152.:1213 VERBUNDEN
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:87.123.88.:61628 TIME_WAIT
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:84.152.60.3:2381 FIN_WAIT2
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:87.123.88.:61629 TIME_WAIT
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:84.152.60.3:2380 FIN_WAIT2
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:84.152.60.3:2383 FIN_WAIT2
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:84.152.60.3:2382 FIN_WAIT2
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:82.212.30.:61763 VERBUNDEN
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:82.212.30.:62371 VERBUNDEN
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:84.152.60.3:2377 FIN_WAIT2
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:91.67.132.2:3728 TIME_WAIT
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:84.152.60.3:2376 FIN_WAIT2
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:84.152.60.3:2379 FIN_WAIT2
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:84.152.60.3:2378 FIN_WAIT2
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:82.212.30.:62205 VERBUNDEN
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:87.238.80.:19534 FIN_WAIT2
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:82.212.30.:62011 VERBUNDEN
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:77.2.187.15:1426 TIME_WAIT
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:82.212.30.:61945 VERBUNDEN
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:82.212.30.:61783 VERBUNDEN
tcp6 0 0 ::ffff:85.214.89.xxx:80 ::ffff:82.212.30.:62421 VERBUNDEN
udp 0 0 85.214.89.xxx:32770 81.169.163.106:53 VERBUNDEN
udp 0 0 85.214.89.xxx:32771 81.169.163.106:53 VERBUNDEN
udp 0 0 85.214.89.xxx:53 0.0.0.0:*
udp 0 0 85.214.89.xxx:123 0.0.0.0:*
unix 3 [ ] STREAM VERBUNDEN 966821
RE: Fehler beim Mail - BeNe - 02-05-2008 07:54 PM
Ja, passt jetzt!
Dann kannst Du mit
weiter machen
Greez BeNe
|