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]"
