From owner-freebsd-questions Mon Apr 1 2: 5:24 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mta05-svc.ntlworld.com (mta05-svc.ntlworld.com [62.253.162.45]) by hub.freebsd.org (Postfix) with ESMTP id E147C37B417 for ; Mon, 1 Apr 2002 02:05:19 -0800 (PST) Received: from lungfish.ntlworld.com ([80.4.0.215]) by mta05-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020401100518.CXFW17294.mta05-svc.ntlworld.com@lungfish.ntlworld.com>; Mon, 1 Apr 2002 11:05:18 +0100 Received: from tuatara.goatsucker.org (tuatara.goatsucker.org [192.168.1.6]) by lungfish.ntlworld.com (8.11.6/8.11.3) with ESMTP id g31A5Ij43573; Mon, 1 Apr 2002 11:05:18 +0100 (BST) (envelope-from scott@tuatara.goatsucker.org) Received: (from scott@localhost) by tuatara.goatsucker.org (8.11.6/8.11.6) id g31A5Gn05905; Mon, 1 Apr 2002 11:05:16 +0100 (BST) (envelope-from scott) Date: Mon, 1 Apr 2002 11:05:16 +0100 From: Scott Mitchell To: Peter Leftwich Cc: "Patrick O. Fish" , FreeBSD Questions Subject: Re: heat monitoring [inetd/93?] Message-ID: <20020401110516.C283@fishballoon.dyndns.org> References: <001701c1d860$ee70e280$0300a8c0@pwhsnet.com> <20020331220533.Y61877-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020331220533.Y61877-100000@earl-grey.cloud9.net>; from Hostmaster@Video2Video.Com on Sun, Mar 31, 2002 at 10:08:01PM -0500 X-Operating-System: FreeBSD 4.5-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Mar 31, 2002 at 10:08:01PM -0500, Peter Leftwich wrote: > On Sat, 30 Mar 2002, Patrick O. Fish wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Its a Intel P4 1.7ghz....but look > > apollo# dmesg -a | more > > 22 04:33:05 apollo inetd[93]: smtp/tcp: bind: Address already in use > > [snip] > > and so on....Also, whats causing that? > > prompt$ echo "Finding out what port 93 is..." ; grep 93 /etc/services | grep dcp > dcp 93/tcp #Device Control Protocol > dcp 93/udp #Device Control Protocol The '93' in the error message is inetd's process ID, not a port number. It looks like inetd is trying to listen on port 25 (the smtp port), but you already have something running on that port (sendmail, probably). What changes have you made to /etc/inetd.conf? Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott.mitchell@mail.com | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message