Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 370195 - sys-fs/udev-171 removes the warning about /run but should not do so
Summary: sys-fs/udev-171 removes the warning about /run but should not do so
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-05 21:54 UTC by William Hubbs
Modified: 2012-03-20 23:09 UTC (History)
1 user (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 William Hubbs gentoo-dev 2011-06-05 21:54:05 UTC
This information is taken from the NEWS file included with udev-171:

"Udev logs a warning now if /run is not writable at udevd
startup. It will still fall back to /dev/.udev, but this is
now considered a bug."

Currently, we are patching udev to remove this warning. I do not feel that this is the way we need to go; especially since I have heard that udev is planning to make a writable /run directory a requirement. The warning is there to give us time to fix our other packages to create this directory.

we should fix our other packages, specifically baselayout, to create the /run directory (see bug #361349).

Since udev will currently run without a /run directory, that bug is not a blocker to this bug.

However, what I want to do on this bug is generate a udev-171-r1 which drops our patch to remove this warning.


Reproducible: Always
Comment 1 Matthias Schwarzott gentoo-dev 2011-06-06 10:08:53 UTC
I also vote for adding run-support, but: Do we need the warning be printed for our users?
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2012-03-20 23:09:00 UTC
This should be solved now with openrc creating the /run directory.