Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Apr 2002 11:05:16 +0100
From:      Scott Mitchell <scott.mitchell@mail.com>
To:        Peter Leftwich <Hostmaster@Video2Video.Com>
Cc:        "Patrick O. Fish" <patrick@pwhsnet.com>, FreeBSD Questions <FreeBSD-Questions@FreeBSD.ORG>
Subject:   Re: heat monitoring [inetd/93?]
Message-ID:  <20020401110516.C283@fishballoon.dyndns.org>
In-Reply-To: <20020331220533.Y61877-100000@earl-grey.cloud9.net>; from Hostmaster@Video2Video.Com on Sun, Mar 31, 2002 at 10:08:01PM -0500
References:  <001701c1d860$ee70e280$0300a8c0@pwhsnet.com> <20020331220533.Y61877-100000@earl-grey.cloud9.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020401110516.C283>