www.ProFTPD.de

ProFTPD => ProFTPD - Deutsch => Thema gestartet von: Anonymous am 07. September 2005, 13:46:00



Titel: Debug problem
Beitrag von: Anonymous am 07. September 2005, 13:46:00
habe folgende Debug meldung:

Code:

boris - Failed binding to 0.0.0.0, port 21: Address already in use
boris - Check the ServerType directive to ensure you are configured correctly.


mein servertyp ist standalone und am port21 ist niemand anders:

Code:

boris:~ # fuser -n tcp 21
here: 21
21/tcp:               3681
boris:~ # ps aux | grep 3681
desina    3681  0.0  0.2  2144 1116 ?        Ss   Sep06   0:00 proftpd: (accepti                                            ng connections)
root     15621  0.0  0.1  1724  620 pts/38   R+   13:10   0:00 grep 3681


meine config:

Code:


ServerName "ProFTPD"
ServerType standalone
DefaultServer on

Port 21

Umask 022

MaxInstances 30

User desina
Group ftp

DefaultRoot ~


AllowOverwrite on

<Limit SITE_CHMOD>
</Limit>

<Global>
DefaultRoot ~
DefaultRoot ~
DeleteAbortedStores on
</Global>



kann mich nicht einloggen am ftp -> login incorect

helft mir bitte!


Titel: Debug problem
Beitrag von: Anonymous am 11. September 2005, 16:52:08
kann mir keiner helfen?


Titel: Debug problem
Beitrag von: stonki am 11. September 2005, 17:26:42
Zitat von: "Anonymous"
kann mir keiner helfen?

alte proftpd session killen, dann im debug mode starten


Titel: Debug problem
Beitrag von: Anonymous am 11. September 2005, 20:04:01
ok danke das erste problem wär gelöst
 ... ich kann mich aber noch immer nicht einloggen

Code:

boris:/etc # proftpd -n -d5
 - parsing '/usr/local/etc/proftpd.conf' configuration
boris -
boris - Config for ProFTPD:
boris - DefaultServer
boris - RequireValidShell
boris - Umask
boris - UserID
boris - UserName
boris - GroupID
boris - GroupName
boris - DefaultRoot
boris - AllowOverwrite
boris - DefaultRoot
boris - DefaultRoot
boris - DeleteAbortedStores
boris - ProFTPD 1.2.10 (stable) (built Mon Sep 5 12:21:42 CEST 2005) standalone mode STARTUP
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - FTP session requested from unknown class
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - connected - local  : 192.168.0.98:21
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - connected - remote : 62.46.17.102:1670
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - FTP session opened.
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - dispatching PRE_CMD command 'USER desina' to mod_core
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - dispatching PRE_CMD command 'USER desina' to mod_core
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - dispatching PRE_CMD command 'USER desina' to mod_auth
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - dispatching CMD command 'USER desina' to mod_auth
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - dispatching LOG_CMD command 'USER desina' to mod_log
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - dispatching CMD command 'PASS (hidden)' to mod_auth
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - USER desina (Login failed): Incorrect password.
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_log
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_auth
boris (M220P006.dipool.highway.telekom.at[62.46.17.102]) - FTP session closed.