Hi guys,
this doesn’t seems serious, since network works, it looks like I am missing some signed keys, how can I fix this issue with the repository?
sudo apt update
Hit:1 http://security.debian.org buster/updates InRelease
Hit:2 http://ftp.debian.org/debian buster InRelease
Hit:3 http://ftp.debian.org/debian buster-updates InRelease
Get:4 http://ftp.fau.de/osmc/osmc/apt buster InRelease [3,397 B]
Err:4 http://ftp.fau.de/osmc/osmc/apt buster InRelease
Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
Reading package lists... Done
E: Failed to fetch http://apt.osmc.tv/dists/buster/InRelease Clearsigned file isn't valid, got 'NOSPLIT' (does the network require authentication?)
E: The repository 'http://apt.osmc.tv buster InRelease' is no longer signed.
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.
My sources.list
looks correct:
cat /etc/apt/sources.list
deb http://ftp.debian.org/debian buster main contrib non-free
deb http://ftp.debian.org/debian/ buster-updates main contrib non-free
deb http://security.debian.org/ buster/updates main contrib non-free
deb http://apt.osmc.tv buster main
Didn’t touch any files inside apt.conf.d
, preferences.d
and sources.list.d
.
My board is a raspberry pi 2.
Thanks in advance,
D.