/etc/init/udevtrigger.conf contains "not-container" statement which is wrong

Bug #1001372 reported by Goldhead
44
This bug affects 8 people
Affects Status Importance Assigned to Milestone
udev (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

/etc/init/udevtrigger.conf contains "not-container" statement which is wrong. With this statement permissions on /dev/null and other common devices are wrong. http://openvz.livejournal.com/41500.html?thread=266780#t266780

In fact, the latest OpenVZ kernel support the /sys filesystem and successfully works with common devices on tmpfs /dev.

---
[root@dhcp-10-30-17-204 a]# diff -u udevtrigger.conf-new udevtrigger.conf
--- udevtrigger.conf-new 2012-05-18 20:36:06.974482463 +0400
+++ udevtrigger.conf 2012-04-05 03:26:14.000000000 +0400
@@ -8,7 +8,7 @@

 start on (startup
    and started udev
- )
+ and not-container)

 task

---

Please, apply.

Revision history for this message
Launchpad Janitor (janitor) wrote :

Status changed to 'Confirmed' because the bug affects multiple users.

Changed in udev (Ubuntu):
status: New → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.