PINE64
No update PGP, Error Solved - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone Pro (https://forum.pine64.org/forumdisplay.php?fid=177)
+--- Forum: PinePhone Pro Software (https://forum.pine64.org/forumdisplay.php?fid=179)
+--- Thread: No update PGP, Error Solved (/showthread.php?tid=15928)



No update PGP, Error Solved - iopser - 01-31-2022

Helloo

Today finallyyy a get this peace of hardware.

And when i try to update. oo error ... and error after error.
Well after reading researching, 2 h later i figure out one way to solve the issue.
The error pgp refer to the sig files, so i erase the sig file.
1 file error: archlinux-keyring-20220118-1any.pkg.tar.xz.sig or some like that.
2 file error: archlinuxarm-keyring-20140119-1any.pkg.tar.xz.sig or some like that.
make sudo pacman -Syu, make error happen, but dont erase the files. go to
/var/cache/pacman/pkg/ an erase the .sig, this is important.
and them install the package
sudo pacman -U /var/cache/pacman/pkg/package1.pkg.tar.xz
and try if you get another error like me, them
sudo pacman -U /var/cache/pacman/pkg/package2.pkg.tar.xz

After that you can try to install openssh or one prog o just try and update.
For me this solve this litlle problem. and system update DONE.

ello

Saludos.


RE: No update PGP, Error Solved - Luziferus - 02-01-2022

Actually this would make you install anything from the repositories, without validation of the signatures. Making you vulnerable to viruses and hack attacks.

I would suggest to repear your keyrings instead. I posted a how to here: https://forum.pine64.org/showthread.php?tid=15868&pid=105737#pid105737

For some other users it was fixed by running post install script:
Code:
sudo pinephonepro-post-install

It also contains the lines:
Code:
# Pacman Init
pacman-key --init
pacman-key --populate archlinuxarm manjaro manjaro-arm

which will resync and repopulate the keys.


RE: No update PGP, Error Solved - iopser - 02-01-2022

ok.. thanks
i know this is not the way, but
i already try this:
pacman-key --init
pacman-key --populate archlinuxarm manjaro manjaro-arm
and refresh and other command but the same result error and error.
this one sudo pinephonepro-post-install
didn't find it... i'll keep this info.

i just install 2 packages without the .sig

well. i guest what i did was a dumb move.
i'll try to reinstall with the sig.. let see what happen.

thanks Luziferus for the info.