From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-86300-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1L0Q5s-000332-RW
	for garchives@archives.gentoo.org; Thu, 13 Nov 2008 00:29:57 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 218AEE0589;
	Thu, 13 Nov 2008 00:29:57 +0000 (UTC)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156])
	by pigeon.gentoo.org (Postfix) with ESMTP id D1107E0589
	for <gentoo-user@lists.gentoo.org>; Thu, 13 Nov 2008 00:29:56 +0000 (UTC)
Received: by fg-out-1718.google.com with SMTP id d23so712073fga.14
        for <gentoo-user@lists.gentoo.org>; Wed, 12 Nov 2008 16:29:54 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:received:received:message-id:date:from:to
         :subject:in-reply-to:mime-version:content-type
         :content-transfer-encoding:content-disposition:references;
        bh=qghPV1csNsTbIjLjR5zakN5UAhD6L0e2NrGJK0XmDKk=;
        b=VHosdhEQcvo3tjR11gxW+uRV6f2ktaZh6BWmJTvGkm8hbm+tnmlOYNbQ6Hb5a+o0oI
         e1PRRPmvZ6AaDWXTFdSqBXASN3MEsYp02n2L5SDobbEAz/k7rDaZ1x8ZRqHBw6wdGDMZ
         mdRWAFUUq9c/IqGfqP36IhqkWxhCPbr4iT2mE=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=message-id:date:from:to:subject:in-reply-to:mime-version
         :content-type:content-transfer-encoding:content-disposition
         :references;
        b=SMbEUh/p8NnvDlLRHtMe58i0gkZ/gwi1wOSmwTFQQkxZH4eqwB+18CPzZ5oVPp/4nw
         4F305dYqIWhDplHc2LrW6TgdFw0IurnXend74gYFkjPD8/NQ8QkOKq9EfUoaq8BgCfpf
         16J0gUil6Px/6ZWVmK0m6a8l4tTRnS48r7c2Q=
Received: by 10.180.215.12 with SMTP id n12mr1367858bkg.113.1226536194304;
        Wed, 12 Nov 2008 16:29:54 -0800 (PST)
Received: by 10.180.205.11 with HTTP; Wed, 12 Nov 2008 16:29:54 -0800 (PST)
Message-ID: <49bf44f10811121629w5d68b98fxfd24634370a9eb92@mail.gmail.com>
Date: Wed, 12 Nov 2008 16:29:54 -0800
From: Grant <emailgrant@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] sshd won't restart on remote system
In-Reply-To: <350fc7cf0811121538r343218efwc78fb9881c889e01@mail.gmail.com>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <49bf44f10811120937g2af6ef6dj685da2c31d749f0a@mail.gmail.com>
	 <919d41310811121035s33220838r2638911f4e3c7a9c@mail.gmail.com>
	 <49bf44f10811121105t3d29167au178ff8b61b9ae3c4@mail.gmail.com>
	 <20081112225737.GA13362@ultras>
	 <49bf44f10811121527p2c0dcbb8ubc76f0c8d66621e5@mail.gmail.com>
	 <350fc7cf0811121536j11aadaack97bade298b258ab7@mail.gmail.com>
	 <350fc7cf0811121538r343218efwc78fb9881c889e01@mail.gmail.com>
X-Archives-Salt: 5b6d10ac-d812-43c4-a940-6ff11ad2fc7c
X-Archives-Hash: 89fa1f3363bdb48baea3121d6205a7a1

>>> >> If it doesn't start I'm locked out of the remote system.
>>> >
>>> > You may be interested in :
>>> > /etc/init.d/sshd reload
>>>
>>> I get:
>>>
>>> # /etc/init.d/sshd reload
>>>  * Reloading sshd ...
>>> No /usr/sbin/sshd found running; none killed. [ ok ]
>>
>> That is scary. Can you do equery f openssh, also do a simple ls
>> /usr/sbin/sshd
>>
>> When is the last time you did an etc-update?
>>
> I just checked on my system. sshd is in /usr/bin/sshd. Not sbin. You have an
> outdated /etc/init.d/sshd file. You might need to etc-update, or reinstall
> sshd and run etc-update afterwards

Thanks for helping me out with this.  I re-emerged openssh and now
sshd restarts just fine.

- Grant