
Every time I open Software Updater to check for updates, I always got a message like this (You stopped checks for updates). After that, I got message "System problem detected". And every time I reboot the system, the pop up "System problem detected" always shows up. I've tried to delete the crash file by sudo rm /var/crash/*, but it always comes back.
sudo apt updateand thensudo apt full-upgrade. If any, please [edit] and post the error message in its entirety. – Oct 03 '17 at 09:25sudo apt updatefirst ? – Soren A Oct 03 '17 at 09:29sudo cat /var/log/apt/term.logorcat /var/log/apt/historyand inspect any cause to this problem. Doessudo dpkg --configure -ahelps? – Redbob Oct 03 '17 at 12:30/var/log/apt/term.log, but there's only a warning about a duplicate certificate. And I did trysudo dpkg --configure -abefore, but it doesn't help. Update from terminal seem to work. Only software updater that doesn't work. – tangorboyz Oct 04 '17 at 04:30/usr/sbin/aptd. Here's the report if I runaptd --version: – tangorboyz Oct 05 '17 at 00:59Traceback (most recent call last): File "/usr/sbin/aptd", line 37, in <module> import aptdaemon.core File "/usr/lib/python3/dist-packages/aptdaemon/core.py", line 64, in <module> from .worker import DummyWorker File "/usr/lib/python3/dist-packages/aptdaemon/worker/__init__.py", line 26, in <module> import pkg_resources ImportError: No module named 'pkg_resources'– tangorboyz Oct 05 '17 at 01:00