-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After an update failed it wouldn't try again until restarting the service #7350
Comments
I think it's expected that you'd need to either reboot or restart the daemon if you install fwupdx64.efi while fwupd is running. |
Is it? 🤔 I'd think it would check for the presence of the file when it needs it, not on load. If it is you can close this issue though. |
Hmm, fwupdx64.efi shouldn't be needed on this system:
What was the error it told you? |
That both |
What version of fwupd did that message come from? Same version you put in the bug report? Or did you upgrade since then? |
Yes same version as I put in the original bug report. |
I think the issue is that we call |
Describe the bug
Just now I tried to update the UEFI firmware. Due to (which I resolved) the upgrade failed but fwupd wouldn't try again.
fwupdmgr get-updates
would list the upgrade and had it marked as failed but runningfwupdmgr update
didn't retry the update. Only after I restarted the fwupd daemon (rc-service fwupd restart
, this is on Alpine Linux) wouldfwupdmgr update
retry the upgrade again (after which it succeeded luckily).Steps to Reproduce
fwupdx64.efi
installedfwupdmgr get-updates
and see the update is marked as failedfwupdmgr update
again and see that it doesn't prompt to upgrade againExpected behavior
The update to be retried after running
fwupdmgr update
another time.fwupd version information
I've installed it from the Alpine Linux repositories using apk.
**fwupd device information**
Additional questions
The text was updated successfully, but these errors were encountered: