Hey there,
both with automatic as well as with manual update, I get an OSMC update error.
I have uploaded my logs under http://paste.osmc.io/zexesubamu
Can anyone tell what’s the issue and how I might solve it?
Thank you very much!
Hey there,
both with automatic as well as with manual update, I get an OSMC update error.
I have uploaded my logs under http://paste.osmc.io/zexesubamu
Can anyone tell what’s the issue and how I might solve it?
Thank you very much!
osmc does not give a very informative error message.
If you ssh into your pi and run “sudo apt update” you should get more info on what’s failing.
I tried it and here’s what I got (I can only post up to 5 links so I added the last lines of the log only - screenshot of whole log enclosed)
:…
W: Failed to fetch http://ftp.debian.org/debian/dists/jessie/contrib/binary-armhf/Packages Hash Sum mismatch
W: Failed to fetch http://ftp.debian.org/debian/dists/jessie/non-free/binary-armhf/Packages Hash Sum mismatch
W: Failed to fetch http://ftp.debian.org/debian/dists/jessie/contrib/i18n/Translation-en Hash Sum mismatch
W: Failed to fetch http://ftp.debian.org/debian/dists/jessie/main/i18n/Translation-en Hash Sum mismatch
W: Failed to fetch http://ftp.debian.org/debian/dists/jessie/non-free/i18n/Translation-en Hash Sum mismatch
E: Some index files failed to download. They have been ignored, or old ones used instead.
osmc@Raspberry:~$
Any idea what’s going wrong and how I might solve it?
Looks like a corrupt cache. I would try to clean and rebuild the cache…
sudo apt-get clean
sudo apt-get update
Great - it worked! Thank you!