From owner-freebsd-questions@FreeBSD.ORG Mon Nov 17 18:01:17 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 C827016A4CE for ; Mon, 17 Nov 2003 18:01:17 -0800 (PST) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.198.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EA1743FA3 for ; Mon, 17 Nov 2003 18:01:16 -0800 (PST) (envelope-from freebsduser@comcast.net) Received: from comcast.net (12-225-143-41.client.attbi.com[12.225.143.41]) by comcast.net (rwcrmhc11) with SMTP id <2003111802011501300eu86pe> (Authid: animotions); Tue, 18 Nov 2003 02:01:16 +0000 Message-ID: <3FB97DDF.90307@comcast.net> Date: Mon, 17 Nov 2003 18:03:11 -0800 From: K Anderson User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd@celestial.com References: <3FB96C0A.60006@comcast.net> <20031118012046.GA22326@alexis.mi.celestial.com> In-Reply-To: <20031118012046.GA22326@alexis.mi.celestial.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD-questions Subject: Re: printer/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: Tue, 18 Nov 2003 02:01:17 -0000 Bill Campbell wrote: > On Mon, Nov 17, 2003, Garance A Drosihn wrote: > >>At 4:47 PM -0800 11/17/03, K Anderson wrote: >> >>>Hey there all. >>> >>>For quite some time I've been noticing messages on the primary >>>console as well as the message log. >>> >>> inetd[630]: printer/tcp: bind: Address already in use >>> >>>I have cups installed and happen to notice something in the >>>/usr/local/etc/rc.d director called lprng.sh. I have, as the >>>file says, lpd_enabled/lpd_enable equal to NO inside quotes >>>(yep, inside rc.conf) and the darn thing still starts up. >>> >>>Any ideas on fixing? >> >>Are things "working", other than the annoying message? >> >>Are all the messages from the same process? And is that >>process really 'inetd'? If so, what kind of entries do >>you have in /etc/inetd.conf? > > > You can use ``lsof -i'' to find which process has the port. > > Bill > -- > INTERNET: bill@Celestial.COM Bill Campbell; Celestial Software LLC > UUCP: camco!bill PO Box 820; 6641 E. Mercer Way > FAX: (206) 232-9186 Mercer Island, WA 98040-0820; (206) 236-1676 > URL: http://www.celestial.com/ > > ``Now if there is one thing that we do worse than any other nation, it is > try and manage somebody else's affairs.'' > Will Rogers > Don't have lsof. But sockstat would say it was lpd from /usr/local/sbin on the same address as *:515 Thanks for the response.