Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2003 12:46:04 -0600
From:      Mike Meyer <mwm-dated-1042397164.9d8873@mired.org>
To:        "Kenzo" <kenzo_chin@hotmail.com>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Deleted VAR
Message-ID:  <15899.8300.60339.429750@guru.mired.org>
In-Reply-To: <DAV62wRFzYPKmnXdv240000e5e6@hotmail.com>
References:  <DAV28b3F45qHjDv4IiK00000142@hotmail.com> <15899.5780.980725.387591@guru.mired.org> <DAV62wRFzYPKmnXdv240000e5e6@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
[Context lost to top posting.]

In <DAV62wRFzYPKmnXdv240000e5e6@hotmail.com>, Kenzo <kenzo_chin@hotmail.com> typed:
> Yes, that worked, but now I can't sshd to it anymore.
> looking in the auth.log file, it sais " Bind to port 22 on 0.0.0.0 failed
> address already in use.
> so I edit the file /etc/ssh/sshd_config to ListenAddress 10.25.2.60 ( the
> server's address ) then restart.
> in auth.log, it says " Server Listening on 10.25.2.60 port 22
> 
> but it still doesn't work.  what else do I need to do?

Put /etc/ssh/sshd_config back the way it was. Then kill and restart
the ssh daemon. Again, rebooting the system to cause any daemons that
have files in /var open to close them - thus freeing the space - and
reopen with real files is a good idea.

The only thing magic in /var for sshd is /var/empty. Make sure that
directory exists, is owned by root and is not group or world writable.

	<mike

-- 
Mike Meyer <mwm@mired.org>		http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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?15899.8300.60339.429750>