Artix Linux Forum

Init systems => dinit => Topic started by: thibdb13 on 21 January 2023, 11:08:17

Title: libvirtd exit status 3
Post by: thibdb13 on 21 January 2023, 11:08:17
I made a new fresh install of Artix with dinit (and mate-desktop environment) a few days ago and it seems that libvirtd crashes at start.
In /var/log/dinit/libvirtd, I find the following information:
Code: [Select]
2023-01-21 09:44:37.264+0000: 4224: info : libvirt version: 9.0.0
2023-01-21 09:44:37.264+0000: 4224: info : hostname: artix
2023-01-21 09:44:37.264+0000: 4224: error : virModuleLoadFile:53 : internal error: Failed to load module '/usr/lib/libvirt/connection-driver/libvirt_driver_lxc.so': /usr/lib/libvirt/connection-driver/libvirt_driver_lxc.so: undefined symbol: fuse_new_31, version FUSE_3.1

And dinitctl list gives me this:
Code: [Select]
...
[     {X}] libvirtd (exit status: 3)
[     {-}] virtlogd
[     {-}] virtlockd

Any idea about a possible cause?
I made different test with Artix dinit since december and till now I did not have any problem with libvirt (and qemu). Could it have something to do with the recent kernel upgrade?
Title: Re: libvirtd exit status 3
Post by: Artist on 21 January 2023, 14:14:46
Package libvirt has been updated now to fix the issue - pls test and confirm.

artist
Title: Re: libvirtd exit status 3
Post by: thibdb13 on 21 January 2023, 15:24:00
Thanks for the update.
It works again now.