https://bugs.kde.org/show_bug.cgi?id=433599
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sit...@kde.org --- Comment #2 from Harald Sitter <sit...@kde.org> --- I've taken a brief look and this really isn't a problem with packagekit but rather needrestart. It has a hook on apt from which it never returns as per the pgrep output: ` sh -c test -x /usr/lib/needrestart/apt-pinvoke && /usr/lib/needrestart/apt-pinvoke || true` is the hook, until it returns apt can't finish, and the reason it doesn't return is the needrestart process (gets exec'd by apt-pinvoke). The reason the update never ends is something inside needrestart that leads to needrestart never exiting -> blocking the hook -> blocking apt -> blocking packagekit -> blocking discover. -- You are receiving this mail because: You are watching all bug changes.