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
fwupdmgr times out if /var/lib/fwupd/pending.db is missing #92
Comments
|
I confirm the issue, but here removing that line doesn’t fix it, it’s still timing out. However instead of the non existing file error, I get a |
|
Arch |
|
What does starting |
|
|
So the daemon can start; I'm not sure why systemd wouldn't see the bus name. |
|
Sorry, forget it, I just saw that this utility is not for my system. |
The fwupd systemd service file contains ConditionPathExists=/var/lib/fwupd/pending.db, causing any fwupdmgr dbus requests to fwupd to time out if this file does not exist:
Error calling StartServiceByName for org.freedesktop.fwupd: GDBus.Error:org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.freedesktop.fwupd': timed outAfter removing the line, everything works just fine, afaict (haven't done any actual fw updates). Why is it necessary?
Additionally, there is very little information on what that file actually is or how I can create it? Creating it as an empty file causes fwupd to segfault on startup.
Thanks
The text was updated successfully, but these errors were encountered: