From owner-freebsd-questions@FreeBSD.ORG Mon Feb 26 19:53:04 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 C14B016A401 for ; Mon, 26 Feb 2007 19:53:04 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 240DE13C48D for ; Mon, 26 Feb 2007 19:53:03 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (host5.bedc.ondsl.gr [62.103.39.229]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-3) with ESMTP id l1QJqLMj002180 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 26 Feb 2007 21:52:27 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id l1QJq4Nc017059; Mon, 26 Feb 2007 21:52:15 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id l1QJq3Zk017058; Mon, 26 Feb 2007 21:52:03 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 26 Feb 2007 21:52:03 +0200 From: Giorgos Keramidas To: "Peter A. Giessel" Message-ID: <20070226195203.GA17029@kobe.laptop> References: <45E32743.2010405@enabled.com> <20070226190721.GA7434@kobe.laptop> <45E334F0.50907@mac.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45E334F0.50907@mac.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.503, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.70, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Noah , freebsd-questions@freebsd.org Subject: Re: sshd attempting to start twice? 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: Mon, 26 Feb 2007 19:53:04 -0000 On 2007-02-26 10:28, "Peter A. Giessel" wrote: > On 2007/02/26 10:07, Giorgos Keramidas seems to have typed: > > On 2007-02-26 10:30, Noah wrote: > >> sshd_enable="YES" > >> sshd_program="/usr/local/sbin/sshd" > > [snip] > > >> inetd_enable="YES" > > [snip] > > > I see you have switched the `rc.conf' path of sshd to point to the > > version of sshd in `/usr/local/sbin'. Make sure that you don't have > > *both* this setting *and* an executable script in /usr/local/etc/rc.d :-) > > You might also want to check that you don't have it enabled in both > inetd.conf and in rc.conf. If inetd is trying to start it and rc.conf > is trying to start it as well, that would explain your errors. Ah, yes! Very good point :)