PDA

View Full Version : Hash Sum Mismatch



Dukenukemx
October 13th, 2015, 11:08 PM
I'm getting these errors when I "suod apt-get udpate" and have no idea how to fix it.



Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/partner/binary-amd64/Packages Hash Sum mismatch
Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/partner/binary-i386/Packages Hash Sum mismatch
Some index files failed to download. They have been ignored, or old ones used instead.

Bashing-om
October 13th, 2015, 11:14 PM
Dukenukemx; Hi !

Generally a corrupted control file.
Most often removing the files and updating the system resolves the issue.


sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update
sudo apt-get upgrade


These removed files will be re-built in the update process.



hope this helps

QDR06VV9
October 13th, 2015, 11:17 PM
See post #2
http://ubuntuforums.org/showthread.php?t=2252106
Ninjed again:p

mc4man
October 13th, 2015, 11:17 PM
Maybe see here -
http://askubuntu.com/questions/685145/archive-canonical-com-repo-for-trusty-is-broken

Dukenukemx
October 13th, 2015, 11:54 PM
Dukenukemx; Hi !

Generally a corrupted control file.
Most often removing the files and updating the system resolves the issue.


sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update
sudo apt-get upgrade


These removed files will be re-built in the update process.



hope this helps

Already tried and and doesn't work.

David_Ramsay
October 14th, 2015, 12:02 AM
problem only a few hours old for me:-

Failed to fetch http://archive.canonical.com/ubuntu/dists/trusty/partner/

source/Sources Hash Sum mismatch
binary-amd64/Packages Hash Sum mismatch
binary-i386/Packages Hash Sum mismatch

sudo rm -rf /var/lib/apt/lists/*
sudo apt-get update
sudo apt-get upgrade

did not work..

Made software centre be only server from local to where I live.. Hope it works.

[ it did not work] Updates still happen though...

Leave it to linux gods I guess... Or just update to new linux beyond 14.04LTS?

CDrom update from was removed ages ago -

buzzingrobot
October 14th, 2015, 12:27 AM
Here, too.

And there's a Flash update out there, too, from 521 to 535. This week's zero day, presumably.

Dukenukemx
October 14th, 2015, 12:32 AM
So this is a server end problem?

QDR06VV9
October 14th, 2015, 12:34 AM
All I did was change the server location from United States to Main Server and all is good!

apt-cache policy flashplugin-installerflashplugin-installer:
Installed: 11.2.202.535ubuntu1
Candidate: 11.2.202.535ubuntu1
Version table:
*** 11.2.202.535ubuntu1 0
500 http://archive.ubuntu.com/ubuntu/ wily/multiverse amd64 Packages
100 /var/lib/dpkg/status

This was happening in wily also, Again changed Servers from US to Main.

apt-cache policy flashplugin-installer flashplugin-installer:
Installed: 11.2.202.535ubuntu0.14.04.1
Candidate: 11.2.202.535ubuntu0.14.04.1
Version table:
*** 11.2.202.535ubuntu0.14.04.1 0
500 http://uk.archive.ubuntu.com/ubuntu/ trusty-security/multiverse amd64 Packages
500 http://uk.archive.ubuntu.com/ubuntu/ trusty-updates/multiverse amd64 Packages
500 http://archive.ubuntu.com/ubuntu/ trusty-updates/multiverse amd64 Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/multiverse amd64 Packages
100 /var/lib/dpkg/status
11.2.202.350ubuntu1 0
500 http://uk.archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 Packages
500 http://archive.ubuntu.com/ubuntu/ trusty/multiverse amd64 Packages



Regards

Dukenukemx
October 14th, 2015, 03:46 AM
Problem is gone. Seems the server went down.

nargaroth_reg
October 14th, 2015, 05:24 AM
I also experienced this issue earlier and now it's fine on my machine as well, which is great since coincidentally today I changed priorities of some repositories and thought I had broken apt-get at first u__u .