Gentoo Archives: gentoo-user

From: gevisz <gevisz@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No keyserver available
Date: Fri, 10 Apr 2020 16:43:02
Message-Id: CA+t6X7ftug=Be3xdcpOg9QhWfTkX1-wtMqAXSmwTXYeOhdsmqQ@mail.gmail.com
In Reply to: Re: [gentoo-user] No keyserver available by Michael
1 пт, 10 апр. 2020 г. в 00:55, Michael <confabulate@××××××××.com>:
2 >
3 > On Tuesday, 7 April 2020 14:36:04 BST gevisz wrote:
4 > > I have a long standing "gpg can't check signature: No public key"
5 > > error while running # emerge-webrsync
6 > > It appears because the webrsync-gpg feature has been set in my
7 > > make.conf however I do not want to switch it off.
8 > > The app-crypt/gentoo-keys is installed, so it is not the reason for above
9 > > error. I have just tried to download gentoo pgp keys manually with the
10 > > command gpg --keyserver hkps://keys.gentoo.org --recv-keys
11 > > 13EBBDBEDE7A12775DFDB1BABB572E0E2D182910
12 > > and got the following error message:
13 > > gpg: keyserver receive failed: No keyserver available
14 > > Can anybody explain me how to fix this?
15 >
16 > If you can't connect then you may have some network configuration issue, or
17 > potentially the keyserver is busy at this moment. However, this would only be
18 > a temporary problem and you report you've been getting this regularly.
19 >
20 > Do you see if port 443 is open from where you are?
21 >
22 > $ nc -v -z keys.gentoo.org 443
23 > DNS fwd/rev mismatch: keys.geodns-europe.gentoo.org != trogan.gentoo.org
24 > keys.geodns-europe.gentoo.org [89.238.71.4] 443 (https) open
25
26 Thank you for your reply. The command above returns exactly the same.
27 And no, this problem is not temporal.
28
29 > Alternatively, do you also have a problem using rsync?
30
31 After some changes in configulation files, I can currently sync using
32 # emaint sync -A
33 However,
34 # gpg --keyserver hkps://keys.gentoo.org --recv-keys 13EB...
35 command returns the same error as before.