[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1061731: fwupd: Failed to load daemon: failed to load engine: Failed to load config: Key file does not have group “redfish”



On Mon, 29 Jan 2024 10:47:50 +0100 Laurent Bigonville <bigon@debian.org> wrote:
>
> Hello,
>
> It seems that fwupd is not starting anymore on my machine.
>
> In the logs I can see:
>
> jan 29 10:40:28 eriador systemd[1]: Starting fwupd.service - Firmware
> update daemon...
> jan 29 10:40:28 eriador fwupd[13042]: Failed to load daemon: failed to
> load engine: Failed to load config: Key file does not have group “redfish”
> jan 29 10:40:28 eriador systemd[1]: fwupd.service: Main process exited,
> code=exited, status=1/FAILURE
> jan 29 10:40:28 eriador systemd[1]: fwupd.service: Failed with result
> 'exit-code'.
> jan 29 10:40:28 eriador systemd[1]: Failed to start fwupd.service -
> Firmware update daemon.
>

I've no idea what happened, but the configuration file was changed (I didn't do these changes):

$ sudo diff -u fwupd/fwupd.conf /etc/fwupd/fwupd.conf
--- fwupd/fwupd.conf    2024-01-24 10:15:36.000000000 +0100
+++ /etc/fwupd/fwupd.conf    2023-07-13 11:36:11.244229063 +0200
@@ -1,5 +1,20 @@
-# use `man 5 fwupd.conf` for documentation
 [fwupd]
 DisabledPlugins=test;test_ble
 OnlyTrusted=true
 AllowEmulation=false
+DisabledPlugins=test;test_ble
+IgnorePower=false
+OnlyTrusted=true
+AllowEmulation=false
+
+[msr]
+MinimumSmeKernelVersion=5.18.0
+
+[redfish]
+
+[thunderbolt]
+MinimumKernelVersion=4.13.0
+DelayedActivation=false
+RetimerOfflineMode=false
+
+[uefi_capsule]


Reply to: