You are not logged in.

#1 2018-05-16 18:54:35

timsong
Member
Registered: 2018-04-03
Posts: 27

[SOLVED] Pacman Signature Problems

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

#2 2018-05-16 19:03:50

judd
Member
Registered: 2018-04-23
Posts: 27

Re: [SOLVED] Pacman Signature Problems

# pacman-key --populate archlinux32

and then

# pacman -S cryptsetup  filesystem libpsl

.....

coments ???

Offline

#3 2018-05-17 10:16:42

timsong
Member
Registered: 2018-04-03
Posts: 27

Re: [SOLVED] Pacman Signature Problems

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

#4 2018-05-17 11:03:18

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

Re: [SOLVED] Pacman Signature Problems

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

#5 2018-05-17 18:39:30

timsong
Member
Registered: 2018-04-03
Posts: 27

Re: [SOLVED] Pacman Signature Problems

pacman-key --refresh-keys
fixed the problem
Thank-you so much

Offline

#6 2018-05-18 09:18:06

andreas_baumann
Administrator
From: Zurich, Switzerland
Registered: 2017-08-10
Posts: 833
Website

Re: [SOLVED] Pacman Signature Problems

np :-)

Offline

Board footer

Powered by FluxBB