Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] udev-197: what to do -- S0LVED
Date: Fri, 15 Feb 2013 17:28:53
Message-Id: 511E7047.4000407@xunil.at
In Reply to: Re: [gentoo-user] udev-197: what to do -- S0LVED by Allan Gottlieb
1 Am 28.01.2013 00:00, schrieb Allan Gottlieb:
2
3 > Thanks for all the suggestions. I did the following, which worked.
4 >
5 > 1. Built and installed kernel with CONFIG_DEVTMPFS=y
6 >
7 > 2. Moved udev-postmount back to /etc/init.d (I had moved it to /tmp).
8 > rc-update add udev-postmount default.
9 > 3. Reboot with new kernel (udev unchanged). Success.
10 >
11 > 4. Changed NAME=eth0 to NAME=net0 in 70-persistent-net.rules and
12 > eliminated clauses so have only (on one line)
13 > SUBSYSTEM=="net", ACTION=="add", ATTR{address}=="00:1e:c9:48:f9:a0",
14 > NAME="net0"
15 > Corresponding changes to /etc/init.d /etc/runlevels/default
16 >
17 > 5. Emerge update world to get new udev (just -1 udev has blocks)
18 >
19 > 6. Change kernel configs as per udisks emerge output
20 >
21 > 7. /usr/lib/udev already empty (due to make world?) so nothing to do
22 >
23 > 8. Reboot with new kernel. Success
24
25 As I prepare/consider to upgrade a remote gentoo server later this
26 evening I prefer to ask twice:
27
28 the running kernel 3.5.7 does not have CONFIG_DEVTMPFS=y
29
30 I built a new kernel (upgrading it to 3.6.11 btw) with CONFIG_DEVTMPFS=y
31 and plan to reboot the server at first.
32
33 After a hopefully correct reboot (can't access that server physically) I
34 plan to upgrade udev ... (I won't enable the new networking naming, btw).
35
36 Right now I upgrade lvm2 in advance as it doesn't pull in udev yet.
37
38 Pls comment or correct my plans ;-) thanks, Stefan

Replies

Subject Author
[gentoo-user] Re: udev-197: what to do -- S0LVED nunojsilva@×××××××.pt