Date: Sun, 7 Nov 1999 10:40:11 -0500 (EST) From: Dennis Ostrovsky <denis.ostrovsky@yale.edu> To: Ben Smithurst <ben@scientia.demon.co.uk> Cc: questions@freebsd.org Subject: Re: ident question Message-ID: <Pine.GSO.4.10.9911071033520.16816-100000@mercury.cis.yale.edu> In-Reply-To: <19991107150015.B2118@strontium.scientia.demon.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 7 Nov 1999, Ben Smithurst wrote: > 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). I didn't even know about the sockstat command, way cool. :) When I do that I get: root dhcpc 231 113 udp *.* *.* root inetd 153 9 tcp *.113 *.* It caught dhcpc because it's FD number was 113. But I think it may be the culprit anyway. When I look at all the open sockets, dhcpc is taking up too many FD's for some reason. This one looks legit: root dhcpc 231 6 udp *.68 *.* But the others are all bound locally to *.*, there's about 200 of them. I guess the next question is why is it doing this, and how do I stop it? Maybe I need to recompile it or something. Dennis ------------------------------------------------------------------------ Dennis Ostrovsky ** Department of Chemistry ** Yale University E-mail: den@master.chem.yale.edu WWW: http://pantheon.yale.edu/~do33 ------------------------------------------------------------------------ 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?Pine.GSO.4.10.9911071033520.16816-100000>