From owner-freebsd-questions Tue Jan 7 11:17:35 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A08E537B401 for ; Tue, 7 Jan 2003 11:17:34 -0800 (PST) Received: from east.ath.cx (catv-50622a7a.nyircatv.broadband.hu [80.98.42.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id E48B243EDC for ; Tue, 7 Jan 2003 11:17:32 -0800 (PST) (envelope-from witch@kronos.HomeUnix.com) X-Complaints-To: abuse@kronos.homeunix.com X-SMTP-Authenticated: CRAM-MD5 X-Message-Flag: Ditch the crappy mail client and get a real one! Received: from slave.kronos.homeunix.com (vasdrgo8omoo2l4t@slave.kronos.homeunix.com [10.1.1.1]) (authenticated bits=0) by east.ath.cx (8.12.7/8.12.7) with ESMTP id h07JHTRI038765 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Tue, 7 Jan 2003 20:17:29 +0100 (CET) (envelope-from witch@slave.east.ath.cx) Received: from slave.east.ath.cx (localhost [127.0.0.1]) by slave.kronos.homeunix.com (8.12.7/8.12.7) with ESMTP id h07JHT0H066296 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Tue, 7 Jan 2003 20:17:29 +0100 (CET) (envelope-from witch@slave.east.ath.cx) X-Authentication-Warning: slave.east.ath.cx: Host localhost [127.0.0.1] claimed to be slave.east.ath.cx Received: (from witch@localhost) by slave.east.ath.cx (8.12.7/8.12.6/Submit) id h07JHNKS066210; Tue, 7 Jan 2003 20:17:23 +0100 (CET) Date: Tue, 7 Jan 2003 20:17:23 +0100 (CET) From: Andrew Prewett Reply-To: Andrew Prewett To: freebsd-questions@FreeBSD.ORG Subject: Re: Deleted VAR In-Reply-To: <15899.8300.60339.429750@guru.mired.org> Message-ID: <20030107200941.F63741@slave.east.ath.cx> References: <15899.5780.980725.387591@guru.mired.org> <15899.8300.60339.429750@guru.mired.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Today Mike Meyer wrote: > [Context lost to top posting.] > > In , Kenzo 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. No, except few cases (new kernel, hw change), you newer must reboot the system. It's not a windoze. If a program (process) is killed/terminated, then all opened files will be closed (implicitly or explicitly). -andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message