[Bug 1057024] Re: kvm kernel module always loaded, without setting /dev/kvm permissions
Serge Hallyn
1057024 at bugs.launchpad.net
Mon Jun 17 19:09:59 UTC 2013
Thanks, Ryan.
Indeed - there were several problems affecting /dev/kvm after a fresh
install, and while raring got all the fixes, precise and quantal did not
get one (presumably because I did not think they were affected).
We will need to do the following in both precise and quantal:
1. add acl to qemu-kvm's Depends:
2. add
if [ -c /dev/kvm -a ! -L /dev/kvm ]
then
/usr/bin/setfacl -m g::rw /dev/kvm
fi
to debian/qemu-kvm.postinst above the udevadm trigger
This will need to be done after the current qemu-kvm is promoted from
-proposed. I'll make a note to check back in a week.
Thanks for pointing this out!
** Changed in: qemu-kvm (Ubuntu Quantal)
Status: Fix Released => Triaged
** Changed in: qemu-kvm (Ubuntu Precise)
Status: Fix Released => Triaged
** Changed in: qemu-kvm (Ubuntu Precise)
Assignee: (unassigned) => Serge Hallyn (serge-hallyn)
** Changed in: qemu-kvm (Ubuntu Quantal)
Assignee: (unassigned) => Serge Hallyn (serge-hallyn)
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in Ubuntu.
https://bugs.launchpad.net/bugs/1057024
Title:
kvm kernel module always loaded, without setting /dev/kvm permissions
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/1057024/+subscriptions
More information about the Ubuntu-server-bugs
mailing list