PDA

View Full Version : [SOLVED] A problem occurred when checking for updates



dartdog
March 1st, 2011, 02:55 PM
On Ubuntu 10.10
I recently got a red circle on the top bar that displays the above message..
Per another thread:
I tried this command
sudo aptitude update && sudo aptitude safe-upgrade

And I got
sudo: aptitude: command not found

How can I fix?
I did have to change the default Python interpreter for other reasons to 2.7 a while prior to seeing this error, could they be related? if so how can I keep 2.7 as the default and still fix the issue?

Frogs Hair
March 1st, 2011, 03:20 PM
You could try
sudo apt-get Aptitude was no longer installed by default starting with 10.10 .

dartdog
March 1st, 2011, 07:40 PM
Well I ran sudo apt-get update followed by sudo apt-get upgrade
And it seems I updated a group of packages,,

The Update manager is still broken

Same red ball on the title bar and same message (A problem occurred when checking for updates), when I attempt to run it it shows 6 packages to update but when I hit the install button it just rescans and discovers the same 6 packages and it will not install.. Any ideas??

Frogs Hair
March 1st, 2011, 10:15 PM
The U.S. sever has been crap today for me I had run sudo apt-get update five times before all the sources connected.

dartdog
March 1st, 2011, 10:23 PM
well the sudo apt-get upgrade gave me this:
The following packages have been kept back:
linux-generic-pae linux-headers-generic-pae linux-image-generic-pae
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.

But still I don't get why the main update manager is acting so flaky it just keeps rechecking and does not even seem to be attempting to download the packages it has selected. And it is picking 6 instead of the three that apt-get is refusing...

dartdog
March 2nd, 2011, 12:38 AM
Well I finally got the update manager to attempt to install the packages by right clicking on the red circle and telling it to install.. Got some errors that caused the package to "not install" but now at least the Update manager seems to think I am up to date.

But:: Now I cannot get a .deb package to install I tried clicking on it and I get some spinning circle for a while but then nothing.. but the red something is wrong with update manager symbol is on the title bar..

When I try to check to see if there are any settings on the update manager by clicking the "settings" button I get the sudo password alert then after filling it out the manager simply checks for updates again. What is going on??

towheedm
March 2nd, 2011, 12:46 AM
Just got the same problem, together with several other crashes, including but not limited to apport!!!! Was upgrading via Synaptic when the crashes occurred.

dartdog
March 2nd, 2011, 09:27 PM
Well, in my case, I had switched the default version of python on the system... from 2.6 to 2.7,, I reverted that back and my installs seem to be back to something approaching normal