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 1Npnuh-000171-Da for garchives@archives.gentoo.org; Thu, 11 Mar 2010 19:19:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D19DBE0D7D; Thu, 11 Mar 2010 19:18:06 +0000 (UTC) Received: from mail-gx0-f216.google.com (mail-gx0-f216.google.com [209.85.217.216]) by pigeon.gentoo.org (Postfix) with ESMTP id AF05BE0D7D for ; Thu, 11 Mar 2010 19:18:06 +0000 (UTC) Received: by gxk8 with SMTP id 8so211113gxk.9 for ; Thu, 11 Mar 2010 11:18:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=ioIiYXb3rao9+EVGc6RgMZ5yKW/7KhjBHdw7iGYZFBc=; b=IT6dF+mpl5ZdXM4y3EHfhoZsqo1GNWpH/w1m9hfJ/Yu6xNh/asa5PLnGKNywPPOUfZ noNDLTBqRqeyE706qQEsE2gOeIc/3yTIyFejS6iJtV7fadNzhyehF2HsD6lBT4VKlx5i coRolnuIR4/Oo5V9big968acL/30juhI1ZNmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=vwajmySZmYyKiXFQr1XDztRIOrqq5g7MN32NzGS8n8VZTTzCVBm+APX+dqa+SDYpOR kKlcB6UuDEBBCO23l5V+Fz4Txd4jsrw4Pm4LduPooseLFlVjQeIisvKB1xuPkXWCU/Xb 9ywn8qCHJKcIgYIw7XZqINf1cIRSG8uLotFY4= 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 Received: by 10.150.59.21 with SMTP id h21mr3779970yba.3.1268335086122; Thu, 11 Mar 2010 11:18:06 -0800 (PST) In-Reply-To: <20100310091818.420ed3dc@digimed.co.uk> References: <4B9733BC.9030609@gmail.com> <20100310091818.420ed3dc@digimed.co.uk> Date: Thu, 11 Mar 2010 11:18:06 -0800 Message-ID: Subject: Re: [gentoo-user] stop eth0 from starting at boot From: Tony Miller To: gentoo-user@lists.gentoo.org Content-Type: multipart/alternative; boundary=000e0cd6ec3643b81c04818b464c X-Archives-Salt: d5f56807-89ad-4de2-b533-6db899e4d808 X-Archives-Hash: 0c89ba597f5e85689f76e7a8279389c9 --000e0cd6ec3643b81c04818b464c Content-Type: text/plain; charset=ISO-8859-1 I modified the RC_PLUG_SERVICES like this: RC_PLUG_SERVICES="net.ra0 !net.eth0" This appears to have worked perfectly! net.eth0 does not start at boot at all. Thanks so much! On Wed, Mar 10, 2010 at 1:18 AM, Neil Bothwick wrote: > On Tue, 09 Mar 2010 23:53:00 -0600, Dale wrote: > > > This is a common problem. I am on baselayout 1 so if you are on > > baselayout 2, this may not help. In /etc/conf.d/rc file, add this line > > or edit the line you already have: > > > > RC_PLUG_SERVICES="net.wlan !net.eth*" > > In baselayout-2 this is set in /etc/rc.conf. I use > > rc_hotplug="!net.*" > > to let all interfaces be handled by Wicd. > > > -- > Neil Bothwick > > All generalizations are false, including this one. > --000e0cd6ec3643b81c04818b464c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I modified the RC_PLUG_SERVICES like this:

RC_PLUG_SERVICES=3D= "net.ra0 !net.eth0"

This appears to have= worked perfectly! net.eth0 does not start at boot at all. Thanks so much!<= br>
On Wed, Mar 10, 2010 at 1:18 AM, Neil Bothwi= ck <neil@digimed.co.uk> wrote:
On Tue, 09 Mar 2010 23:53:00 -0600, Dale wrote:

> This is a common problem. =A0I am on baselayout 1 so if you are on
> baselayout 2, this may not help. =A0In /etc/conf.d/rc file, add this l= ine
> or edit the line you already have:
>
> RC_PLUG_SERVICES=3D"net.wlan !net.eth*"

In baselayout-2 this is set in /etc/rc.conf. I use

rc_hotplug=3D"!net.*"

to let all interfaces be handled by Wicd.


--
Neil Bothwick

All generalizations are false, including this one.

--000e0cd6ec3643b81c04818b464c--