Update error

The automatic update is throwing up and error with no reference to a failing module. The logs are here: http://paste.osmc.io/yatetevazu . Is it something obvious?

What error is it throwing? Exactly what it says would be important. Your install is quite behind current versions.

Nothing obvious in the logs unfortunately.

I would try doing the upgrade via SSH:

sudo apt-get update && sudo apt-get dist-upgrade

If an error occurs, please post it here. After the upgrade type reboot to reboot.

Ok. Tried the upgrade via SSH and the upgrade finished with:

Get:19 http: //ftp.debian.org jessie-updates/main armhf 2015-08-12-2056.38.pdiff [520 B]
Fetched 418 kB in 13s (31.0 kB/s)
W: Failed to fetch http: //ftp.debian.org/debian/dists/jessie/main/binary-armhf/Packages Hash Sum mismatch

W: Failed to fetch http: //ftp.debian.org/debian/dists/jessie/main/i18n/Translation-en Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.
osmc@osmc:~$ Ign http: //apt.osmc.tv jessie/main Translation-en
Fetched 418 kB in 13s (31.0 kB/s)
W: Failed to fetch http: //ftp.debian.org/debian/dists/jessie/main/binary-armhf/Packages Hash Sum mismatch

W: Failed to fetch http: //ftp.debian.org/debian/dists/jessie/main/i18n/Translation-en Hash Sum mismatch

E: Some index files failed to download. They have been ignored, or old ones used instead.
osmc@osmc:~$

I suspect it might be easier to go for a full re-install?

A Debian mirror may be having issues. Wait a couple of hours, run apt-get update and then try dist-upgrade again. No need for a re-install at all.

Sam

All working now. Thanks!