All,
Attempting an arch install tonight, and I get the following at pacstrap /mnt
:: Proceed with installation? [Y/n] :: Retrieving packages... krb5-1.13.7-1-x86_64 1100.1 KiB 1405K/s 00:01 [######################################] 100% libpsl-0.16.1-1-x86_64 49.8 KiB 3.74M/s 00:00 [######################################] 100% (155/155) checking keys in keyring [######################################] 100% (155/155) checking package integrity [######################################] 100% error: krb5: signature from "Levente Polyak (anthraxx) levente@leventepolyak.net" is unknown trust :: File /mnt/var/cache/pacman/pkg/krb5-1.13.7-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] error: libpsl: signature from "Levente Polyak (anthraxx) levente@leventepolyak.net" is unknown trust :: File /mnt/var/cache/pacman/pkg/libpsl-0.16.1-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] error: failed to commit transaction (invalid or corrupted package) Errors occurred, no packages were upgraded. ==> ERROR: Failed to install packages to new root
What was this caused by? I had to boot from the 10/2016 iso. Is it a change in signatures since then? I'll download a new iso and try, but I'd be surprised if an iso less than 5 months old no longer works?
On 08/01/17 17:11, David C. Rankin wrote:
All,
Attempting an arch install tonight, and I get the following at pacstrap /mnt
<snip>
What was this caused by? I had to boot from the 10/2016 iso. Is it a change in signatures since then? I'll download a new iso and try, but I'd be surprised if an iso less than 5 months old no longer works?
The key probably expired... Just do "pacman-key --refresh-keys" on the install media.
A
On 01/08/2017 01:19 AM, Allan McRae wrote:
The key probably expired... Just do "pacman-key --refresh-keys" on the install media.
A
Roger WILCO,
Thanks A :)
Hi,
Just had this happen to me durring an update to the system. I did the following to fix this. sudo pacman-key -refreshkeys. Not sure how this works when installing from the images, but after refreshing the keys, updateing the system works without a problem. HTH.
Matthew
On 01/08/2017 02:11 AM, David C. Rankin wrote:
All,
Attempting an arch install tonight, and I get the following at pacstrap /mnt
:: Proceed with installation? [Y/n] :: Retrieving packages... krb5-1.13.7-1-x86_64 1100.1 KiB 1405K/s 00:01 [######################################] 100% libpsl-0.16.1-1-x86_64 49.8 KiB 3.74M/s 00:00 [######################################] 100% (155/155) checking keys in keyring [######################################] 100% (155/155) checking package integrity [######################################] 100% error: krb5: signature from "Levente Polyak (anthraxx) levente@leventepolyak.net" is unknown trust :: File /mnt/var/cache/pacman/pkg/krb5-1.13.7-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] error: libpsl: signature from "Levente Polyak (anthraxx) levente@leventepolyak.net" is unknown trust :: File /mnt/var/cache/pacman/pkg/libpsl-0.16.1-1-x86_64.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)). Do you want to delete it? [Y/n] error: failed to commit transaction (invalid or corrupted package) Errors occurred, no packages were upgraded. ==> ERROR: Failed to install packages to new root
What was this caused by? I had to boot from the 10/2016 iso. Is it a change in signatures since then? I'll download a new iso and try, but I'd be surprised if an iso less than 5 months old no longer works?
On 01/08/2017 08:11 AM, David C. Rankin wrote:
I'll download a new iso and try, but I'd be surprised if an iso less than 5 months old no longer works?
Well IMO 5 months is pretty damn ancient in the Arch Linux world. :p
Most of the time a simple keyring package update does the trick:
pacman -Sy archlinux-keyring
However, the refresh-keys way would also work if the package was not yet bumped to contain an extended key.
In this case the next (201611) ISO contains the 20161101-1 keyring package having mentioned update already integrated.
cheers, Levente
arch-general@lists.archlinux.org