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 ) id 1KqUA4-0001T0-Bl for garchives@archives.gentoo.org; Thu, 16 Oct 2008 14:49:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84017E0455; Thu, 16 Oct 2008 14:49:09 +0000 (UTC) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.191]) by pigeon.gentoo.org (Postfix) with ESMTP id D20EAE0455 for ; Thu, 16 Oct 2008 14:49:08 +0000 (UTC) Received: by mu-out-0910.google.com with SMTP id i2so61302mue.6 for ; Thu, 16 Oct 2008 07:49:06 -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=2ClQ6pjYAMNX/fCo1HyP8Omq/XzF4/3YzseJdAHbCnA=; b=up/qLyqDO/4XVDdjeJdqZQXv7n2wDdaRgWegWdgxXdBJkc5xsNJQBMk4DAX/kWY7rL qwtcimRsappDXDcO+ysWzh0KeuIu3CG97PQb6bTDtvw8weOMHIoXB0gmp1y5VDrWhl/l YPvK7manEK7HW7ZzQAZjJPOzbUOj4a45zgKnI= 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=vQVLwuyUv/TYKKcmgXyj1Obf5ac31CuCEGyuUH0LMG3sgj6MuDJ+iF5TeCnI3UfJQS /gPY2kXx0O+KsvWXcazBUouemLT4QyECVBt8q1zrfsb0qtwZnaGk0oUuh7c+kR9VYPTL 9diCWNVED8pe0gjexPXkkrtTVDh1TUJA+F4K0= Received: by 10.181.56.3 with SMTP id i3mr386574bkk.35.1224168546321; Thu, 16 Oct 2008 07:49:06 -0700 (PDT) Received: by 10.180.229.10 with HTTP; Thu, 16 Oct 2008 07:49:06 -0700 (PDT) Message-ID: <49bf44f10810160749n5cfe8245v4014711905611486@mail.gmail.com> Date: Thu, 16 Oct 2008 07:49:06 -0700 From: Grant To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Prevent sshd from stopping? In-Reply-To: <20081016070255.GA25938@marvin.heimnetz.local> 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 Content-Disposition: inline References: <49bf44f10810151624l4cfc92e9n797b2a11dfc4ae4e@mail.gmail.com> <20081016070255.GA25938@marvin.heimnetz.local> X-Archives-Salt: 04b8c748-b223-4edc-be53-232b5b10f1ff X-Archives-Hash: 99c764df9a115f5959bcc2a62dfd1ac2 >> 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. >> >> - Grant >> > > Then let them depend on net.lo. Sounds good, do I need to edit /etc/init.d/sshd to do that, or is there a better way? - Grabt