Public bug reported:

After booting /dev/.static/dev is mounted ro:
cat /proc/mounts | grep static
/dev/disk/by-uuid/01572b2a-fd50-4eea-a6e1-86174207e0f6 /dev/.static/dev ext3 
ro,errors=remount-ro,data=ordered 0 0

This is not related to errors=remount-ro, since I tested it with
errors=continue as mount-option for / and it was mounted ro again.

Running "sudo /etc/init.d/udev stop && sudo /etc/init.d/udev start" after the 
system has booted fixes this:
cat /proc/mounts | grep static
/dev/disk/by-uuid/01572b2a-fd50-4eea-a6e1-86174207e0f6 /dev/.static/dev ext3 
rw,errors=remount-ro,data=ordered 0 0

This affects some packages, like bluez-utils which are trying to create devices 
in that directory.
I asked some hardy users and it seems like the problem does not happen there.

** Affects: udev (Ubuntu)
     Importance: Undecided
         Status: New

-- 
/dev/.static/dev is mounted ro in intrepid
https://bugs.launchpad.net/bugs/253786
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to