You are not logged in.

#1 2023-03-03 09:10:14

archisominimalist
Member
Registered: 2023-02-11
Posts: 22

Change gnupg keyserver / ERROR: One or more PGP signatures could not

Thank you for reading, yet another post from me.


Issue:

FAILED (unknown public key 3B94A80E50A477C7)
==> ERROR: One or more PGP signatures could not be verified!
 

Attempted following solutions:

Attempt 1:

 sudo pacman -Syu 

https://bbs.archlinux.org/viewtopic.php … 3#p1571743

Attempt 2:

nslookup keyserver.ubuntu.com
host keyserver.ubuntu.com
ping -c1 keyserver.ubuntu.com

Lastly, stop systemd-resolved and edit /etc/resolv.conf

nameserver 8.8.8.8

https://bbs.archlinux.org/viewtopic.php … 1#p1983411


Attempt 3:

~/.gnupg/dirmngr.conf

keyserver hkp://keyserver.ubuntu.com
 

https://wiki.archlinux.org/title/GnuPG#Key_servers

keyserver hkps://keys.openpgp.org

https://bbs.archlinux.org/viewtopic.php … 2#p1987592


Attempt 4:

~/.gnupg/dirmngr.conf

keyserver hkp://keyserver.ubuntu.com
 
gpgconf --reload gpg

https://wiki.archlinux.org/title/GnuPG#Key_servers


Thanks to everybody that is contributing to make open-source software possible.
Apparently I still manage to offend people, even while trying to be as empathic as possible and search/try to learn before posting.
I love y'all.

Offline

#2 2023-03-05 08:02:34

seth
Member
Registered: 2012-09-03
Posts: 49,963

Re: Change gnupg keyserver / ERROR: One or more PGP signatures could not

That's one of heftig's keys.

pacman-key -l 3B94A80E50A477C7
pacman-key --keyserver hkps://keyserver.ubuntu.com -l 3B94A80E50A477C7

Likely

pacman -Sy archlinux-keyring
pacman -Su

The relevant config is /etc/pacman.d/gnupg/gpg.conf - https://wiki.archlinux.org/title/Pacman … _keyserver

Edit: to riff on your semi-bump, don't post errors out of context.
What command caused this, what messages surround it, etc.

Last edited by seth (2023-03-05 08:03:55)

Online

Board footer

Powered by FluxBB