From owner-freebsd-questions Sun Nov 7 7:40:18 1999 Delivered-To: freebsd-questions@freebsd.org Received: from pantheon-po01.its.yale.edu (pantheon-po01.its.yale.edu [130.132.143.32]) by hub.freebsd.org (Postfix) with ESMTP id 305C514C17 for ; Sun, 7 Nov 1999 07:40:14 -0800 (PST) (envelope-from denis.ostrovsky@yale.edu) Received: from mercury.cis.yale.edu (do33@mercury.cis.yale.edu [130.132.143.247]) by pantheon-po01.its.yale.edu (8.8.8/8.8.8) with ESMTP id KAA20256; Sun, 7 Nov 1999 10:40:11 -0500 (EST) Received: from localhost (do33@localhost) by mercury.cis.yale.edu (8.8.8/8.8.8) with ESMTP id KAA20546; Sun, 7 Nov 1999 10:40:11 -0500 (EST) X-Authentication-Warning: mercury.cis.yale.edu: do33 owned process doing -bs Date: Sun, 7 Nov 1999 10:40:11 -0500 (EST) From: Dennis Ostrovsky X-Sender: do33@mercury.cis.yale.edu To: Ben Smithurst Cc: questions@freebsd.org Subject: Re: ident question In-Reply-To: <19991107150015.B2118@strontium.scientia.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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