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 gpg key: Debian repository is unsusable #71

Closed
sblaisot opened this issue Sep 11, 2023 · 6 comments
Closed

Missing gpg key: Debian repository is unsusable #71

sblaisot opened this issue Sep 11, 2023 · 6 comments

Comments

@sblaisot
Copy link

sblaisot commented Sep 11, 2023

Following instruction Installation using repository on https://www.erlang-solutions.com/downloads/ result in a unusable repo, the GPG signature used to sign repo is not the one downloadable at repo root.

Can you please publish the missing signing public key?

root@d3501376823b:/# echo "deb http://binaries2.erlang-solutions.com/debian/ bullseye-elixir-1.15 contrib" | tee /etc/apt/sources.list.d/elixir.list
deb http://binaries2.erlang-solutions.com/debian/ bullseye-elixir-1.15 contrib
root@d3501376823b:/# wget https://binaries2.erlang-solutions.com/GPG-KEY-pmanager.asc
--2023-09-11 12:17:23--  https://binaries2.erlang-solutions.com/GPG-KEY-pmanager.asc
Resolving binaries2.erlang-solutions.com (binaries2.erlang-solutions.com)... 99.86.91.115, 99.86.91.120, 99.86.91.105, ...
Connecting to binaries2.erlang-solutions.com (binaries2.erlang-solutions.com)|99.86.91.115|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1335 (1.3K) [application/pgp-keys]
Saving to: ‘GPG-KEY-pmanager.asc’

GPG-KEY-pmanager.asc                           100%[=================================================================================================>]   1.30K  --.-KB/s    in 0s      

2023-09-11 12:17:23 (65.9 MB/s) - ‘GPG-KEY-pmanager.asc’ saved [1335/1335]

root@d3501376823b:/# apt-key add GPG-KEY-pmanager.asc
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
root@d3501376823b:/# apt update
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Get:2 http://binaries2.erlang-solutions.com/debian bullseye-elixir-1.15 InRelease [7165 B]
Hit:3 http://deb.debian.org/debian bullseye InRelease
Hit:4 http://deb.debian.org/debian bullseye-updates InRelease
Err:2 http://binaries2.erlang-solutions.com/debian bullseye-elixir-1.15 InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2D6FA62A5CE3E39E
Reading package lists... Done
W: GPG error: http://binaries2.erlang-solutions.com/debian bullseye-elixir-1.15 InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2D6FA62A5CE3E39E
E: The repository 'http://binaries2.erlang-solutions.com/debian bullseye-elixir-1.15 InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
@sblaisot
Copy link
Author

cc @gilacost

@dalbarado
Copy link
Collaborator

Working on it, there is an issue on the github runner and not reading the GPG Keys correctly.

@sblaisot
Copy link
Author

Hi @dalbarado any news?

@dalbarado
Copy link
Collaborator

dalbarado commented Sep 20, 2023 via email

@hjri
Copy link

hjri commented Oct 18, 2023

any news? this is still a problem.

@dalbarado
Copy link
Collaborator

Problem is fixed now, I have to regenerate the entire repo using a new pgp which is published.

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

3 participants