From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QUPNI-0007uY-Qe for garchives@archives.gentoo.org; Wed, 08 Jun 2011 20:29:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B8C71C132; Wed, 8 Jun 2011 20:27:17 +0000 (UTC) Received: from mail-ww0-f53.google.com (mail-ww0-f53.google.com [74.125.82.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 313801C132 for ; Wed, 8 Jun 2011 20:27:16 +0000 (UTC) Received: by wwj40 with SMTP id 40so889849wwj.10 for ; Wed, 08 Jun 2011 13:27:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=pzVSIROO6RCK1VnJyCGPs5DLOuSUUxEG0y35W8Nak1E=; b=QrVei89QmK+GyxEfnfrWqnmONX52BVpniHOH0blpqWo2ETUaoiPOsidKdSdU3WURIT frmXIO0A5XX7PiX7N+kxBzLp6qS7WP7Hv9WsDGTSPs5QcaUomXcwyi7VH5vFASCIXkj9 sxkSGUfyMuQ8OGwi02Jm+40FbU0kKH7AGejB0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:user-agent:cc:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=Kf8GyXcTc0fbAMBDTYpVBBxvGBzK2ff9m7Uw1NZmngBbxpjys7Kfy2Q0nEPSbrgOtT MH5TUiVlIx1KJdDN2i6EuCCst1px8rWhTXvAg/KyB360XLbuCCrM6vbF7BvEfZQrn8NO fYiDpbK9KL47JG9bggipkRQZypf5hAIWE8MlI= Received: by 10.216.135.131 with SMTP id u3mr5408755wei.71.1307564836416; Wed, 08 Jun 2011 13:27:16 -0700 (PDT) Received: from nazgul.localnet (196-210-183-215.dynamic.isadsl.co.za [196.210.183.215]) by mx.google.com with ESMTPS id fl19sm687312wbb.66.2011.06.08.13.27.13 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 08 Jun 2011 13:27:15 -0700 (PDT) From: Alan McKinnon To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] sshd no longer starting when it should. Date: Wed, 8 Jun 2011 22:26:38 +0200 User-Agent: KMail/1.13.7 (Linux/2.6.39-ck; KDE/4.6.3; x86_64; ; ) Cc: Grant Edwards References: In-Reply-To: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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 Message-Id: <201106082226.39220.alan.mckinnon@gmail.com> X-Archives-Salt: X-Archives-Hash: aaeb23297c32948cfadc83956bfcda94 Apparently, though unproven, at 22:18 on Wednesday 08 June 2011, Grant Edwards did opine thusly: > A recent update seems to have broken sshd. It no longer starts when > it should. It seems to refuse to start up unless eth0 is up. For years > I've had the following in /etc/conf.d/rc > > RC_NET_STRICT_CHECKING="lo" > > According to the comments that means that the "net" service is up as > long as at least one interface (including lo) is up, and sshd used to > obey that setting. But now sshd seems to ignore that and has decided > that it knows better than I do -- it refuses to start when I tell it > to via "/etc/init.d/sshd start", and says "sshd is scheduled to start > when net.eth0 has started". I don't plan on starting net.eth0, but I > want sshd started anyway. If I'd meant "start if you happen to feel > like it" I would have typed Didn't read all the messages and files after upgrading openrc, right? What you want is in /etc/rc.conf and it's now called rc_depend_strict -- alan dot mckinnon at gmail dot com