Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: What is starting net.eth1 [not in rc-update]
Date: Mon, 29 Dec 2008 17:25:39
Message-Id: 49590809.2020800@gmail.com
In Reply to: [gentoo-user] Re: What is starting net.eth1 [not in rc-update] by Harry Putnam
1 Harry Putnam wrote:
2 > Ian Lee <ian@×××××××××××××××××××.uk> writes:
3 >
4 >
5 >> Ian Lee wrote:
6 >>
7 >>> Neil Bothwick wrote:
8 >>>
9 >>>> On Sun, 28 Dec 2008 17:04:23 -0600, Dale wrote:
10 >>>>
11 >>>>
12 >>>>>> Probably hotplug, add !net.eth0 to rc_hotplug in /etc/rc.conf
13 >>>>>>
14 >>>>
15 >>>>> That's in /etc/conf.d/rc on mine. Has it moved?
16 >>>>>
17 >>>> It moved in the switch from baselayout1 to baselayout2/openrc.
18 >>>>
19 >>>>
20 >>>>
21 >>> This could be what four looking for
22 >>>
23 >>> http://bugs.gentoo.org/show_bug.cgi?id=206518
24 >>>
25 >>>
26 >>>
27 >>> Ian
28 >>>
29 >>>
30 >> try putting rc_coldplug="no" in conf.d/udev or /etc/rc.conf i would
31 >> assume the udev init script checks both places
32 >>
33 >
34 > I can tell you from trying that just now... that is not a good
35 > solution.
36 >
37 > First setting rc_coldplug="no" has some very bad effects:
38 > 1) caused my KVM switch setup to be ignored completely, where as with
39 > with the default "yes" the kvm is recognized soon as I get past
40 > grub
41 >
42 > 2) Very strange behavior with the `screen' tool. I call screen and
43 > get started but if I do `C-a c' (which should start another screen)
44 > Instead it prompts me to login and then takes the original screen
45 > so I can only get one screen, completely defeating the purpose of
46 > `screen'.
47 >
48 >
49 > I'm also wondering about the wisdom introduciing some esoteric places
50 > to control services. If someone needs sophisticated controls they can
51 > set that up, but for the rest of us /etc/conf.d and rc-update should
52 > be THE central tools to have basic services started at boot.
53 >
54 > There should be nothing scrolling thru the network softlinks
55 > attempting to start anything it finds.
56 >
57 >
58 >
59 >
60
61 If you check mine and Neils post, one of ours will do just what you want
62 and still allow you to have hotplug set to yes. It just tells hotplug
63 not to start networks itself and leave it to your own settings with
64 rc-update. There may also be other things that you can set in there as
65 well.
66
67 Dale
68
69 :-) :-)

Replies

Subject Author
Re: [gentoo-user] Re: What is starting net.eth1 [not in rc-update] Ian Lee <ian@×××××××××××××××××××.uk>