Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909192 - expire:short Expiration date is too close, please renew
Summary: expire:short Expiration date is too close, please renew
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: All Linux
: Normal blocker (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-26 15:18 UTC by Agostino Sarubbo
Modified: 2023-06-27 01:34 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-06-26 15:18:59 UTC
On 2023-06-30 07:06:12 my gpg key is about to expire and I renewed and pushed it like I did in the past.

On a fresh environment I have:

~ # gpg --keyserver pgp.mit.edu --recv-keys EC7C8D80008F261A
gpg: requesting key 008F261A from hkp server pgp.mit.edu
gpg: key 008F261A: public key "Agostino Sarubbo <ago@gentoo.org>" imported
gpg: non รจ stata trovata alcuna chiave definitivamente affidabile
gpg: Numero totale esaminato: 1
gpg:              importate: 1  (RSA: 1)

~ # gpg --list-keys
/root/.gnupg/pubring.gpg
------------------------
pub   4096R/008F261A 2018-04-03 [expires: 2024-06-21]
uid                  Agostino Sarubbo <ago@gentoo.org>
sub   4096R/CC6F101F 2018-04-03 [expires: 2024-06-21]
sub   4096R/91A16745 2018-10-10 [expires: 2024-06-21]

So Since I did:

gpg --export $MY_KEY | /usr/bin/ssh ago@dev.gentoo.org /usr/local/bin/openpgp-key-upload

I'm out of ideas and I think that something is not working correctly on gentoo git server side.

Thanks

NOTE: I do not have errors with glep63-check
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-06-26 15:20:24 UTC
(In reply to Agostino Sarubbo from comment #0)
> 
> So Since I did:
> 
> gpg --export $MY_KEY | /usr/bin/ssh ago@dev.gentoo.org
> /usr/local/bin/openpgp-key-upload
> 
> I'm out of ideas and I think that something is not working correctly on
> gentoo git server side.
> 

What is the output of this, and when did you run it?
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2023-06-27 01:34:50 UTC
Should be fixed; IPv6 networking issue meant the keyring wasn't syncing properly; forced it to IPv4 for now.