re: inetd[520]

2004-03-04 Thread rfa
followup on my question earlier about the warning

inetd[520] ssh/tcp : bind; Address already in use

I only got this message recently, and im sure i didnt do anything about
inetd, also at the start of configuring freebsd, i confirmed sshd should
run from inetd(i think) anyway is there a way to confirm how sshd
starts up?

[the guy who respondd said sshd might be running out of sshd and consuming
resources i think, i accidentally erased his email]

i man'd inetd and saw that the configuration file was /etc/inetd.conf and
i checked that out...

i only uncommented sshd and ftpd so i don't think i am running sshd out of
inetd

can someone explain this baffling error?  its coz of this i can't use web
services from this box, although this box is still providing apache
services

yours,

rommel
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: inetd[520] ssh/tcp: bind: Address already in use ???

2004-03-04 Thread Matthew Seaman
On Thu, Mar 04, 2004 at 03:45:41PM +0800, [EMAIL PROTECTED] wrote:
> I rebooted my system and wondered why the commadn line said
> 
> Mar  4  15:13:16 rfa inetd[520]: ssh/tcp: bind: Address already in use
> 

Because you shouldn't be trying to run sshd(8) standalone and out of
inetd(8) at the same time.  I'd advise you not to run sshd(8) out of
inetd(8): sshd(8) has to do quite a lot of heavy crypto stuff when it
starts up, and running it out of inetd will force it to do that for
every new connection.  You're quite likely to end up running out of
random numbers from /dev/random and seeing your ssh connections
hanging.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgp0.pgp
Description: PGP signature