PDA

View Full Version : [ubuntu] Infinitely looping update



pdusen
June 25th, 2008, 11:15 PM
Hi,

I was trying to install the restricted extras and when it got to the point where it tried to download the flash plugin, it entered into a loop where it just did this repeatedly:

http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
(try: 3) => `./install_flash_player_9_linux.tar.gz'
Connecting to fpdownload.macromedia.com|72.247.74.70|:80... failed: Connection timed out.
Retrying.

After a while I killed the update, and now whenever i attempt to update I get this message:


E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
E: _cache->open() failed, please report.

But when I attempt to run sudo dpkg --configure -a, it just goes back into the original loop.

I'm not even interested in continuing the installation at this point, but I need to install some other things like build-essential and this loop is keeping me from continuing. Any suggestions?

Pumalite
June 25th, 2008, 11:20 PM
Try:
sudo apt-get -f install
sudo apt-get update
sudo apt-get dist-upgrade

pdusen
June 25th, 2008, 11:32 PM
It just repeats the error I posted above in the second box.

Pumalite
June 25th, 2008, 11:39 PM
Try:
sudo apt-get remove --purge <packagename>

pdusen
June 26th, 2008, 12:01 AM
Same error.

Pumalite
June 26th, 2008, 12:03 AM
Try:
sudo dpkg --remove --force-remove-reinstreq <packagename>

pdusen
June 26th, 2008, 12:20 AM
Try:
sudo dpkg --remove --force-remove-reinstreq <packagename>

That did it! Thank you very much!

Pumalite
June 26th, 2008, 12:24 AM
You are welcome. Good luck.

Exsecrabilus
March 5th, 2011, 04:07 AM
Try:
sudo dpkg --remove --force-remove-reinstreq <packagename>

OMG I had this problem and you fixed it!! Thanks so much!!!