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 <gentoo-user+bounces-108821-garchives=archives.gentoo.org@lists.gentoo.org>) 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 <gentoo-user@lists.gentoo.org>; Thu, 11 Mar 2010 19:18:06 +0000 (UTC) Received: by gxk8 with SMTP id 8so211113gxk.9 for <gentoo-user@lists.gentoo.org>; 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: <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 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: <b77b56401003091847q31bc4304s1d812eee8b613cab@mail.gmail.com> <4B9733BC.9030609@gmail.com> <20100310091818.420ed3dc@digimed.co.uk> Date: Thu, 11 Mar 2010 11:18:06 -0800 Message-ID: <b77b56401003111118w7ef003e8l3ca5134b4a4dd3b5@mail.gmail.com> Subject: Re: [gentoo-user] stop eth0 from starting at boot From: Tony Miller <mcfiredrill@gmail.com> 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 <neil@digimed.co.uk> 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:<div><br><div>RC_PLUG_SERVICES=3D= "net.ra0 !net.eth0"</div><div><br></div><div>This appears to have= worked perfectly! net.eth0 does not start at boot at all. Thanks so much!<= br> <br><div class=3D"gmail_quote">On Wed, Mar 10, 2010 at 1:18 AM, Neil Bothwi= ck <span dir=3D"ltr"><<a href=3D"mailto:neil@digimed.co.uk" target=3D"_b= lank">neil@digimed.co.uk</a>></span> wrote:<br><blockquote class=3D"gmai= l_quote" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left= :1ex"> <div>On Tue, 09 Mar 2010 23:53:00 -0600, Dale wrote:<br> <br> > This is a common problem. =A0I am on baselayout 1 so if you are on<br> > baselayout 2, this may not help. =A0In /etc/conf.d/rc file, add this l= ine<br> > or edit the line you already have:<br> ><br> > RC_PLUG_SERVICES=3D"net.wlan !net.eth*"<br> <br> </div>In baselayout-2 this is set in /etc/rc.conf. I use<br> <br> rc_hotplug=3D"!net.*"<br> <br> to let all interfaces be handled by Wicd.<br> <font color=3D"#888888"><br> <br> --<br> Neil Bothwick<br> <br> All generalizations are false, including this one.<br> </font></blockquote></div><br> </div></div> --000e0cd6ec3643b81c04818b464c--