Hello,

I am trying to run proftpd inside of a vserver in standalone mode. I get the following error when I try to start the daemon:

Mar 23 12:09:05 vs2 proftpd[4692]: vs2 - Failed binding to 192.168.9.6, port 21: Address already in use
Mar 23 12:09:05 vs2 proftpd[4692]: vs2 - Check the ServerType directive to ensure you are configured correctly.


The interesting part of my proftpd.conf file would be:
ServerName "Debian"
ServerType standalone
DeferWelcome off


MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
AllowOverwrite on
Bind 192.168.9.6
SocketBindTight on


And the output of netstat is:

vs2:/# netstat -atn | grep LISTEN
tcp        0      0 192.168.9.6:80          0.0.0.0:*               LISTEN

Any ideas why it will not bind correctly?

Thanks for the help,

Chris
_______________________________________________
Vserver mailing list
[EMAIL PROTECTED]
http://list.linux-vserver.org/mailman/listinfo/vserver

Reply via email to