[Bug 1001372] Re: /etc/init/udevtrigger.conf contains "not-container" statement which is wrong
Launchpad Bug Tracker
1001372 at bugs.launchpad.net
Sat May 19 16:16:41 UTC 2012
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: udev (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to udev in Ubuntu.
https://bugs.launchpad.net/bugs/1001372
Title:
/etc/init/udevtrigger.conf contains "not-container" statement which is
wrong
Status in “udev” package in Ubuntu:
Confirmed
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 at 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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udev/+bug/1001372/+subscriptions
More information about the foundations-bugs
mailing list