Hey there guys, not a linux expert so I just followed the official KVM guide to the letter and during the installation I got one or two problems. When I issued
sudo addgroup “$(whoami)” libvirt
I get
addgroup: The group `libvirt’ does not exist.
Also when issuing
virsh -c qemu:///system net-start default
I get
error: Failed to start network default
error: Requested operation is not valid: network is already active
Though I guess those last two lines are more of a benign warning…
But after completing the whole process and getting two huge qemu images (107GB each), when I go and launch the machines, virtual machine manager asked for permission to install qemu-system, and then I get this:
Cannot display graphical console type ‘spice’: No module named SpiceClientGtk
On both of them, so is there a package missing or something? BTW I’m running Ubuntu Mate (The distro, not ubuntu with mate installed) 14.04 x64
Thanks in advance for any help, I guess I’ll try out the virtualbox version for a while.