kvm installation problems
- Vous devez vous identifier ou créer un compte pour écrire des commentaires
Im following the wiki instuctions to intall KVM virtualization and i got an error (send attached file). Any ideas?
Thaks in advance.
Pièce jointe | Taille |
---|---|
Captura de pantalla de 2014-12-07 21:47:40.png | 41.31 Ko |
$ sudo apt-get install libvirt-bin
$ sudo service libvirt-bin start
$ sudo usermod -a -G libvirtd $(whoami)
Thanks Legimet but that is that i did, as the wiki said XD.
I solve the problem restarting the machine ¬¬ what the fool i am XD
You could have just logged out and logged back in. I think the system doesn't see that you're part of the group until you do that.
No, the system see that im in libvirtd group i tested it with cat /etc/group before reboot. Is about ther kernel, some modifications on it need reboot the system.
Logging out and in is necessary.
If you had use the command "id" you would have seen that your user was
not a member libvirtd group.
- Vous devez vous identifier ou créer un compte pour écrire des commentaires