Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: virt-manager: Unable to connect to libvirt qemu:///system (Read 770 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

virt-manager: Unable to connect to libvirt qemu:///system

Bonjour, j'essaye d'installer Qemu + Virt-manager,

Quand je lance virt-manager, il essai de se connecter à QEMU, mais échoue avec cette erreur

Code: [Select]
Unable to connect to libvirt qemu:///system

Failed to connect socket to '/var/run/libvirt/virtqemud-sock': Aucun fichier ou dossier de ce type

Pourtant j'ai installé libvirt-openrc, donc normalment ça devrait fonctionner ?
Fallait-faire quelque chose avant ?

Sudolinux

Re: virt-manager: Unable to connect to libvirt qemu:///system

Reply #1
Is the service running?

Checks with:
Code: [Select]
rc-service libvirtd status

If no continue reading, if yes I do not know.

You might need to add the service to the default runlevel as root
Code: [Select]
rc-update add libvirtd default

To manually start the service as root:
Code: [Select]
rc-service libvirtd start

 

Re: virt-manager: Unable to connect to libvirt qemu:///system

Reply #2
Thanks, it worked !  :D

I knew there was something to do before using virt-manager

Thanks a lot  ;)


Sudolinux