Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing apt keys for buster-backports #537

Closed
nicksterx opened this issue Aug 16, 2023 · 1 comment
Closed

Missing apt keys for buster-backports #537

nicksterx opened this issue Aug 16, 2023 · 1 comment

Comments

@nicksterx
Copy link
Contributor

During a fresh install I was getting the following error message

TASK [Add Buster backports for fixed libseccomp2.] ************************************************************************************************* ^[fatal: [127.0.0.1]: FAILED! => {"changed": false, "msg": "Failed to update apt cache: W:GPG error: http://httpredir.debian.org/debian buster-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 0E98404D386FA1D9 NO_PUBKEY 6ED0E7B82643E131, E:The repository 'http://httpredir.debian.org/debian buster-backports InRelease' is not signed."}

I manually added these keys to fix it

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0E98404D386FA1D9
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6ED0E7B82643E131
@geerlingguy
Copy link
Owner

Fixed via #538

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants