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-108733-garchives=archives.gentoo.org@lists.gentoo.org>) id 1NpG5M-0002TH-M7 for garchives@archives.gentoo.org; Wed, 10 Mar 2010 07:12:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A72DE0C2D; Wed, 10 Mar 2010 07:11:17 +0000 (UTC) Received: from mail-bw0-f219.google.com (mail-bw0-f219.google.com [209.85.218.219]) by pigeon.gentoo.org (Postfix) with ESMTP id CA9EAE0C2D for <gentoo-user@lists.gentoo.org>; Wed, 10 Mar 2010 07:11:16 +0000 (UTC) Received: by bwz19 with SMTP id 19so1526326bwz.26 for <gentoo-user@lists.gentoo.org>; Tue, 09 Mar 2010 23:11:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:reply-to:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=6Sw/+2SN0dPUNHEbo+IpSkkPLUHYUJSdw+j0C4tsZAc=; b=xqcrduzixAYNAGzEvU25XP2mH6nub9Hv4XWTKW4u5EjqdLPTCUlXTZp4iQ1cCV1Xvj mH5CVvd9Gug9S3vBiojykuqgtjuq+7qkSClh8NieNbDV3aMLU6OdYulNRCP7cYLqubvk l+HrIiqmMNa7JP1e5IZI68GWDeaqNWXw+wX1A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:reply-to:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=P8hOvw8QLImrcp+H4faGunQyfSI0cnPuqKmUsQL1Rdp55rqvlPDQqGXXBUVn2cI47+ zTiW50wlkQnOA6mwfy128sVhvb+siNARZy1BEYGNES9UX43D1kGTJ5wDdZDjBUkpF+KJ 8UmBy1H5HMpsvkvTc0HJQTHSs0pl9prsL1yGw= Received: by 10.204.34.194 with SMTP id m2mr1100225bkd.106.1268205076116; Tue, 09 Mar 2010 23:11:16 -0800 (PST) Received: from lappy.localnet (230.3.169.217.in-addr.arpa [217.169.3.230]) by mx.google.com with ESMTPS id a11sm26142821bkc.3.2010.03.09.23.11.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Mar 2010 23:11:13 -0800 (PST) From: Mick <michaelkintzios@gmail.com> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] stop eth0 from starting at boot Date: Wed, 10 Mar 2010 07:10:55 +0000 User-Agent: KMail/1.12.4 (Linux/2.6.31-gentoo-r10; KDE/4.3.5; i686; ; ) References: <b77b56401003091847q31bc4304s1d812eee8b613cab@mail.gmail.com> <4B9733BC.9030609@gmail.com> In-Reply-To: <4B9733BC.9030609@gmail.com> 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: multipart/signed; boundary="nextPart7253519.H6iOpYYQvj"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201003100711.11294.michaelkintzios@gmail.com> X-Archives-Salt: f4f832e9-cfac-4c3a-a4ec-17fd35bb4c50 X-Archives-Hash: a84081a65afbb28c47cfb8e265ba6449 --nextPart7253519.H6iOpYYQvj Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable On Wednesday 10 March 2010 05:53:00 Dale wrote: > Tony Miller wrote: > > /etc/init.d/net.eth0 is not in any runlevels: > > > > o_0 tony # rc-update show > > bootmisc | boot > > checkfs | boot > > checkroot | boot > > clock | boot > > consolefont | boot > > hald | default > > hostname | boot > > keymaps | boot > > local | default nonetwork > > localmount | boot > > modules | boot > > net.lo | boot > > net.wlan0 | default > > netmount | default > > ntp-client | default > > rmnologin | boot > > sshd | default > > udev-postmount | default > > urandom | boot > > vixie-cron | default > > xdm | default > > > > Yet it still insists on trying to start at boot! This isn't What I > > Want, since this computer is a laptop and I generally use the wifi. > > > > Could it be related to udev or hotplug? > > > > Thanks, > > -Tony >=20 > 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: >=20 > RC_PLUG_SERVICES=3D"net.wlan !net.eth*" >=20 > That should stop it from starting unless it is in a runlevel. If not, > post back. Actually, post back either way. Let us know if that works > or not. The file is well commented to show all options. Just put "lo" in there and= it=20 won't bother you again for any interface (other than localhost). =2D-=20 Regards, Mick --nextPart7253519.H6iOpYYQvj Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iEYEABECAAYFAkuXRg8ACgkQVTDTR3kpaLam9wCgiQRDkMOq4D6YykJujnOMoSGn EksAn2tQwZQE8RTgqEegQuggfaDlOIvx =FH8F -----END PGP SIGNATURE----- --nextPart7253519.H6iOpYYQvj--