Closed issue by sisungo on void-packages repository https://github.com/void-linux/void-packages/issues/32561 Description: ### System * xuname: Void 5.13.10_1 x86_64-musl GenuineIntel uptodate FF * package: *affected package(s) including the version*: `libvirt-7.6.0_1` ### Expected behavior Tools using `libvirt` can connect to the daemon well ### Actual behavior All tools hangs on connecting to `qemu:///system`. `virt-manager`'s status is always `QEMU/KVM -- Connecting`, and `virsh -c qemu:///system` hangs without output. (last syscall: `poll([{fd=4, events=POLLIN}, {fd=5, events=POLLIN}], 2, -1`) ### Steps to reproduce the behavior 1. Enable services: `libvirtd`, `virtlogd` and `virtlockd`. 2. Execute `virsh -c qemu:///system` or `virt-manager` 3. They hangs.