I tried to do an in-place upgrade from Jessie to Switch. I know that’s not recommended but Sonarr and Radarr seem to both be broken on Jessie on the Odroid c2. I understand the only issue with switch is that it doesn’t have GPU drivers, yet – but I don’t need them on this box.
I ran apt-get update and apt-get upgrade as well as apt-get dist-upgrade and things seemed like they went well.
I updated my sources.list files to point to stretch instead of jessie repos but now I’m getting this on apt-get update:
Err:16 https://download.docker.com/linux/debian switch/edge arm64 Packages
gnutls_handshake() failed: Public key signature verification has failed.
Ign:17 https://download.docker.com/linux/debian switch/edge Translation-en
Ign:18 https://download.docker.com/linux/debian switch/edge Translation-en_US
Fetched 104 kB in 17s (5,801 B/s)
Reading package lists... Done
W: GPG error: http://apt.armbian.com stretch InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 93D6889F9F0E78D5
W: The repository 'http://apt.armbian.com stretch InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: The repository 'https://download.docker.com/linux/debian switch Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch https://download.docker.com/linux/debian/dists/switch/edge/binary-arm64/Packages gnutls_handshake() failed: Public key signature verification has failed.
E: Some index files failed to download. They have been ignored, or old ones used instead.
Any ideas?