ich habe hier einen alten BananaPi M1.
Installiert ist Armbian Linux 4.19
Diesen nutze ich derzeit als Wordpress- und Owncloud-Seite
(www.cheffe-area.ddnss.de , falls es jemanden interessiert...)
ich mache gelegentlich über ssh ein Update (sudo apt update)
Dabei bekomme ich derzeit diese Fehler:
Code: Alles auswählen
root@bananapi:~# sudo apt update
Hit:1 http://httpredir.debian.org/debian buster InRelease
Hit:2 http://security.debian.org buster/updates InRelease
Hit:3 http://httpredir.debian.org/debian buster-updates InRelease
Hit:4 http://httpredir.debian.org/debian buster-backports InRelease
Hit:5 http://archive.debian.org/debian jessie-backports InRelease
Get:8 https://packages.sury.org/php buster InRelease [6,837 B]
Get:9 https://packages.sury.org/php stretch InRelease [6,839 B]
Hit:10 https://dtcooper.github.io/raspotify raspotify InRelease
Hit:7 https://mirrors.dotsrc.org/armbian-apt buster InRelease
Ign:6 https://attic.owncloud.org/download/repositories/production/Debian_10 InRelease
Hit:11 https://download.owncloud.org/download/repositories/production/Debian_10 Release
Err:5 http://archive.debian.org/debian jessie-backports InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010
Err:8 https://packages.sury.org/php buster InRelease
The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <deb@sury.org>
Err:9 https://packages.sury.org/php stretch InRelease
The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <deb@sury.org>
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://archive.debian.org/debian jessie-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php buster InRelease: The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <deb@sury.org>
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: https://packages.sury.org/php stretch InRelease: The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <deb@sury.org>
W: Failed to fetch http://archive.debian.org/debian/dists/jessie-backports/InRelease The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 8B48AD6246925553 NO_PUBKEY 7638D0442B90D010
W: Failed to fetch https://packages.sury.org/php/dists/buster/InRelease The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <deb@sury.org>
W: Failed to fetch https://packages.sury.org/php/dists/stretch/InRelease The following signatures were invalid: EXPKEYSIG B188E2B695BD4743 DEB.SURY.ORG Automatic Signing Key <deb@sury.org>
W: Some index files failed to download. They have been ignored, or old ones used instead.
root@bananapi:~# x^^
Ich bin leider in der ganzen Materie eher noch auf dem Anfänger-Stadium und weiß nicht, was mir dieser Fehler genau sagen soll und wie ich ihn behebe.. Ich vermute, dass da irgendwo alte Signaturen sind... aber wie bekomme ich diese Fehlermeldung weg?