Update error

My raspi3 is on osmc 2019.07-1.

"Error installing:

Please report this on the OSMC Forum."

All previous updates ran flawlessly…

Any ideas?

Can you post some logs so we might see whats going on.

You can also ssh into your pi and run sudo apt-get update and then sudo apt-get dist-upgrade to see what it trying to update.

osmc@osmc:~$ sudo apt-get update
Get:1 http://security.debian.org stretch/updates InRelease [94.3 kB]
Ign:2 Index of /debian stretch InRelease
Get:3 Index of /debian stretch-updates InRelease [91.0 kB]
Hit:5 Index of /debian stretch Release
Hit:4 Index of /osmc/osmc/apt stretch InRelease
Hit:6 https://apt.sonarr.tv master InRelease
Ign:7 https://dev2day.de/pms stretch InRelease
Err:8 https://dev2day.de/pms stretch Release
404 Not Found
Reading package lists… Done
E: The repository ‘https://dev2day.de/pms stretch Release’ does no longer have a Release file.
N: Updating from such a repository can’t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

This should explain it
https://dev2day.de

looks like your using an apt repository dev2day which is invalid, meanwhile.
Found https://github.com/armbian/config/issues/59 this for you.

Remove this repository from your sources. It is not official.

I’m guessing PMS = Plex Media Server and you tried to follow a tutorial from somewhere.

Thanks to all!

That was it. Plex was installed via an old tutorial…
I removed the dev2day version and installed the official one.
All is working again.

Thanks again for your very quick response.

3 Likes