Date: Sun, 7 Nov 1999 15:00:15 +0000 From: Ben Smithurst <ben@scientia.demon.co.uk> To: Dennis Ostrovsky <denis.ostrovsky@yale.edu> Cc: questions@freebsd.org Subject: Re: ident question Message-ID: <19991107150015.B2118@strontium.scientia.demon.co.uk> In-Reply-To: <Pine.GSO.4.10.9911070047130.19615-100000@mercury.cis.yale.edu> References: <Pine.GSO.4.10.9911070047130.19615-100000@mercury.cis.yale.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991107150015.B2118>