From owner-freebsd-questions@FreeBSD.ORG Wed Mar 7 21:30:12 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E90F216A400 for ; Wed, 7 Mar 2007 21:30:12 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8BB13C461 for ; Wed, 7 Mar 2007 21:30:02 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan@localhost [127.0.0.1]) by dan.emsphone.com (8.14.0/8.13.8) with ESMTP id l27LTur3073485 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 7 Mar 2007 15:29:56 -0600 (CST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.0/8.14.0/Submit) id l27LTu6b073483; Wed, 7 Mar 2007 15:29:56 -0600 (CST) (envelope-from dan) Date: Wed, 7 Mar 2007 15:29:56 -0600 From: Dan Nelson To: Andy Kendall Message-ID: <20070307212956.GO86959@dan.emsphone.com> References: <000a01c760fb$3e76a850$4a074c0a@andypc2> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000a01c760fb$3e76a850$4a074c0a@andypc2> X-OS: FreeBSD 6.2-STABLE User-Agent: Mutt/1.5.14 (2007-02-12) Cc: freebsd-questions@freebsd.org Subject: Re: Error message: inetd[667]: ssh/tcp: bind: Address already in use X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Mar 2007 21:30:13 -0000 In the last episode (Mar 07), Andy Kendall said: > Hi All, > > Can anyone please help me with this error message which pops up at regular > intervals on the console and in the log? ssh is usually started as a daemon via /etc/rc.d/sshd, so it shouldn't be enabled via /etc/inetd.conf. Just comment out the ssh line in inetd.conf and bounce inetd. -- Dan Nelson dnelson@allantgroup.com