Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2001 14:11:58 +0100
From:      Edwin Groothuis <mavetju@chello.nl>
To:        Benjamin Ossei <ben@cahostnet.net>
Cc:        questions@freebsd.org
Subject:   Re: Help with errors
Message-ID:  <20010129141158.J62745@d9168.upc-d.chello.nl>
In-Reply-To: <20010129130617.EA053274B@sitemail.everyone.net>; from ben@cahostnet.net on Mon, Jan 29, 2001 at 05:06:17AM -0800
References:  <20010129130617.EA053274B@sitemail.everyone.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 29, 2001 at 05:06:17AM -0800, Benjamin Ossei wrote:
> Jan 28 23:02:24 cafw sshd[221]: error: Bind to port 22 on :: failed: Address already in use.
> Jan 28 23:02:24 cafw sshd[221]: error: Bind to port 22 on 0.0.0.0 failed: Address already in use.

this means that sshd is trying to open port 22 to listen for incoming
connections, but that an other program is already listening to that
port. Use sockstat(1) to see what program that is.

> Jan 28 23:02:24 cafw xinetd[241]: open( /etc/xinetd.conf ) failed: No such file

You've installed xinetd, but you didn't provide it with a configuration
file. Did you install it via the ports-collection?

Edwin

-- 
Edwin Groothuis   |           Interested in MUDs? Visit Fatal Dimensions:
mavetju@chello.nl |                     http://fataldimensions.nl.eu.org/
------------------+               telnet://fataldimensions.nl.eu.org:4000


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?20010129141158.J62745>