Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] How to update public keys?
Date: Thu, 05 Jul 2018 19:24:44
Message-Id: phlr56$qhl$1@blaine.gmane.org
1 As of today, I seem to be unable to a an "emerge --sync".
2
3 The process either hangs forever at the "Refreshing keys from keyserver step:
4
5 # emerge --sync
6 >>> Syncing repository 'gentoo' into '/usr/portage'...
7 * Using keys from /usr/share/openpgp-keys/gentoo-release.asc
8 * Refreshing keys from keyserver ...
9
10 Or, it fails because there are no public key to verify a manfest:
11
12 # emerge --sync
13 >>> Syncing repository 'gentoo' into '/usr/portage'...
14 * Using keys from /usr/share/openpgp-keys/gentoo-release.asc
15 * Refreshing keys from keyserver ... [ ok ]
16 >>> Starting rsync with rsync://156.56.247.193/gentoo-portage...
17 [...]
18 receiving incremental file list
19 timestamp.chk
20
21 Number of files: 1 (reg: 1)
22 [...]
23 sent 109 bytes received 1.15K bytes 838.00 bytes/sec
24 total size is 32 speedup is 0.03
25 ---------------------------------------------------------
26 [...]
27 receiving incremental file list
28 metadata/timestamp.chk
29
30 Number of files: 161,932 (reg: 134,486, dir: 27,446)
31 [...]
32 sent 27.56K bytes received 4.04M bytes 626.31K bytes/sec
33 total size is 218.65M speedup is 53.71
34 !!! Manifest verification failed:
35 OpenPGP verification failed:
36 gpg: Signature made Thu 05 Jul 2018 06:38:32 PM UTC
37 gpg: using RSA key E1D6ABB63BFCFB4BA02FDF1CEC590EEAC9189250
38 gpg: Can't check signature: No public key
39
40 q: Updating ebuild cache in /usr/portage ...
41 q: Finished 35635 entries in 0.141629 seconds
42
43 * IMPORTANT: config file '/etc/ssh/sshd_config' needs updating.
44 * See the CONFIGURATION FILES and CONFIGURATION FILES UPDATE TOOLS
45 * sections of the emerge man page to learn how to update config files.
46
47 Action: sync for repo: gentoo, returned code = 1
48
49 I've found all sorts of recipes to try to fix this for webrsync users
50 but I use plain-old "emerge --sync".
51
52 I also found a recipe that appears to recommend you completely wipe
53 portage and reinstall it from scratch using a snapshot. Is that
54 seriously what we're supposed to do?
55
56 --
57 Grant

Replies

Subject Author
Re: [gentoo-user] How to update public keys? Jalus Bilieyich <countolaf17@×××××.com>
[gentoo-user] Re: How to update public keys? Grant Edwards <grant.b.edwards@×××××.com>
Re: [gentoo-user] How to update public keys? Marc Joliet <marcec@×××.de>