> I am getting the following message:
>
> inetd[624]: ssh/tcp: bind: Address already use
>
> Anyone could tell me what is the meaning of this message?
>
> Thanks,
>
> Jeffrey
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/ma
Thanks Glenn, Michael and Chris,
I had enabled ssh from inetd.conf. I have disabled ssh from inetd.conf.
Jeffrey
- Original Message -
From: "Glenn Dawson" <[EMAIL PROTECTED]>
To: "Jeffrey" <[EMAIL PROTECTED]>;
Sent: Monday, March 13, 2006 10:36 AM
Sub
Acutally, I had the same problem the other day.
I found out that there where multipule copies of inetd running on my
system...
ps aux | grep inetd
If you kill em all and restart it, it should fix the problem. That's how I
fixed mine anyway's.
- Original Message -
From: "Jeffrey"
At 03:28 PM 3/12/2006, Jeffrey wrote:
I am getting the following message:
inetd[624]: ssh/tcp: bind: Address already use
Anyone could tell me what is the meaning of this message?
It means that you are running sshd as a daemon _and_ starting it from
inetd. You can't do both.
-Glenn
Than
On Mar 12, 2006, at 6:28 PM, Jeffrey wrote:
I am getting the following message:
inetd[624]: ssh/tcp: bind: Address already use
Anyone could tell me what is the meaning of this message?
It is possible that you have sshd running standalone already and you
also have inetd trying to start ssh