Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 365533 - sys-fs/udev-168-r1 error at boot
Summary: sys-fs/udev-168-r1 error at boot
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: udev maintainers
URL: http://groups.google.com/group/linux....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-01 10:51 UTC by jeff
Modified: 2011-05-18 19:53 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jeff 2011-05-01 10:51:28 UTC
Error at boot with sys-fs/udev-168-r1:

runtime directory `/run/udev` not writeable, for now falling back to `/dev/.udev`

Reproducible: Always
Comment 1 Cosmin Giradu 2011-05-02 08:43:56 UTC
+1 here

That message is not the error, though. The actual error seems to be related to "populate_dev()" (in /etc/init.d/udev) beeing lazy. "check_udev_works" does not find /dev/zero and tries to kill udev (no partitions get mounted and a horde of startup error occur after that). I added a sleep delay in "_start()" just before "check_udev_works" call and that solved the problem for me.

Maybe this info helps the maintainers find the actual problem (I'm available for more info on this).
Comment 2 Chris Smith 2011-05-02 13:45:48 UTC
Looks to be a warning message during a transition period. The following link was posted on the forum:
http://lists.fedoraproject.org/pipermail/devel/2011-March/150031.html
Comment 3 Jory A. Pratt gentoo-dev 2011-05-08 19:09:06 UTC
Easy solution is to `mkdir -p /run` then emerge openrc-9999 this will give you the support you need for /run/udev to be properly populated. I am unsure how we will handle creating the directory yet, we might handle it in openrc or udev will have to discuss it further before we can answer that question.
Comment 4 Matthias Schwarzott gentoo-dev 2011-05-18 19:53:51 UTC
Closing this bug, as it is about the printed message and that was removed.
If you have different issues, please open a new bug.