kvm installation problems

5 respuestas [Último envío]
Xlash
Desconectado/a
se unió: 10/02/2012

Im following the wiki instuctions to intall KVM virtualization and i got an error (send attached file). Any ideas?

Thaks in advance.

AdjuntoTamaño
Captura de pantalla de 2014-12-07 21:47:40.png41.31 KB
Legimet
Desconectado/a
se unió: 12/10/2013

$ sudo apt-get install libvirt-bin
$ sudo service libvirt-bin start
$ sudo usermod -a -G libvirtd $(whoami)

Xlash
Desconectado/a
se unió: 10/02/2012

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

Legimet
Desconectado/a
se unió: 12/10/2013

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.

Xlash
Desconectado/a
se unió: 10/02/2012

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.

Sachin
Desconectado/a
se unió: 06/02/2012

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.