-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
[Key] Error when fetching key from keyserver #19
Comments
The default SKS key servers disappeared from the internet a while back. The MIT key server is operational, but only over
Personally I use the Ubuntu one (web view), and most of the Arch Linux websites link to that one right now. You can try the key import with: $ sudo pacman-key --keyserver keyserver.ubuntu.com --recv-keys 63CC496475267693 This hint goes for fetching pretty much anybody's keys these days, not just mine. |
Two side notes:
|
Hi, ~ ❯ pamac update 7s
Preparing...
Synchronisiere Paketdatenbanken...
Aktualisierung von alerque.db...
Fehler: alerque.db: alerque: Signatur von "Caleb Maclennan <[email protected]>" ist ungültig
Ungültige oder beschädigte Datenbank (PGP-Signatur) Or using pacman (I mostly use pamac since i am not very familiar with the pacman commands):
I tried to re-add the key using the command that you posted, but it didn't work :/ ~ ❯ sudo pacman-key --keyserver keyserver.ubuntu.com --recv-keys 63CC496475267693
gpg: keyserver receive failed: Server indicated a failure
==> ERROR: Remote key not fetched correctly from keyserver. |
@major-mayer I'm sorry GPG is such a pain to work with. Unfortunately it is what it is and I can't do much about it. Since I have a key in the default Arch keyring now I'm slowly working on rebuilding everything in my repo with that key, but for now there are still packages signed with my personal key and you still need to fetch it to install them. The last command you posted looks correct to me. The $ sudo pacman-key --recv-keys 63CC496475267693
gpg: key 63CC496475267693: public key "Caleb Maclennan <[email protected]>" imported
gpg: marginals needed: 3 completes needed: 1 trust model: pgp
gpg: depth: 0 valid: 1 signed: 6 trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: depth: 1 valid: 6 signed: 94 trust: 0-, 0q, 0n, 6m, 0f, 0u
gpg: depth: 2 valid: 88 signed: 33 trust: 88-, 0q, 0n, 0m, 0f, 0u
gpg: next trustdb check due at 2022-05-06
gpg: Total number processed: 1
gpg: imported: 1 The error you are seeing is some kind of network error. For some reason |
Hmm i already read something that the error could come from my network/ dns/ firewall configuration, but i didn't look deeper into it as of now.
Maybe i will just wait for you to finish rebuilding all the packages with the official key in that keyring. Could quickly note when this process is finished? |
i have installed and deleted key multiple times but same error |
This issue is completely obsolete on two counts:
@ahmedmoselhi I don't know what your issues is but please open a new issue report for it. It looks like you are having trouble downloading the database, which should be signed with a key already in Arch Linux's keyring. Either you have a very old arch system without an updated keyring or something else is wrong. Either way please open a new issue. |
Issue
Key 63CC496475267693 cannot be fetched from the keyserver.
How to reproduce
Running
sudo pacman-key --recv-keys 63CC496475267693
will fail. Trying to connect to https://pgp.mit.edu/pks/lookup?op=get&search=0x63CC496475267693 also returns 502 proxy error. Hence could be an issue of the keyserver.Thanks for any hint on how to resolve this.
The text was updated successfully, but these errors were encountered: