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

2003-10-12 Thread jason dictos
Oct 11 10:09:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
Oct 11 10:19:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
Oct 11 10:29:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
Oct 11 10:39:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
Oct 11 10:49:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
Oct 11 10:59:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
Oct 11 11:09:54 ahab inetd[644]: ftp/tcp: bind: Address already in use

Anyone know what these mean? I assume there's some deamon that inetd is 
continually trying to re-start?

Here's my ftp line:
ftp stream  tcp nowait  root/usr/local/libexec/proftpd proftpd


Ideas?

-Jason
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2003-10-12 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 11:38:13 -0700
jason dictos [EMAIL PROTECTED] granted us these pearls of wisdom:

 Oct 11 10:09:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:19:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:29:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:39:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:49:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:59:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 11:09:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 
 Anyone know what these mean? I assume there's some deamon that inetd is 
 continually trying to re-start?
 
 Here's my ftp line:
 ftp stream  tcp nowait  root/usr/local/libexec/proftpd proftpd
 
 
 Ideas?
 
 -Jason
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


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

2003-10-12 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/tcp: bind: Address already in use
 Oct 11 10:19:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:29:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:39:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:49:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 10:59:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 Oct 11 11:09:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
 
 Anyone know what these mean? I assume there's some deamon that inetd is 
 continually trying to re-start?
 
 Here's my ftp line:
 ftp stream  tcp nowait  root/usr/local/libexec/proftpd proftpd
 
 
 Ideas?
 
 -Jason
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]