pacman -Syyu erro: não foi possível importar a chave do Usuário Confiável

0

DISTRIB_ID=ManjaroLinux

DISTRIB_RELEASE=17.1.6

DISTRIB_CODENAME=Hakoila

Eu instalei o manjaro em um laptop antigo hoje e estou tentando atualizá-lo.

apenas usando pacman -Syyu , eventualmente, me deu

(383/383) checking keys in keyring
downloading required keys...
:: Import PGP Key KEY, "Brad Fanella <[email protected]>", 
created: 2018-03-2? [Y/n] Y
error: key "Brad Fanella <[email protected]>" could not be imported
error: required key missing from keyring
error: failed to commit transaction (unexpected error)

Eu tentei esta sequência, sem sucesso:

sudo pacman-key --init
sudo pacman-key --populate archlinux manjaro
sudo pacman-key --refresh-keys
sudo pacman -Syy
sudo pacman -S manjaro-keyring archlinux-keyring
sudo pacman -Syyu

Alguma idéia?

EDIT 1

Tentei pacman-key --recv-keys F382BBBD e entendi:

gpg: key 81A402D4F382BBBD was created 6 days in the future (time warp or clock problem)
gpg: key 81A402D4F382BBBD: no valid user IDs
gpg: this may be caused by a missing self-signature
gpg: Total number processed: 1
gpg:           w/o user IDs: 1
    
por Gander7 24.05.2018 / 17:41

1 resposta

1

Resolvido.

Da saída EDIT 1 ,

Atualizei o relógio usando sudo ntpdate -vu time.nist.gov

, em seguida, pacman-key --recv-keys F382BBBD e voilà.

Isso foi irritantemente simples.

    
por 24.05.2018 / 18:16