[Bug 2012110] Re: Software updater displays "You stopped the check for updates"
Ben Baker
2012110 at bugs.launchpad.net
Thu May 18 02:27:52 UTC 2023
So I managed to fix this issue on my system.
First I ran `sudo aptd -r` which output a bunch of errors but at the end
it had:
...
pkg_resources.extern.packaging.version.InvalidVersion: Invalid version: '0.25.0-ca5fd8ee'
(package: bcc)
So this pointed at the issue being caused by the bcc package. So I did a
quick search.
$ find /usr/lib/python3/dist-packages -iname bcc-*
/usr/lib/python3/dist-packages/bcc-0.26.0_99726b9e.egg-info
/usr/lib/python3/dist-packages/bcc-0.26.0.egg-info
/usr/lib/python3/dist-packages/bcc-0.25.0_ca5fd8ee.egg-info
/usr/lib/python3/dist-packages/bcc-128_NOTFOUND_ca5fd8ee.egg-info
Then I just deleted them.
$ sudo rm -R /usr/lib/python3/dist-packages/bcc-0.26.0_99726b9e.egg-info
$ sudo rm -R /usr/lib/python3/dist-packages/bcc-0.26.0.egg-info
$ sudo rm -R /usr/lib/python3/dist-packages/bcc-0.25.0_ca5fd8ee.egg-info
$ sudo rm -R /usr/lib/python3/dist-packages/bcc-128_NOTFOUND_ca5fd8ee.egg-info
Now I can run `update-manager` without any issue. I did then compile and
install the latest version of bcc and it still runs fine.
Hopefully this will help point others in the right direction.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to update-manager in Ubuntu.
https://bugs.launchpad.net/bugs/2012110
Title:
Software updater displays "You stopped the check for updates"
Status in update-manager package in Ubuntu:
Confirmed
Bug description:
Expected behavior: Display a list of updates.
What happens: Dialog box says "You stopped the check for updates".
Expected behavior: When I choose "Check again" then displays a list of updates.
What happens: Displays "You stopped the check for updates".
apt-get update/upgrade works. But software-updater has same behavior after I run it.
---
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu82.3
Aptdaemon:
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
DistroRelease: Ubuntu 22.04
GsettingsChanges:
b'com.ubuntu.update-manager' b'first-run' b'false'
b'com.ubuntu.update-manager' b'launch-count' b'67'
b'com.ubuntu.update-manager' b'launch-time' b'int64 1679093993'
InstallationDate: Installed on 2023-02-27 (18 days ago)
InstallationMedia: Ubuntu 22.04.2 LTS "Jammy Jellyfish" - Release amd64 (20230223)
Package: update-manager 1:22.04.10
PackageArchitecture: all
ProcVersionSignature: Ubuntu 5.19.0-35.36~22.04.1-generic 5.19.17
Tags: wayland-session jammy
Uname: Linux 5.19.0-35-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
_MarkForUpload: True
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/2012110/+subscriptions
More information about the foundations-bugs
mailing list