On Tue, 2004-03-23 at 18:11, Chris Besignano wrote:
> 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.
There's probably a program bound to that address in the host.
>                                                                                   
> 
> And the output of netstat is:
> 
> vs2:/# netstat -atn | grep LISTEN
> tcp        0      0 192.168.9.6:80          0.0.0.0:*               LISTEN
> 
run netstat on the host to check if a program bound itself to
0.0.0.0:ftp

Bjoern

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

Reply via email to