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

Ubuntu image seems to have an issue with apt keys #5

Closed
nain-F49FF806 opened this issue Mar 12, 2024 · 1 comment
Closed

Ubuntu image seems to have an issue with apt keys #5

nain-F49FF806 opened this issue Mar 12, 2024 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@nain-F49FF806
Copy link
Owner

When doing distrobox-enter

+ apt-get update
Get:1 http://archive.ubuntu.com/ubuntu mantic InRelease [256 kB]
Get:2 http://security.ubuntu.com/ubuntu mantic-security InRelease [109 kB]
Err:2 http://security.ubuntu.com/ubuntu mantic-security InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
Err:1 http://archive.ubuntu.com/ubuntu mantic InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
Get:3 http://archive.ubuntu.com/ubuntu mantic-updates InRelease [109 kB]
Err:3 http://archive.ubuntu.com/ubuntu mantic-updates InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
Get:4 http://archive.ubuntu.com/ubuntu mantic-backports InRelease [90.8 kB]
Err:4 http://archive.ubuntu.com/ubuntu mantic-backports InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
Reading package lists...
W: GPG error: http://security.ubuntu.com/ubuntu mantic-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
E: The repository 'http://security.ubuntu.com/ubuntu mantic-security InRelease' is not signed.
W: GPG error: http://archive.ubuntu.com/ubuntu mantic InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
E: The repository 'http://archive.ubuntu.com/ubuntu mantic InRelease' is not signed.
W: GPG error: http://archive.ubuntu.com/ubuntu mantic-updates InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
E: The repository 'http://archive.ubuntu.com/ubuntu mantic-updates InRelease' is not signed.
W: GPG error: http://archive.ubuntu.com/ubuntu mantic-backports InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 871920D1991BC93C
E: The repository 'http://archive.ubuntu.com/ubuntu mantic-backports InRelease' is not signed.
Error: An error occurred

@nain-F49FF806 nain-F49FF806 added the help wanted Extra attention is needed label Mar 12, 2024
@nain-F49FF806
Copy link
Owner Author

The problem seems to have been with apt failing in the podman container environment.
Similar happens for fedora/dnf too.

Probably something to do with how networking plumbing works for containers.
The package managers don't like it.

using config to deal with "bad proxy" helps deal with this issue.
#12 fixes this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant