[Bug 1001372] [NEW] /etc/init/udevtrigger.conf contains "not-container" statement which is wrong
Goldhead
1001372 at bugs.launchpad.net
Fri May 18 17:45:20 UTC 2012
Public bug reported:
/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.
** Affects: udev (Ubuntu)
Importance: Undecided
Status: New
--
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:
New
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