You are not logged in.
Getting these errors for the last few days when I do pacman -Syu, can anybody help ?
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...
Packages (3) cryptsetup-2.0.3-1.0 filesystem-2018.1-2.1 libpsl-0.20.2-1.0
Total Download Size: 0.41 MiB
Total Installed Size: 2.00 MiB
Net Upgrade Size: -0.22 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
filesystem-2018.1-2... 9.4 KiB 0.00B/s 00:00 [######################] 100%
cryptsetup-2.0.3-1.... 340.1 KiB 119K/s 00:03 [######################] 100%
libpsl-0.20.2-1.0-i686 72.6 KiB 123K/s 00:01 [######################] 100%
(3/3) checking keys in keyring [######################] 100%
(3/3) checking package integrity [######################] 100%
error: filesystem: signature from "Erich Eckner (just to sign arch packages) <arch@eckner.net>" is marginal trust
:: File /var/cache/pacman/pkg/filesystem-2018.1-2.1-i686.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: cryptsetup: signature from "Erich Eckner (just to sign arch packages) <arch@eckner.net>" is marginal trust
:: File /var/cache/pacman/pkg/cryptsetup-2.0.3-1.0-i686.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n]
error: libpsl: signature from "Erich Eckner (just to sign arch packages) <arch@eckner.net>" is marginal trust
:: File /var/cache/pacman/pkg/libpsl-0.20.2-1.0-i686.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 (PGP signature))
Errors occurred, no packages were upgraded.
Thanks
Tim
Last edited by timsong (2018-05-17 18:41:51)
Offline
# pacman-key --populate archlinux32
and then
# pacman -S cryptsetup filesystem libpsl
.....
coments ???
Offline
Still getting same error
[root@oldlaptop tim]# pacman-key --populate archlinux32
==> Appending keys from archlinux32.gpg...
==> Locally signing trusted keys in keyring...
-> Locally signing key CE0BDE71A759A87F23F0F7D8B61DBCE10901C163...
-> Locally signing key 2FF1E976D6EB2E954A87DC14443904EC9EC51A8A...
-> Locally signing key D92CDDC155BCC8F550B5FCEC30AB721FE7400FCD...
-> Locally signing key A0B250C0FC9FC079EC04ADB7A50C0F20AEC3AF00...
-> Locally signing key 194E37A47A4C671807BACB37B1117BC1094EA6E9...
==> Importing owner trust values...
==> Disabling revoked keys in keyring...
-> Disabling key C3A8190912128B5A2E96C6023ED6490AEF932C8A...
-> Disabling key 7C98C4C3DE926168DC46FBAA3D06644243BF68D3...
==> Updating trust database...
gpg: next trustdb check due at 2018-06-25
[root@oldlaptop tim]# pacman -S cryptsetup filesystem libpsl
resolving dependencies...
looking for conflicting packages...
Packages (3) cryptsetup-2.0.3-1.0 filesystem-2018.1-2.1 libpsl-0.20.2-1.0
Total Download Size: 0.41 MiB
Total Installed Size: 2.00 MiB
Net Upgrade Size: -0.22 MiB
:: Proceed with installation? [Y/n] y
:: Retrieving packages...
filesystem-2018.1-2... 9.4 KiB 942K/s 00:00 [######################] 100%
cryptsetup-2.0.3-1.... 340.1 KiB 810K/s 00:00 [######################] 100%
libpsl-0.20.2-1.0-i686 72.6 KiB 907K/s 00:00 [######################] 100%
(3/3) checking keys in keyring [######################] 100%
(3/3) checking package integrity [######################] 100%
error: filesystem: signature from "Erich Eckner (just to sign arch packages) <arch@eckner.net>" is marginal trust
:: File /var/cache/pacman/pkg/filesystem-2018.1-2.1-i686.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: cryptsetup: signature from "Erich Eckner (just to sign arch packages) <arch@eckner.net>" is marginal trust
:: File /var/cache/pacman/pkg/cryptsetup-2.0.3-1.0-i686.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: libpsl: signature from "Erich Eckner (just to sign arch packages) <arch@eckner.net>" is marginal trust
:: File /var/cache/pacman/pkg/libpsl-0.20.2-1.0-i686.pkg.tar.xz is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] y
error: failed to commit transaction (invalid or corrupted package (PGP signature))
Errors occurred, no packages were upgraded.
[root@oldlaptop tim]#
Offline
Did you clean the cache?
Do you have archlinux-keyring and archlinux32-keyring installed?
Did you call 'pacman-key --init' and 'pacman-key --refresh-keys'?
Offline
pacman-key --refresh-keys
fixed the problem
Thank-you so much
Offline
np :-)
Offline