From owner-freebsd-questions Sun Nov 7 7:25: 3 1999 Delivered-To: freebsd-questions@freebsd.org Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (Postfix) with ESMTP id 7982814BC7 for ; Sun, 7 Nov 1999 07:24:55 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from strontium.scientia.demon.co.uk ([192.168.0.4] ident=exim) by scientia.demon.co.uk with esmtp (Exim 3.092 #1) id 11kTnj-000Inv-00; Sun, 07 Nov 1999 15:00:15 +0000 Received: (from ben) by strontium.scientia.demon.co.uk (Exim 3.092 #1) id 11kTnj-0000cw-00; Sun, 07 Nov 1999 15:00:15 +0000 Date: Sun, 7 Nov 1999 15:00:15 +0000 From: Ben Smithurst To: Dennis Ostrovsky Cc: questions@freebsd.org Subject: Re: ident question Message-ID: <19991107150015.B2118@strontium.scientia.demon.co.uk> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dennis Ostrovsky wrote: > Ever since I upgraded to 3.3-stable I have this appearing in my xconsole: > > Nov 7 00:30:48 iridium inetd[153]: ident/tcp: bind: Address already in > use > > Any ideas? Looks like you have ident enabled in /etc/inetd.conf, but you have something listening on that port already. Do you have another ident server running? To find out, so something like: ben@strontium:~/tmp$ sockstat | grep 113 root inetd 179 7 tcp *.113 *.* You can see I only have inetd listening for ident, you may have something else (it looks like you have). -- Ben Smithurst | PGP: 0x99392F7D ben@scientia.demon.co.uk | key available from keyservers and | ben+pgp@scientia.demon.co.uk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message