Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Networking broke after update: We only hotplug for ethernet interfaces
Date: Tue, 14 Oct 2008 13:47:19
Message-Id: 200810141547.07387.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] Networking broke after update: We only hotplug for ethernet interfaces by Grant Edwards
1 On Tuesday 14 October 2008 15:28:20 Grant Edwards wrote:
2 > My last "emerge -auvND world" appears to have broken the
3 > networking setup on my machine.
4 >
5 > I use tun/tap networking in order to allow Qemu virtual
6 > machines to show up on the network, so my /etc/conf.d/net looks
7 > like this:
8 >
9 > bridge_br0="eth0"
10 >
11 > config_br0=( "dhcp" )
12 > dhcpcd_br0=( "-L" )
13 > config_eth0=( "null" )
14 >
15 > # To be able to access internet on current machine
16 > depend_br0() {
17 > need net.eth0
18 > }
19 >
20 > That has worked fine for ages, but now when my system starts up
21 > it says:
22 >
23 > rc.scripts: rc-scripts: We only hotplug for ethernet interfaces.
24 >
25 > And then the br0 interface is disabled (leaving the machine
26 > disconnected from the network).
27 >
28 > Is hotplug now broken so that it can't be used the way it used
29 > to?
30
31 from 'cat /etc/rc.conf'
32
33 # Some people want a finer grain over hotplug/coldplug. rc_plug_services is a
34 # list of services that are matched in order, either allowing or not. By
35 # default we allow services through as rc_coldplug/rc_hotplug has to be YES
36 # anyway.
37 # Example - rc_plug_services="net.wlan !net.*"
38 # This allows net.wlan and any service not matching net.* to be plugged.
39 rc_plug_services=""
40
41
42 --
43 alan dot mckinnon at gmail dot com

Replies