Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2003 16:47:43 +1000
From:      Q <q_dolan@yahoo.com.au>
To:        jason@dictos.com
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Oct 11 10:09:54 ahab inetd[644]: ftp/tcp: bind: Address already in use
Message-ID:  <1065941263.25260.220.camel@boxster>
In-Reply-To: <200310111138.13429.jason@dictos.com>
References:  <200310111138.13429.jason@dictos.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1065941263.25260.220.camel>