Hi
I seem to be getting the same error. I have been using KVM and virt-manager for a while without issues, and now I'm having the same problem. Permissions on /dev/kvm are fine:
Code: Select all
# ls -la /dev/kvm
crw-rw----+ 1 root kvm 10, 232 Jun 10 09:09 /dev/kvm
I can also start my VMs by hand from command line using the 'qemu-kvm' command and providing a path to an image, no probs there...
Permissions on libvirt sockets look fine:
Code: Select all
# ls -la /var/run/libvirt
total 28
drwxr-xr-x 7 root root 4096 Jun 10 09:10 .
drwxr-xr-x 28 root root 4096 Jun 10 10:13 ..
srwxrwx--- 1 root kvm 0 Jun 10 09:10 libvirt-sock
srwxrwx--- 1 root kvm 0 Jun 10 09:10 libvirt-sock-ro
drwxr-xr-x 2 root root 4096 May 29 2009 lxc
drwxr-xr-x 2 root root 4096 Jun 10 09:10 network
drwxr-xr-x 2 root root 4096 Jun 10 11:50 qemu
drwxr-xr-x 2 root root 4096 May 29 2009 uml
drwxr-xr-x 2 root root 4096 Apr 3 2011 uml-guest
However, when I try using virt-manager, or virsh itself, I get:
Code: Select all
# virsh start my_vm
error: Failed to start domain my_vm
error: internal error Process exited while reading console log output: char device redirected to /dev/pts/14
Could not access KVM kernel module: Permission denied
failed to initialize KVM: Permission denied
No accelerator found!
and that's regardless if run as regular user (who belongs to the kvm group),root or using sudo...any ideas appreciated

Thanks