Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: Heads Up - sys-apps/net-tools-1.60_p20120127084908 might break your system
Date: Mon, 12 Mar 2012 12:34:00
Message-Id: jjkqcf$ns2$1@dough.gmane.org
In Reply to: [gentoo-user] Heads Up - sys-apps/net-tools-1.60_p20120127084908 might break your system by Helmut Jarausch
1 On 12/03/12 10:32, Helmut Jarausch wrote:
2 > Hi,
3 > I've just been bitten by sys-apps/net-tools-1.60_p20120127084908.
4 >
5 > After reboot, the network doesn't come up:
6 >
7 > localhost /etc/init.d/net.lo[3463]: ERROR: interface lo does not exist
8 > localhost /etc/init.d/net.lo[3464]: Ensure that you have loaded the
9 > correct kernel module for your hardware
10 > localhost /etc/init.d/net.lo[3381]: ERROR: net.lo failed to start
11 > localhost /etc/init.d/net.eth0[3549]: ERROR: interface eth0 does not exist
12 > localhost /etc/init.d/net.eth0[3550]: Ensure that you have loaded the
13 > correct kernel module for your hardware
14 > localhost /etc/init.d/net.eth0[3466]: ERROR: net.eth0 failed to start
15 >
16 > It's NOT a kernel matter since stepping back to
17 > sys-apps/net-tools-1.60_p20111120203157 with the same kernel does work.
18
19 I've anyone is hit by this and doesn't have a way to download an older
20 version anymore, the solution is fairly simple:
21
22 ln -s /bin/ifconfig /sbin/
23 /etc/init.d/net.lo restart
24 /etc/init.d/net.eth0 restart
25 rm /sbin/ifconfig
26 [sync and update world]
27
28 (Substitute "eth0" with whatever you're using.)

Replies