Re: Oct 11 10:09:54 ahab inetd[644]: ftp/tcp: bind: Address already in use

2003-10-11 Thread Q
The error is caused by proftpd running as a daemon and preventing inetd from binding to the port. You should either run proftpd as a daemon, or run it out of inetd with the '-n' flag, but not both. Seeya...Q On Sun, 2003-10-12 at 04:38, jason dictos wrote: > Oct 11 10:09:54 ahab inetd[644]: ftp/

Re: Oct 11 10:09:54 ahab inetd[644]: ftp/tcp: bind: Address already in use

2003-10-11 Thread Luke Kearney
Hi, You might check out sockstat -4 or netstat -na |grep LISTEN to give you some idea of what program is trying to listen on that port. AFAIK I think running proftp as a standalone daemon was the preferred method rather than through inetd but that is just my $00.02 worth On Sat, 11 Oct 2003