Gentoo Archives: gentoo-user

From: gevisz <gevisz@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] All Gentoo signing key expired and no way to fix it
Date: Tue, 03 Jul 2018 11:00:18
Message-Id: CA+t6X7cNi1v0BiUTe=rXLGL-Os-4nDjKgjRO99p4rqq+Azw+Gw@mail.gmail.com
In Reply to: Re: [gentoo-user] All Gentoo signing key expired and no way to fix it by Virgil Dupras
1 2018-07-03 13:35 GMT+03:00 Virgil Dupras <vdupras@g.o>:
2 > On Tue, 03 Jul 2018 09:55:38 +0100
3 > Mick <michaelkintzios@×××××.com> wrote:
4 >
5 >> On Tuesday, 3 July 2018 09:53:27 BST Arve Barsnes wrote:
6 >> > On 3 July 2018 at 09:48, gevisz <gevisz@×××××.com> wrote:
7 >> > > Trying to renew them manually with the following commands does not help:
8 >> > >
9 >> > > # gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys
10 >> > > 0x825533CBF6CD6C97
11 >> > It solved itself for me after running
12 >> > gpg --homedir /var/lib/gentoo/gkeys/keyrings/gentoo/release --refresh-keys
13 >> >
14 >> > Cheers,
15 >> > Arve
16 >>
17 >> Hmm ...
18 >>
19 >> # gpg --homedir /var/lib/gentoo/gkeys/keyrings/gentoo/release --refresh-keys
20 >> gpg: keyblock resource '/var/lib/gentoo/gkeys/keyrings/gentoo/release/
21 >> pubring.kbx': No such file or directory
22 >>
23 >> :-/
24 >>
25 >> --
26 >> Regards,
27 >> Mick
28 >
29 > Are you, by any chance, running this command through something like lxc-attach or ssh?
30 > I had the exact same problem two days ago and it turned out to be something about the
31 > environment being passed to the remote system. Sourcing /etc/profile did the trick.
32
33 No, I do it on my desktop staying just in front of me.
34 So, no need for ssh (and I do not know what lxc-attach is at all).
35
36 Still, sourcing /etc/profile somehow helped:
37
38 # emerge-webrsync
39 Fetching most recent snapshot ...
40 Trying to retrieve 20180702 snapshot from http://mirror.netcologne.de/gentoo ...
41 Fetching file portage-20180702.tar.xz.md5sum ...
42 Fetching file portage-20180702.tar.xz.gpgsig ...
43 Fetching file portage-20180702.tar.xz ...
44 Checking digest ...
45 Checking signature ...
46 gpg: Signature made Tue Jul 3 03:51:21 2018 EEST
47 gpg: using RSA key E1D6ABB63BFCFB4BA02FDF1CEC590EEAC9189250
48 gpg: Good signature from "Gentoo Portage Snapshot Signing Key
49 (Automated Signing Key)" [unknown]
50 gpg: WARNING: This key is not certified with a trusted signature!
51 gpg: There is no indication that the signature belongs to the owner.
52 Primary key fingerprint: DCD0 5B71 EAB9 4199 527F 44AC DB6B 8C1F 96D8 BF6D
53 Subkey fingerprint: E1D6 ABB6 3BFC FB4B A02F DF1C EC59 0EEA C918 9250
54 Getting snapshot timestamp ...
55 Syncing local tree ...
56
57 Number of files: 161,691 (reg: 134,254, dir: 27,437)
58 Number of created files: 308 (reg: 301, dir: 7)
59 Number of deleted files: 272 (reg: 268, dir: 4)
60 Number of regular files transferred: 1,462
61 Total file size: 218.08M bytes
62 Total transferred file size: 10.83M bytes
63 Literal data: 10.83M bytes
64 Matched data: 0 bytes
65 File list size: 589.73K
66 File list generation time: 0.001 seconds
67 File list transfer time: 0.000 seconds
68 Total bytes sent: 11.76M
69 Total bytes received: 69.61K
70
71 sent 11.76M bytes received 69.61K bytes 463.97K bytes/sec
72 total size is 218.08M speedup is 18.43
73 Cleaning up ...

Replies