kvm installation problems
- Inicie sesión o regístrese para enviar comentarios
Im following the wiki instuctions to intall KVM virtualization and i got an error (send attached file). Any ideas?
Thaks in advance.
Adjunto | Tamaño |
---|---|
Captura de pantalla de 2014-12-07 21:47:40.png | 41.31 KB |
$ 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.
- Inicie sesión o regístrese para enviar comentarios