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

-- 
[jaunty] doesn't boot anymore after udev upgrade
https://bugs.launchpad.net/bugs/332270
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to