Skip to content

eos-updater: Ignore WrongState errors from eos-updater daemon

These imply that the state tracking in gnome-software has got out of sync with the state tracking in the eos-updater daemon. This happens as a result of two client processes racing to apply updates, typically gnome-software racing with eos-autoupdater.

This is actually harmless, as both gnome-software and eos-autoupdater will re-sync their state with the eos-updater daemon at the start of each state machine cycle.

The user doesn’t need to know about this, and can’t do anything about it, so just ignore the error.

Signed-off-by: Philip Withnall pwithnall@endlessos.org

Fixes: #2078 (closed)

Closes #2078 (closed)

Merge request reports