On Tue, Jul 3, 2018 at 6:00 AM, gevisz <gev...@gmail.com> wrote: > 2018-07-03 13:35 GMT+03:00 Virgil Dupras <vdup...@gentoo.org>: >> On Tue, 03 Jul 2018 09:55:38 +0100 >> Mick <michaelkintz...@gmail.com> wrote: >> >>> On Tuesday, 3 July 2018 09:53:27 BST Arve Barsnes wrote: >>> > On 3 July 2018 at 09:48, gevisz <gev...@gmail.com> wrote: >>> > > Trying to renew them manually with the following commands does not help: >>> > > >>> > > # gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys >>> > > 0x825533CBF6CD6C97 >>> > It solved itself for me after running >>> > gpg --homedir /var/lib/gentoo/gkeys/keyrings/gentoo/release --refresh-keys >>> > >>> > Cheers, >>> > Arve >>> >>> Hmm ... >>> >>> # gpg --homedir /var/lib/gentoo/gkeys/keyrings/gentoo/release --refresh-keys >>> gpg: keyblock resource '/var/lib/gentoo/gkeys/keyrings/gentoo/release/ >>> pubring.kbx': No such file or directory >>> >>> :-/ >>> >>> -- >>> Regards, >>> Mick >> >> Are you, by any chance, running this command through something like >> lxc-attach or ssh? >> I had the exact same problem two days ago and it turned out to be something >> about the >> environment being passed to the remote system. Sourcing /etc/profile did the >> trick. > > No, I do it on my desktop staying just in front of me. > So, no need for ssh (and I do not know what lxc-attach is at all). > > Still, sourcing /etc/profile somehow helped: > > # emerge-webrsync > Fetching most recent snapshot ... > Trying to retrieve 20180702 snapshot from http://mirror.netcologne.de/gentoo > ... > Fetching file portage-20180702.tar.xz.md5sum ... > Fetching file portage-20180702.tar.xz.gpgsig ... > Fetching file portage-20180702.tar.xz ... > Checking digest ... > Checking signature ... > gpg: Signature made Tue Jul 3 03:51:21 2018 EEST > gpg: using RSA key E1D6ABB63BFCFB4BA02FDF1CEC590EEAC9189250 > gpg: Good signature from "Gentoo Portage Snapshot Signing Key > (Automated Signing Key)" [unknown] > gpg: WARNING: This key is not certified with a trusted signature! > gpg: There is no indication that the signature belongs to the owner. > Primary key fingerprint: DCD0 5B71 EAB9 4199 527F 44AC DB6B 8C1F 96D8 BF6D > Subkey fingerprint: E1D6 ABB6 3BFC FB4B A02F DF1C EC59 0EEA C918 9250 > Getting snapshot timestamp ... > Syncing local tree ... > > Number of files: 161,691 (reg: 134,254, dir: 27,437) > Number of created files: 308 (reg: 301, dir: 7) > Number of deleted files: 272 (reg: 268, dir: 4) > Number of regular files transferred: 1,462 > Total file size: 218.08M bytes > Total transferred file size: 10.83M bytes > Literal data: 10.83M bytes > Matched data: 0 bytes > File list size: 589.73K > File list generation time: 0.001 seconds > File list transfer time: 0.000 seconds > Total bytes sent: 11.76M > Total bytes received: 69.61K > > sent 11.76M bytes received 69.61K bytes 463.97K bytes/sec > total size is 218.08M speedup is 18.43 > Cleaning up ... >
It looks like you resolved the issue. I had to refresh the keys multiple times.