Comment 4 for bug 1797324

Revision history for this message
Christian Ehrhardt  (paelzer) wrote : Re: Software Updater is empty, but shows MB to be downloaded

I happened to add a bit of debug and found it blocking in pkg.mark_delete()

With the attached debugging I get:
[...]
DEBUG:root:process pkg.name linux-cloud-tools-4.15.0-32-lowlatency:i386
DEBUG:root:process pkg.name linux-cloud-tools-4.15.0-32:i386
DEBUG:root:process pkg.name linux-cloud-tools-4.15.0-33
DEBUG:root:append kernel_autoremove_pkgs linux-cloud-tools-4.15.0-33
DEBUG:root:mark delete linux-cloud-tools-4.15.0-33

It never leaves that, I'll take a look if/why it is hanging there.