Gentoo Archives: gentoo-user

From: Remy Blank <remy.blank_asps@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: baselayout-1.12.* trouble
Date: Sun, 27 Aug 2006 05:49:41
Message-Id: ecrbgv$kkq$1@sea.gmane.org
In Reply to: Re: [gentoo-user] baselayout-1.12.* trouble by Randy Barlow
1 Randy Barlow wrote:
2 > Something funny that happened on my laptop with this was that somehow
3 > net.eth0 (wired network) tries to start at the boot run level every time
4 > and will just sit and wait for an IP. This never happened before I
5 > upgraded, and doesn't happen on my other machine. It's probably that
6 > something has changed to depend on net.eth0, but I'm not sure what it
7 > was that changed. So for now I just ctrl-c it every time to get it to
8 > move on...
9
10 Try:
11
12 RC_PLUG_SERVICES="!net.*"
13
14 in /etc/conf.d/rc. Your net.eth0 is probably started as a result of a
15 hotplug event, and the line above will prevent this.
16
17 -- Remy
18
19
20 Remove underscore and suffix in reply address for a timely response.
21
22 --
23 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: baselayout-1.12.* trouble Randy Barlow <randy@×××××××××××××××××.com>