From owner-freebsd-questions@FreeBSD.ORG Sat Oct 11 23:47:29 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C353E16A4B3 for ; Sat, 11 Oct 2003 23:47:29 -0700 (PDT) Received: from p1028-ipbffx02marunouchi.tokyo.ocn.ne.jp (p1028-ipbffx02marunouchi.tokyo.ocn.ne.jp [220.111.132.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DEE843FA3 for ; Sat, 11 Oct 2003 23:47:28 -0700 (PDT) (envelope-from lukek@meibin.net) Received: (qmail 6915 invoked by uid 89); 12 Oct 2003 06:47:27 -0000 Received: from unknown (HELO ?127.0.0.1?) (192.168.10.35) by 192.168.20.5 with SMTP; 12 Oct 2003 06:47:27 -0000 Date: Sun, 12 Oct 2003 15:40:41 +0900 From: Luke Kearney To: FreeBSD Questions In-Reply-To: <200310111138.13429.jason@dictos.com> References: <200310111138.13429.jason@dictos.com> Message-Id: <20031012153819.1692.LUKEK@meibin.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.07.01 Subject: Re: Oct 11 10:09:54 ahab inetd[644]: ftp/tcp: bind: Address already in use X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Oct 2003 06:47:29 -0000 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 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 > _______________________________________________ > 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"