Gentoo Archives: gentoo-user

From: Markos Chandras <hwoarang@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] udevd boot messages
Date: Mon, 21 May 2012 21:02:35
Message-Id: 4FBAAD05.8040201@gentoo.org
In Reply to: Re: [gentoo-user] udevd boot messages by Michael Hampicke
1 On 05/21/2012 03:27 PM, Michael Hampicke wrote:
2 >> I updated udev from 171-r5 to 171-r6 and now i get several udevd
3 >> boot message as : udevd[1389]: can not find
4 >> '/lib/udev/rules.d/90-network.rules': No such file or directory
5 >> udevd[1389]: can not find '/lib/udev/rules.d/95-keymap.rules': No
6 >> such file or directory ...................... and so on.
7 >>
8 >> /lib is a symlink pointing to /lib64. /lib64/udev/rules.d is ok
9 >> with all the rules that udevd does not find at boot.
10 >
11 > No I would guess it was because of the upgrade of
12 > sys-apps/baselayout to 2.1-r1. Things got crazy here with that
13 > upgrade. I had to re-merge every package with files under /lib/ In
14 > your case re-merging udev should to the trick.
15 >
16 The package clearly informed you that you need to reboot for things to
17 work properly
18
19 "You should reboot the system now to get /run mounted with tmpfs!"
20
21 Have a look on pkg_postinst() function in that ebuild. You chose to
22 ignore it and this is why you had these problems after the update.
23
24 --
25 Regards,
26 Markos Chandras / Gentoo Linux Developer / Key ID: B4AFF2C2

Replies

Subject Author
Re: [gentoo-user] udevd boot messages Tanstaafl <tanstaafl@×××××××××××.org>
Re: [gentoo-user] udevd boot messages Michael Mol <mikemol@×××××.com>