Bugzilla – Bug 1217295
fwupdmgr get-devices hangs since update to fwupd 1.9.8
Last modified: 2023-11-23 18:14:16 UTC
Given TW20231116 with the update to fwupd-1.9.8-1.1.x86_64, the command "fwupdmgr get-devices" does not work anymore. In fact, it hangs and does not give any output. The corresponding service, however, is running: > sudo systemctl status fwupd.service fwupd.service - Firmware update daemon Loaded: loaded (/usr/lib/systemd/system/fwupd.service; static) Active: active (running) since Fri 2023-11-17 20:48:21 CET; 13min ago Docs: https://fwupd.org/ Main PID: 6677 (fwupd) Tasks: 6 (limit: 4915) CPU: 2.374s CGroup: /system.slice/fwupd.service └─6677 /usr/libexec/fwupd/fwupd Nov 17 20:48:19 systemd[1]: Starting Firmware update daemon... Nov 17 20:48:21 fwupd[6677]: 19:48:21.177 FuMain Daemon ready for requests (locale de_DE.UTF-8) Nov 17 20:48:21 systemd[1]: Started Firmware update daemon. Version 1.9.7 works fine. There is a recent issue related to fwupd 1.9.8 (https://github.com/fwupd/fwupd/issues), but this one seems to be different.
JFYI: There is an upstream fix, which might solve the issue, but it hasn't been approved yet: https://github.com/fwupd/fwupd/pull/6395.
fwupd 1.9.9 contains the fix for "fwupdmgr get-devices": https://github.com/fwupd/fwupd/releases/tag/1.9.9. I will leave this bug report open until it lands in openSUSE.
(In reply to Frank Krüger from comment #2) > fwupd 1.9.9 contains the fix for "fwupdmgr get-devices": > https://github.com/fwupd/fwupd/releases/tag/1.9.9. I will leave this bug > report open until it lands in openSUSE. Thanks for chasing that. fwupd 1.9.9 has just been submitted to Factory https://build.opensuse.org/request/show/1127846
The issue is solved with fwupd 1.9.9 provided by TW20231122. Closing.