[Proftpd-user] Connection closed immediately
Hello,
my server is currently moving to another machine and therefore I'm setting up
proftpd.
My problem is that the connection is closed immediately after the client has
connected.
My config:
Include /etc/proftpd/modules.conf
UseIPv6 off
ServerName "osiris.centershock.net"
ServerType standalone
DeferWelcome off
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200
DisplayLogin welcome.msg
DisplayFirstChdir .message
ListOptions "-l"
DenyFilter \*.*/
Port 21
MaxInstances 30
User proftpd
Group nogroup
Umask 077 077
AllowOverwrite on
TransferLog /var/log/proftpd/xferlog
SystemLog /var/log/proftpd/proftpd.log
<IfModule mod_tls.c>
TLSEngine off
</IfModule>
<IfModule mod_quota.c>
QuotaEngine on
</IfModule>
<IfModule mod_ratio.c>
Ratios on
</IfModule> <IfModule mod_delay.c>
DelayEngine on
</IfModule>
<IfModule mod_ctrls.c>
ControlsEngine on
ControlsMaxClients 2
ControlsLog /var/log/proftpd/controls.log
ControlsInterval 5
ControlsSocket /var/run/proftpd/proftpd.sock
</IfModule>
<IfModule mod_ctrls_admin.c>
AdminControlsEngine on
</IfModule>
DefaultRoot ~
AllowRetrieveRestart on
AllowStoreRestart on
AllowOverwrite on
AuthOrder mod_sql.c
SQLAuthTypes crypt
SQLMinUserUID 1000
SQLMinUserGID 100
SQLConnectInfo system system passwd
SQLUserInfo ftp login password uid gid dir shell
I'm starting proftpd:
osiris:/etc/proftpd# proftpd -n -d 4
- 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
- disabling runtime support for IPv6 connections
- DenyFilter: compiling deny regex '\*.*/'
- <IfModule>: using 'mod_tls.c' section at line 69
- <IfModule>: skipping 'mod_quota.c' section at line 73
- <IfModule>: skipping 'mod_ratio.c' section at line 77
- <IfModule>: using 'mod_delay.c' section at line 85
- <IfModule>: using 'mod_ctrls.c' section at line 89
- mod_ctrls/0.9.4: closing ctrls socket '/var/run/proftpd/proftpd.sock' (3)
- <IfModule>: using 'mod_ctrls_admin.c' section at line 97
osiris.centershock.net - mod_ctrls/0.9.4: binding ctrls socket
to '/var/run/proftpd/proftpd.sock'
osiris.centershock.net - ProFTPD 1.3.0 (stable) (built mar gen 2 10:57:47 CET
2007) standalone mode STARTUP
osiris.centershock.net (host185.natpool.mwn.de[138.246.7.185]) - FTP session
requested from unknown class
osiris.centershock.net (host185.natpool.mwn.de[138.246.7.185]) - FTP session
closed.
Running at higher debug levels does not reveal anything else (at least not
fore me).
What is the problem?
Thanks,
Florian
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> [url]http://get.splunk.com/[/url]
_______________________________________________
ProFTPD Users List <proftpd-users@proftpd.org>
Unsubscribe problems?
[url]http://www.proftpd.org/list-unsub.html[/url]