Gentoo Archives: gentoo-user

From: Jakob Buchgraber <jakob.buchgraber@××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] [UDEV] No network on startup
Date: Mon, 22 Jan 2007 18:07:29
Message-Id: 45B4FBAC.7070506@gmail.com
1 Hello!
2
3 I have updated my gentoo box by typing emerge --update world. This also
4 updated udev and now I don't get any network on startup. If I want to
5 get a network connection, I'll have to first delete
6 "/var/run/dhcpcd-eth0.pid" and then run 'dhcpcd eth0'.
7
8 On startup I get some udev related error messages:
9 >> Letting udev process events ...
10 >> udevd-event[668]: wait_for_sysfs: waiting for
11 '/sys/class/net/lo/device/driver' failed
12 >> udevd-event[1371]: wait_for_sysfs: waiting for
13 '/sys/class/net/eth1/device/driver' failed
14 >> Finalizing udev configuration ...
15
16 However when entering runlevel 3 and dhcpcd is being started it
17 successfully assigns an (correct) ip address to eth0. The only problem
18 is that the resolv.conf is then empty and so I get no network connection
19 at all. I didn't change any configuration files, I just updated udev.
20
21 My version of udev is 104 (latest stable version available) and ifconfig
22 eth0 tells me
23
24 eth0 Link encap:Ethernet HWaddr 00:15:C5:3A:EB:EB
25 inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
26 UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
27 RX packets:615 errors:0 dropped:0 overruns:0 frame:0
28 TX packets:368 errors:0 dropped:0 overruns:0 carrier:0
29 collisions:0 txqueuelen:1000
30 RX bytes:412119 (402.4 Kb) TX bytes:45958 (44.8 Kb)
31 Interrupt:17
32
33 Please don't tell me to downgrade udev as I unfortunately don't know
34 which version was my previous merged version :-(.
35
36 Please let me know if you need any further informations regarding my system.
37
38 Thanks in advance for any help!
39
40 Best Regards Jay
41
42 --
43 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] [UDEV] No network on startup Richard Fish <bigfish@××××××××××.org>