Comment 16 for bug 332270

Revision history for this message
Michael Evans (mjevans1983) wrote : Re: [jaunty] doesn't boot anymore after udev upgrade

Tested, and works

< albert23> IntuitiveNipple: you need to drop the OPTIONS+="watch" line from 60-persistent-storage.rules. That's the one causing trouble with lvm. See comment 10 in the bug.
< IntuitiveNipple> ok, I've found the commit that applies the watch: f24036d
< IntuitiveNipple> "Device nodes can be watched for changes with inotify with OPTIONS="watch". If closed after being opened for writing, a "change" uevent will occur."
So... any time a close event happens a change event will be triggered... and presumably logged?
Which could then re-open and ...

edit /lib/udev/rules.d/60-persistent-storage.rules ; changing

# watch for future changes
KERNEL!="sr*", OPTIONS+="watch"

to

# watch for future changes
#KERNEL!="sr*", OPTIONS+="watch"

Then:

20090221-11:55:29 < IntuitiveNipple> If that patch applies ok, you can restart udev: sudo /etc/init.d/udev restart