Artix Linux Forum

Other languages => Français => Topic started by: sudolinux on 13 March 2022, 11:54:00

Title: virt-manager: Unable to connect to libvirt qemu:///system
Post by: sudolinux on 13 March 2022, 11:54:00
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
Title: Re: virt-manager: Unable to connect to libvirt qemu:///system
Post by: SGOrava on 13 March 2022, 13:30:45
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
Title: Re: virt-manager: Unable to connect to libvirt qemu:///system
Post by: sudolinux on 13 March 2022, 13:50:25
Thanks, it worked !  :D

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

Thanks a lot  ;)


Sudolinux