ProFTPD wartet ewig bei List Command

Mr. Modding

Registered User
Servus,

ich habe folgendes problem:
Wenn ich mich auf den Server Verbinde geht der login durch ohne probleme aber er listet ewig den Verzeichnisinhalt nicht auf bis zum Timeout. Es hatte mal funktioniert aber auf einmal geht es nicht mehr.

Software:
ProFTPD 1.3.1rc2
Gentoo


Debug log im Filezilla FTP Client:

Code:
Status:	Verbinde mit IP:21...
Status:	Verbindung hergestellt, warte auf Willkommensnachricht...
Trace:	CFtpControlSocket::OnReceive()
Antwort:	220 ProFTPD 1.3.1rc2 Server (SERVER) [IP]
Trace:	CFtpControlSocket::SendNextCommand()
Befehl:	USER t-valentins
Trace:	CFtpControlSocket::OnReceive()
Antwort:	331 Password required for USER
Trace:	CFtpControlSocket::SendNextCommand()
Befehl:	PASS ******
Trace:	CFtpControlSocket::OnReceive()
Antwort:	230 User USER logged in.
Trace:	CFtpControlSocket::SendNextCommand()
Befehl:	SYST
Trace:	CFtpControlSocket::OnReceive()
Antwort:	215 UNIX Type: L8
Trace:	CFtpControlSocket::SendNextCommand()
Befehl:	FEAT
Trace:	CFtpControlSocket::OnReceive()
Antwort:	211-Features:
Antwort:	 LANG en
Antwort:	 MDTM
Antwort:	 UTF8
Antwort:	 REST STREAM
Antwort:	 SIZE
Trace:	CFtpControlSocket::OnReceive()
Antwort:	211 End
Trace:	CFtpControlSocket::SendNextCommand()
Befehl:	OPTS UTF8 ON
Trace:	CFtpControlSocket::OnReceive()
Antwort:	501 OPTS: UTF8 not understood
Status:	Verbunden
Trace:	CFtpControlSocket::ResetOperation(0)
Trace:	CControlSocket::ResetOperation(0)
Status:	Empfange Verzeichnisinhalt...
Trace:	CFtpControlSocket::SendNextCommand()
Trace:	CFtpControlSocket::ChangeDirSend()
Befehl:	PWD
Trace:	CFtpControlSocket::OnReceive()
Antwort:	257 "/" is the current directory
Trace:	CFtpControlSocket::ResetOperation(0)
Trace:	CControlSocket::ResetOperation(0)
Trace:	CFtpControlSocket::ParseSubcommandResult(0)
Trace:	CFtpControlSocket::ListSubcommandResult()
Trace:	CFtpControlSocket::SendNextCommand()
Trace:	CFtpControlSocket::TransferSend()
Befehl:	TYPE I
Trace:	CFtpControlSocket::OnReceive()
Antwort:	200 Type set to I
Trace:	CFtpControlSocket::TransferParseResponse()
Trace:	CFtpControlSocket::SendNextCommand()
Trace:	CFtpControlSocket::TransferSend()
Befehl:	PASV
Trace:	CFtpControlSocket::OnReceive()
Antwort:	227 Entering Passive Mode (91,206,60,72,142,179).
Trace:	CFtpControlSocket::TransferParseResponse()
Trace:	CFtpControlSocket::SendNextCommand()
Trace:	CFtpControlSocket::TransferSend()
Befehl:	LIST
Trace:	CTransferSocket::OnConnect
Trace:	CTransferSocket::OnConnect

Serverlog:
Code:
Aug  6 14:58:55 SERVERNAME proftpd[4125]: IP (MEINE-IP[MEINE-IP]) - mod_clamav/0.4: warning: No local socket was specified.
Aug  6 14:58:55 SERVERNAME proftpd[4125]: IP (MEINE-IP[MEINE-IP]) - FTP session opened.
Aug  6 14:58:56 SERVERNAME proftpd: pam_unix(proftpd:session): session opened for user USER by (uid=0)
Aug  6 14:58:56 SERVERNAME proftpd[4125]: IP (MEINE-IP[MEINE-IP]) - USER USER: Login successful.
Aug  6 14:58:56 SERVERNAME proftpd[4125]: IP (MEINE-IP[MEINE-IP]) - Preparing to chroot to directory '/dir'

Ausgabe von FTPWHO:
Code:
standalone FTP daemon [3887], up for 19 min
 4125 USER [ 4m43s] (  0%) LIST
Service class                      -   1 user

Ich habe bereits den FTPserver neugestartet und ich habe bereits bei Google ziemlich land danach gesucht ... Weiss irgendwer weiter?

Beste grüße

Mr. Modding
 
Back
Top