Gentoo Archives: gentoo-user

From: Mihamina Rakotomandimby <mihamina.rakotomandimby@××××××××××××××××.fr>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] net.eth0 device initiated services
Date: Wed, 03 Jan 2007 10:11:16
Message-Id: 1167818645.4923.6.camel@r4000
1 Hi,
2 I have /etc/init.d/net.eth0.
3 I dont want it to be launch at boot, but I dont want to delete it either
4 because it eases some things when I want to bring eth0 up.
5
6 My problem is although i "del" it from the boot process with rc-update,
7 net.eth0 is attempted to be brought up by some other tool.
8
9 When no cable is plugged, it slows as hell the boot process.
10
11 The message is "device initiated services: net.eth0".
12 Then bringing up attempt comes.
13 who the hell is trying to bring it up?
14
15 The answer is here:
16 http://www.linuxquestions.org/questions/showthread.php?p=2520311
17
18 /etc/conf.d/rc
19
20 - RC_PLUG_SERVICES=""
21 + RC_PLUG_SERVICES="!net.*"
22
23 --
24 gentoo-user@g.o mailing list

Replies