Gentoo Archives: gentoo-dev

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: Request of news item review: 2013-03-29-udev-predictable-network-interface-names.en.txt
Date: Fri, 29 Mar 2013 22:28:25
Message-Id: 20130329222739.GA4966@waltdnes.org
In Reply to: Re: [gentoo-dev] Re: Request of news item review: 2013-03-29-udev-predictable-network-interface-names.en.txt by Rich Freeman
1 On Fri, Mar 29, 2013 at 01:38:03PM -0400, Rich Freeman wrote
2 > On Fri, Mar 29, 2013 at 12:40 PM, Markos Chandras <hwoarang@g.o> wrote:
3 > > In my mind, the message says "either remove 70-* and setup 80-*" or your
4 > > system will end up broken.
5 >
6 > The other bit is that modifying symlinks in /etc/init.d is only
7 > mentioned in passing. That is a VERY important step unless your new
8 > name happens to be the same as your old one, otherwise on the next
9 > boot the system will not have a working network interface, which will
10 > hamper efforts to fix for casual/new users, and cause real trouble for
11 > those doing remote administration (though anybody doing anything
12 > serious on a remotely-administered box should have some kind of
13 > console-level access outside of the OS - like serial console or
14 > iLO/etc support).
15
16 That's only the beginning for the necessary changes. I'm running mdev
17 on this machine, so it won't affect me, but here goes...
18
19 [d531][root][~] grep -rl eth[0-9] /etc/*
20 /etc/conf.d/net
21 /etc/conf.d/network
22 /etc/conf.d/netmount
23 /etc/dosemu/dosemu.conf
24 /etc/hibernate/common.conf
25 /etc/rc.conf
26
27 I've eliminated some specific stuff that only I do.
28
29 * /etc/conf.d/net Is going to have to be modified by users.
30
31 * I believe /etc/conf.d/network is a doc file for /etc/conf.d/net.
32
33 * /etc/conf.d/netmount Who changes that?
34
35 * /etc/dosemu/dosemu.conf It's an app, but may require changes.
36
37 * /etc/hibernate/common.conf It's an app, but may require changes.
38
39 * /etc/rc.conf Is going to have to be modified by users.
40
41 "Fun" for users, and app upstreams.
42
43 --
44 Walter Dnes <waltdnes@××××××××.org>
45 I don't run "desktop environments"; I run useful applications