Forum archive
NO_PUBKEY 9F3DF15B48406D14 & NO_PUBKEY 1C7082DDE779614F
Seem that there is something wrong with the keyring/keys:
root@nyx ~# apt update
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:1 http://security-cdn.debian.org buster/updates InRelease
Ign:3 http://archive.turnkeylinux.org/debian buster-security InRelease
Ign:4 http://archive.turnkeylinux.org/debian buster InRelease
Ign:5 http://download.webmin.com/download/repository sarge InRelease
Ign:6 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb buster InRelease
Get:7 http://archive.turnkeylinux.org/debian buster-security Release [3857 B]
Hit:8 https://adoptopenjdk.jfrog.io/adoptopenjdk/deb buster Release
Get:9 http://archive.turnkeylinux.org/debian buster Release [3830 B]
Hit:10 http://download.webmin.com/download/repository sarge Release
Get:11 http://archive.turnkeylinux.org/debian buster-security Release.gpg [833 B]
Get:13 http://archive.turnkeylinux.org/debian buster Release.gpg [833 B]
Err:11 http://archive.turnkeylinux.org/debian buster-security Release.gpg
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9F3DF15B48406D14
Err:13 http://archive.turnkeylinux.org/debian buster Release.gpg
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1C7082DDE779614F
Fetched 9353 B in 2s (5438 B/s)
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.turnkeylinux.org/debian buster-security Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9F3DF15B48406D14
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.turnkeylinux.org/debian buster Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1C7082DDE779614F
W: Failed to fetch http://archive.turnkeylinux.org/debian/dists/buster-security/Release.gpg The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 9F3DF15B48406D14
W: Failed to fetch http://archive.turnkeylinux.org/debian/dists/buster/Release.gpg The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 1C7082DDE779614F
W: Some index files failed to download. They have been ignored, or old ones used instead.
turnkey-release-keyring.gpg download works fine:
root@nyx ~# wget https://github.com/turnkeylinux/turnkey-keyring/raw/master/turnkey-relea...
--2020-02-19 11:52:55-- https://github.com/turnkeylinux/turnkey-keyring/raw/master/turnkey-relea...
Resolving github.com (github.com)... 140.82.118.3
Connecting to github.com (github.com)|140.82.118.3|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://raw.githubusercontent.com/turnkeylinux/turnkey-keyring/master/tu... [following]
--2020-02-19 11:52:56-- https://raw.githubusercontent.com/turnkeylinux/turnkey-keyring/master/tu...
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.0.133, 151.101.64.133, 151.101.128.133, ...
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.0.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 932 [application/octet-stream]
Saving to: 'turnkey-release-keyring.gpg'
turnkey-release-keyring.gpg 100%[===================================================================================================================>] 932 --.-KB/s in 0s
2020-02-19 11:52:56 (13.2 MB/s) - 'turnkey-release-keyring.gpg' saved [932/932]
gpg --recv-keys show a "no user ID - skipped" on both keys:
root@nyx ~# gpg --recv-keys 9F3DF15B48406D14
gpg: key E3A68C7D36ED4595: new key but contains no user ID - skipped
gpg: Total number processed: 1
gpg: w/o user IDs: 1
root@nyx ~# gpg --recv-keys 1C7082DDE779614F
gpg: key EF81D7D8EE49B5E5: new key but contains no user ID - skipped
gpg: Total number processed: 1
gpg: w/o user IDs: 1
You should be able to download the keys ok from keyserver.ubuntu.com.
I.e.:
[edit - update to correct Ubuntu keyserver URL]