Does not reply on dbus when busy (e.g. downloading)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu system image |
Triaged
|
High
|
Unassigned |
Bug Description
We ran into the issue that system-image-dbus would sometimes not reply on snappy. After long debugging and deep dive into the go-dbus code it seems that system-image-dbus simply does not reply when its busy, at least in the snappy branch.
This may well be fixed in the 3.0 branch so here is a test and it would be great to know if that works with the curl backend and the 3.0 branch:
Ensure there is something for s-i-dbus to do (e.g. download new image):
$ rm -f /writable/
$ dbus-send --system --dest=
Running the above gives me:
"""
method return sender=:1.54 -> dest=:1.53 reply_serial=2
method return sender=:1.54 -> dest=:1.55 reply_serial=2
Error org.freedesktop
"""
So it appears the curl backend is not quite there for snappy yet.
tags: | added: client |
no longer affects: | system-image (Ubuntu) |
Changed in ubuntu-system-image: | |
status: | New → Triaged |
importance: | Undecided → High |