| Summary: | Core 199 - QEMU VMs no longer start - libfuse3.so.4 missing | ||
|---|---|---|---|
| Product: | IPFire | Reporter: | Arno Jonker <admin> |
| Component: | --- | Assignee: | Michael Tremer <michael.tremer> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | Major Usability | ||
| Priority: | - Unknown - | CC: | admin, adolf.belka, arne.fitzenreiter, michael.tremer |
| Version: | 2 | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
|
Description
Arno Jonker
2026-01-07 21:13:54 UTC
The product should be specified as IPFire with the version of 2.x and the component of --- Hello Arno, thank you for the bug report. This update has been especially long available for testing, but we did not get any feedback. So, apologies for introducing these problems. I fixed the removal of libfuse.so.* here: > https://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=5d44a45ea54e0402c01e3fec6c79fe902746614e The fuse project seems to be using some creative versioning of their libraries which our cleanup script simply does not support. The kvm group should already be created as a system group, but it could be that it wasn't initially on older systems. I pushed this fix for it: > https://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=050c9b39580d0c1deafb53c33a2543678a26e2b7 Thank you for the quick response and the fix! The fix has been pushed out to the mirrors and should be available at all mirrors within an hour. I have tested out the libfuse3 libraries and can confirm that libfuse3.so.3.17.4 is now available and is linked to libfuse3.so.4 It would be good if Arno could test this out to confirm that everything now works as expected with the qemu vm's. I tested it and it works! Did an upgrade from core 198 to 199 and rebooted. [root@fw2 ~]# ll /usr/lib/libfuse3.so.* lrwxrwxrwx 1 root root 18 Oct 25 14:28 /usr/lib/libfuse3.so.3 -> libfuse3.so.3.15.0 -rwxr-xr-x 1 root root 270408 Oct 25 15:58 /usr/lib/libfuse3.so.3.15.0 -rwxr-xr-x 1 root root 282912 Jan 10 19:14 /usr/lib/libfuse3.so.3.17.4 lrwxrwxrwx 1 root root 18 Jan 10 17:34 /usr/lib/libfuse3.so.4 -> libfuse3.so.3.17.4 Libvirtd and VM's start normal. It all looks good. Do you need more information? That information is fine as confirmation of the fix. Thanks very much. |