April update is not showing up

Hello!
I’m running OSMC, Version-Id 2016.02-4, on a Raspberry pi 3. The system is connected via Wireless, and is working very well, no problems with network connectivity at all.

However, I’m unable to find the April update anywhere. Running a forced check from the UI yields a ‘no updates available’, and apt-get dist-upgrade also gives no hits.

I’ve tried rebooting and connecting trough ethernet, but to no avail.
The next step is probably a fresh install of the updated system, but having just finished a lengthy setup and config routine, I hesitate to fall back onto this drastic measure.

Anyone else seeing a similar trouble?
I’m in Finland, if that makes any difference; I’ve seen some reports of ISP-related troubles with the update.

Best regards,
Narqulie

Provide logs grab-logs -A to allow us to check what is going on

Did you run sudo apt-get update first ? dist-upgrade performs the upgrade, but it is update that checks to see if new updates are available. So dist-upgrade on its own will not find anything new.

And yes, logs will be needed to diagnose the problem.

1 Like

Ah, sorry about the missing logs, here you go:
Log
Yes, I have run -update aswell.

====================== APT sources.list =================== ZZz2wrJ1
deb http://ftp.debian.org/debian jessie main contrib non-free

deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free

deb http://security.debian.org/ jessie/updates main contrib non-free

deb http://apt.osmc.tv jessie main

deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free
deb http://archive.raspbian.org/raspbian jessie main contrib non-free
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free
deb http://archive.raspbian.org/raspbian jessie main contrib non-free
deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free
deb http://archive.raspbian.org/raspbian jessie main contrib non-free

---------------------- APT sources.list END --------------- ZZz2wrJ1

Why have you added raspbian sources on a Pi 3 ? This will cause you major problems.

OSMC on a Pi 2/3 is based on Debian sources (armv7 binaries) not Raspbian sources. (armv6 binaries)

Please remove these lines and put your sources.list back to how it originally was then try running sudo apt-get clean then try updating again.

Have you made any other changes to the APT configuration files/preferences on your system such as pinning ?

Edit: what have you added in /etc/apt/preferences.d/jessie.pref ?

Hey,
Yes, seems that I have…
Removing the incorrect sources and cleaning, updating and dist-upgrading, and checking APT config files solved the problem! I’m updating!

Thank you so much for your help.
Who would’ve thought c/p’ing shit in from the net willy-nilly would cause problems later on?
Consider this issue closed.

Glad to hear that fixed it - I thought it would, but I wasn’t completely sure if there was something else going on.