Gentoo Archives: gentoo-user

From: Bill Kenworthy <billk@×××××××××.au>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Change keyserver used by portage?
Date: Wed, 04 Jul 2018 10:49:00
Message-Id: 41f580d1-d50d-52d4-4f49-f99633ea08e6@iinet.net.au
In Reply to: Re: [gentoo-user] Change keyserver used by portage? by Adam Carter
1 On 04/07/18 13:09, Adam Carter wrote:
2 >
3 > Since you know the server IPs, and there's only a small number so
4 > you could try connection to each of them and see which one(s) fail.
5 >
6 > Or tcpdump, or netstat etc.
7 >
8 >
9 > FWIW i can route to all the v4 addresses;
10 >
11 > # for i in 18.9.60.141 18.191.65.131 37.191.226.104 92.43.111.21
12 > 193.164.133.100 216.66.15.2 ; do nc -zv $i 443; done
13 > cryptonomicon.mit.edu <http://cryptonomicon.mit.edu> [18.9.60.141] 443
14 > (https) open
15 > ec2-18-191-65-131.us-east-2.compute.amazonaws.com
16 > <http://ec2-18-191-65-131.us-east-2.compute.amazonaws.com>
17 > [18.191.65.131] 443 (https) open
18 > host-37-191-226-104.lynet.no <http://host-37-191-226-104.lynet.no>
19 > [37.191.226.104] 443 (https) open
20 > Warning: forward host lookup failed for oteiza.siccegge.de
21 > <http://oteiza.siccegge.de>:
22 > oteiza.siccegge.de <http://oteiza.siccegge.de> [92.43.111.21] 443
23 > (https) open
24 > DNS fwd/rev mismatch: mail.b4ckbone.de <http://mail.b4ckbone.de> !=
25 > beta.b4ckbone.de <http://beta.b4ckbone.de>
26 > mail.b4ckbone.de <http://mail.b4ckbone.de> [193.164.133.100] 443
27 > (https) open
28 > zimmermann.mayfirst.org <http://zimmermann.mayfirst.org> [216.66.15.2]
29 > 443 (https) open
30 >
31 I tried the host hack - still fails though a different message.  I
32 suspect the keyservers are not the problem because:
33
34 "gpg --homedir /var/lib/gentoo/gkeys/keyrings/gentoo/release --refresh-keys"
35
36 mostly works fine (with or without the hosts hack).
37
38 But I have never had a successful run with emerge --sync
39
40 Portage is sys-apps/portage-2.3.40-r1
41
42
43 Bug or what?
44
45
46 BillK