Quoting Neil Hunt (695...@bugs.launchpad.net):
> Results of commands (all run as root):
> 
> nwh...@fluke:~$ sudo kvm -monitor stdio -vnc :1
> pci_add_option_rom: failed to find romfile "pxe-rtl8139.bin"
> inet_listen_opts: bind(ipv4,0.0.0.0,5901): Address already in use
> inet_listen_opts: FAILED

Drat.  could you try

        sudo kvm -monitor stdio -vnc :11

> nwh...@fluke:~$ sudo ls -l /dev/kvm                                           
>            
> crw-rw---- 1 root kvm 10, 232 2011-01-03 23:22 /dev/kvm
> 
> nwh...@fluke:~$  grep kvm /etc/group                                          
>            
> kvm:x:110:
> 
> nwh...@fluke:~$  grep libvirt /etc/group                                      
>            
> libvirtd:x:111:
> 
> nwh...@fluke:~$ grep qemu /etc/group                                          
>            
> (nothing returned)

Hm, please edit /etc/group and add your username (nwhunt) at the
end of the kvm and libvirt lines, i.e. make them:

kvm:x:110:nwhunt
libvirtd:x:111:nwhunt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/695825

Title:
  Qemu is running without kvm acceleration in maverick

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to