[Bug 560110] [NEW] kvm module does not get loaded unless SLEEP_MILLISECS is defined
James Troup
james.troup at canonical.com
Sat Apr 10 17:00:17 BST 2010
Public bug reported:
Binary package hint: qemu-kvm
If SLEEP_MILLISECS isn't definied in /etc/default/qemu-kvm, the KVM
module does not get loaded. Or more accurately it's loaded and then
unloaded by the qemu-kvm upstart job.
root at pommerac:~# grep SLEEP /etc/default/qemu-kvm ; lsmod | grep kvm
#SLEEP_MILLISECS=2000
root at pommerac:~#
If I uncomment that and reboot...
root at pommerac:~# grep SLEEP /etc/default/qemu-kvm ; lsmod | grep kvm
SLEEP_MILLISECS=2000
kvm_intel 46200 0
kvm 283328 1 kvm_intel
root at pommerac:~#
** Affects: qemu-kvm (Ubuntu)
Importance: Undecided
Assignee: Dustin Kirkland (kirkland)
Status: New
** Tags: regression-potential
** Changed in: qemu-kvm (Ubuntu)
Assignee: (unassigned) => Dustin Kirkland (kirkland)
--
kvm module does not get loaded unless SLEEP_MILLISECS is defined
https://bugs.launchpad.net/bugs/560110
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu-kvm in ubuntu.
More information about the Ubuntu-server-bugs
mailing list