I accidentally noticed that clr-fwupd-update.service
was in failed state while looking for some other stuff.
$ sudo systemctl status clr-fwupd-update.service
● clr-fwupd-update.service - Auto-firmware update
Loaded: loaded (/usr/lib/systemd/system/clr-fwupd-update.service; static; vendor preset: disabled)
Active: failed (Result: exit-code) since Tue 2020-03-10 20:44:07 CET; 26s ago
Process: 7905 ExecStart=/usr/bin/clr-fwupd-update (code=exited, status=255/EXCEPTION)
Main PID: 7905 (code=exited, status=255/EXCEPTION)
Mar 10 20:44:07 dellicious systemd[1]: Starting Auto-firmware update...
Mar 10 20:44:07 dellicious systemd[1]: clr-fwupd-update.service: Main process exited, code=exited, status=255/EXCEPTION
Mar 10 20:44:07 dellicious systemd[1]: clr-fwupd-update.service: Failed with result 'exit-code'.
Mar 10 20:44:07 dellicious systemd[1]: Failed to start Auto-firmware update.
I don’t think the error was because of a misconfiguration of mine. I was able to correct the error by refreshing the metadata from the servers with the command sudo fwupdmgr refresh
, maybe this command was never issued before? Now it seems to be fine:
$ sudo systemctl status clr-fwupd-update.service
● clr-fwupd-update.service - Auto-firmware update
Loaded: loaded (/usr/lib/systemd/system/clr-fwupd-update.service; static; vendor preset: disabled)
Active: inactive (dead) since Tue 2020-03-10 20:53:39 CET; 10min ago
Process: 8171 ExecStart=/usr/bin/clr-fwupd-update (code=exited, status=0/SUCCESS)
Main PID: 8171 (code=exited, status=0/SUCCESS)
Mar 10 20:53:38 dellicious systemd[1]: Starting Auto-firmware update...
Mar 10 20:53:39 dellicious systemd[1]: clr-fwupd-update.service: Succeeded.
Mar 10 20:53:39 dellicious systemd[1]: Started Auto-firmware update.
I just want to report it, just in case it matters. Cheers.