Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352104 - sys-apps/uam: rules are executed before rootfs mounted r/w
Summary: sys-apps/uam: rules are executed before rootfs mounted r/w
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 08:21 UTC by Michał Górny
Modified: 2011-01-20 21:20 UTC (History)
1 user (show)

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


Attachments
The debug log (_uam.log,7.68 KB, text/plain)
2011-01-19 08:21 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-01-19 08:21:03 UTC
The uam rules are evaluated too early, making the mount attempts fail randomly because of read-only mounted /.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-01-19 08:21:26 UTC
Created attachment 260232 [details]
The debug log
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-01-19 08:22:53 UTC
udev maintainers, could you help a little? Is there a good (and possibly portable) way to delay running certain udev rules till the rootfs is mounted read/write?
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2011-01-20 21:20:17 UTC
I've fixed the issue myself in uam-0.1 through delaying the execution until /media is writable.