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

PGP key mismatch #33

Open
ulricvbs opened this issue Oct 20, 2021 · 2 comments
Open

PGP key mismatch #33

ulricvbs opened this issue Oct 20, 2021 · 2 comments

Comments

@ulricvbs
Copy link

Attempting to follow the INSTALL.md, however, the signature on the repo does not match the public key retrieved.
image

@neolynx
Copy link
Member

neolynx commented Jan 18, 2022

I cannot reproduce this on Debian/buster:

before key is added:

host:~$ sudo apt update
Hit:1 http://molior.info/1.4/buster stable InRelease
Err:1 http://molior.info/1.4/buster stable InRelease
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 763F8F0085BF681E
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://molior.info/1.4/buster stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 763F8F0085BF681E
W: Failed to fetch http://molior.info/1.4/buster/dists/stable/InRelease  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 763F8F0085BF681E
W: Some index files failed to download. They have been ignored, or old ones used instead.

add key:

host:~$ wget -q -O- http://molior.info/archive-keyring.asc | sudo apt-key add -
OK

now it works:

host:~$ sudo apt update
Hit:1 http://molior.info/1.4/buster stable InRelease
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.

host:~$ apt-cache search molior
molior-client-http - Molior build node client
molior-node-amd64 - molior build node ISO installer for testing
molior-node-amd64-efi - molior build node ISO installer for testing
molior-node-arm64-efi - molior build node ISO installer for testing
molior-os-config - Molior base OS configuration
molior-server - Debian Build System
molior-tools - molior development and deployment tools
molior-tools-doc - molior tools documentation
molior-vbox - molior development virtual machine
molior-web - Molior Web UI

did you pipe the wget into "apt-ket add -" ?

@ulricvbs
Copy link
Author

ulricvbs commented Jan 18, 2022 via email

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