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-85285-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1Ks1A1-00017m-1q
	for garchives@archives.gentoo.org; Mon, 20 Oct 2008 20:15:29 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id C89F6E0450;
	Mon, 20 Oct 2008 20:15:28 +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 89BEFE0450
	for <gentoo-user@lists.gentoo.org>; Mon, 20 Oct 2008 20:15:28 +0000 (UTC)
Received: by fg-out-1718.google.com with SMTP id d23so2043784fga.14
        for <gentoo-user@lists.gentoo.org>; Mon, 20 Oct 2008 13:15:27 -0700 (PDT)
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=HFvhW/DDUu+WBKDgbhBPGHGslhcYk5yB/OfIC1QthhY=;
        b=BUH0FJZfch/YkPqjEu0EvQDMHPMbN/jzUqwogEdxSLNBplFtQLJsSDlYDcpjyS1KTq
         3+pzg67dYAUkyXFXPfLLQG5MDQUpGx36yv2jktcazcEcVqX3eSVhdvPWQ40lOcLZ8JxR
         Jybl8KKrPNoLt4AX6FBbmmjOnHwzqj7y847BI=
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=ei8sdDhTgfJ4uEnhCBslylClbTq/ppQxTtmWJDGiBkuOt7/anJ3sdzBwHNmnKxOWvl
         YGdSbv4NRw4JSZx9/yMWuAuJWRiR5Ke0IAsgUvK88mlvjmazms+RvWLvOJ0OQD1rNiPu
         ZSXGbJn63OIFmTgOx1FqfBlyGFueS3mBB/X7E=
Received: by 10.181.151.19 with SMTP id d19mr962809bko.173.1224533726921;
        Mon, 20 Oct 2008 13:15:26 -0700 (PDT)
Received: by 10.180.229.10 with HTTP; Mon, 20 Oct 2008 13:15:26 -0700 (PDT)
Message-ID: <49bf44f10810201315j55e99d95i9713e90d025988b4@mail.gmail.com>
Date: Mon, 20 Oct 2008 13:15:26 -0700
From: Grant <emailgrant@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Prevent sshd from stopping?
In-Reply-To: <20081018054031.7d572de1@digimed.co.uk>
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: <49bf44f10810151624l4cfc92e9n797b2a11dfc4ae4e@mail.gmail.com>
	 <20081016070255.GA25938@marvin.heimnetz.local>
	 <49bf44f10810171115h1f50a427pb2ec4d155aa2caa1@mail.gmail.com>
	 <20081018054031.7d572de1@digimed.co.uk>
X-Archives-Salt: c960c645-ce4e-42d8-9b2f-67275af46489
X-Archives-Hash: 63b624bbb4906501af68a6a93489e4cd

>> >> One of my Gentoo systems is located in a separate building from the
>> >> router.  The wireless connection always seems to be strong, but
>> >> periodically the services that depend on net.ath0 stop because it
>> >> loses the connection.  Issuing 'rc' always brings them back.  Is
>> >> there any way to prevent this from happening?  I'm mainly concerned
>> >> about sshd.
>
>> > Then let them depend on net.lo.
>>
>> What about sticking 'rc' in the crontab?  No good?
>
> What's wrong with setting RC_STRICT (?) appropriately, it's what it is
> for. With the right setting, net.lo will satisfy sshd.

Thank you, I do think RC_NET_STRICT_CHECKING is what I'm after.

- Grant