From owner-freebsd-questions Tue Jan 7 10:46: 7 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 0866A37B401 for ; Tue, 7 Jan 2003 10:46:06 -0800 (PST) Received: from mired.org (ip68-97-54-220.ok.ok.cox.net [68.97.54.220]) by mx1.FreeBSD.org (Postfix) with SMTP id 2201843EA9 for ; Tue, 7 Jan 2003 10:46:05 -0800 (PST) (envelope-from mwm-dated-1042397164.9d8873@mired.org) Received: (qmail 98221 invoked from network); 7 Jan 2003 18:46:04 -0000 Received: from localhost.mired.org (HELO guru.mired.org) (127.0.0.1) by localhost.mired.org with SMTP; 7 Jan 2003 18:46:04 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15899.8300.60339.429750@guru.mired.org> Date: Tue, 7 Jan 2003 12:46:04 -0600 To: "Kenzo" Cc: Subject: Re: Deleted VAR In-Reply-To: References: <15899.5780.980725.387591@guru.mired.org> X-Mailer: VM 7.07 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`; h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ From: Mike Meyer X-Delivery-Agent: TMDA/0.67 (Whirlaway) 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 [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. 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. 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