Re: ssh/tcp: bind: Address already in use
From: Kevin D. Kinsey, DaleCo, S.P. (kdk_at_daleco.biz)
Date: 11/15/04
- Previous message: Kevin Reiter: "Re: FreeBSD as Desktop"
- In reply to: Trevor B. Sullivan: "RE: ssh/tcp: bind: Address already in use"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 15 Nov 2004 15:00:02 -0600 To: "Trevor B. Sullivan" <TSullivan@baxterwoodman.com>
Charles.Tips wrote:
>> var/log/messages has this every 10 minutes. Is it because sshd might be
>> running out of inetd? If so what would be the solution to this? Thank
>> you for any help. I am running freeBSD 5.2.1 p10
>>
>> .Charlie
>
>
{ At this point I include the standard newbies@ disclaimer that
the subject is better suited for the questions@ list .... }
Trevor B. Sullivan wrote:
> I'm having this same problem with the same version of FreeBSD(5.2.1). I
> only noticed it after I enabled the sshd daemon. I haven't modified much
> of anything, so I don't see how I could have caused this...would be
> happy if someone had a solution. :-)
>
> Trevor
Hmm, are you running sshd from inetd as well?
sshd(8) is enabled by adding:
sshd_enable="YES"
to /etc/rc.conf. It is started at bootup
and it seems likely that running it from inetd
as well would cause an error message such as
the one(s) you are describing.
Kevin Kinsey
_______________________________________________
freebsd-newbies@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
- Previous message: Kevin Reiter: "Re: FreeBSD as Desktop"
- In reply to: Trevor B. Sullivan: "RE: ssh/tcp: bind: Address already in use"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]