[Solved] Problems with keyring / Pacman / Pacman Upgrades / Arch Linux 32 Forums

You are not logged in.

#1 2018-04-16 13:24:55

hiess
Member
From: Rödermark, Germany
Registered: 2018-04-16
Posts: 7

[Solved] Problems with keyring

I have been updating my system for a long time.
All packages are downloaded. But the integrity test produces errors.
No package is updated.

(259/259) Überprüfe Paket-Integrität                                                 [################################################] 100%
Fehler: archlinux-keyring: signature from "Erich Eckner (just to sign arch packages) <arch@eckner.net>" is unknown trust
:: Datei /var/cache/pacman/pkg/archlinux-keyring-20180302-1.0-any.pkg.tar.xz ist beschädigt (Ungültiges oder beschädigtes Paket (PGP-Signatur)).
Soll die Datei entfernt werden? [J/n]

This message arrives at every package.

Last edited by hiess (2018-04-17 09:19:48)

Offline

#2 2018-04-16 13:28:01

hiess
Member
From: Rödermark, Germany
Registered: 2018-04-16
Posts: 7

Re: [Solved] Problems with keyring

In this case, I have already read, but nothing works

https://bbs.archlinux32.org/viewtopic.php?id=522&p=2

Offline

#3 2018-04-16 13:56:11

hiess
Member
From: Rödermark, Germany
Registered: 2018-04-16
Posts: 7

Re: [Solved] Problems with keyring

[arch@myhost ~]$ sudo pacman-key --list-sigs '7C98C4C3DE926168DC46FBAA3D06644243BF68D3'
pub   rsa4096 2016-04-13 [SC] [widerrufen: 2018-04-11]
      7C98C4C3DE926168DC46FBAA3D06644243BF68D3
rev          3D06644243BF68D3 2018-04-11  Erich Eckner (just to sign arch packages) <arch@eckner.net>
uid        [ widerrufen] Erich Eckner (just to sign arch packages) <arch@eckner.net>
sig 3        3D06644243BF68D3 2016-04-13  Erich Eckner (just to sign arch packages) <arch@eckner.net>
sig          B1117BC1094EA6E9 2017-05-27  Erich Eckner <deep42thought@archlinux32.org>
sig          B61DBCE10901C163 2017-05-14  Balló György <ballogyor@gmail.com>
sig          A50C0F20AEC3AF00 2017-05-15  Polichronucci (Arch Linux 32 Master Key) <polichronucci@archlinux.gr>
sig          F3229B16A539A308 2017-05-15  [User-ID nicht gefunden]
rev          B1117BC1094EA6E9 2018-04-11  Erich Eckner <deep42thought@archlinux32.org>
sig          0AEEC90755DA7B5A 2017-05-14  [User-ID nicht gefunden]
rev          0AEEC90755DA7B5A 2018-04-11  [User-ID nicht gefunden]
rev          0AEEC90755DA7B5A 2018-04-11  [User-ID nicht gefunden]

Offline

#4 2018-04-16 15:55:59

deep42thought
Administrator
From: Jena, Germany
Registered: 2017-06-17
Posts: 436

Re: [Solved] Problems with keyring

my key expired, you need to upgrade archlinux32-keyring first

Offline

#5 2018-04-16 16:26:49

hiess
Member
From: Rödermark, Germany
Registered: 2018-04-16
Posts: 7

Re: [Solved] Problems with keyring

How do I know that the key has expired?

You see in first post, that i cannot install the keyring package

Offline

#6 2018-04-16 17:04:30

deep42thought
Administrator
From: Jena, Germany
Registered: 2017-06-17
Posts: 436

Re: [Solved] Problems with keyring

You know, that my (new) key is unknown trust (that is printed in the error message), so you need to install an up-to-date archlinux32-keyring - before installing any other package

pacman -Sy archlinux32-keyring
pacman -Syu

You cannot know (from your error messages) that my old key is expired.

Offline

#7 2018-04-17 07:45:22

hiess
Member
From: Rödermark, Germany
Registered: 2018-04-16
Posts: 7

Re: [Solved] Problems with keyring

All tips did not deliver a satisfactory result for me. I put the SigLevel on Never in the pacman.conf.
So the signature check turned off. Afterwards pacman has updated all packages.

Offline

#8 2018-04-17 07:50:07

deep42thought
Administrator
From: Jena, Germany
Registered: 2017-06-17
Posts: 436

Re: [Solved] Problems with keyring

You did, at some point in the past, install archlinux32-keyring? (Like said here)?
If so, what is the error, you get on

pacman -Sy archlinux32-keyring

?
Setting "Siglevel = Never" is at most a workaround (I would call it a hack), not a permanent solution. You should revert to "Required" and check, that updates still work afterwards.

Offline

#9 2018-04-17 08:42:24

hiess
Member
From: Rödermark, Germany
Registered: 2018-04-16
Posts: 7

Re: [Solved] Problems with keyring

[arch@myhost ~]$ sudo pacman -Sy archlinux32-keyring
[sudo] Passwort für arch: 
:: Synchronisiere Paketdatenbanken...
 core ist aktuell
 extra ist aktuell
 community ist aktuell
 archlinuxfr ist aktuell
Warnung: archlinux32-keyring-20180104-1 ist aktuell -- Reinstalliere
Löse Abhängigkeiten auf...
Suche nach in Konflikt stehenden Paketen...

Pakete (1) archlinux32-keyring-20180104-1

Gesamtgröße der installierten Pakete:  0,04 MiB
Größendifferenz der Aktualisierung:  0,00 MiB

:: Installation fortsetzen? [J/n] j
(1/1) Prüfe Schlüssel im Schlüsselring                                               [################################################] 100%
(1/1) Überprüfe Paket-Integrität                                                     [################################################] 100%
Fehler: archlinux32-keyring: signature from "Erich Eckner (just to sign arch packages) <arch@eckner.net>" is unknown trust
:: Datei /var/cache/pacman/pkg/archlinux32-keyring-20180104-1-any.pkg.tar.xz ist beschädigt (Ungültiges oder beschädigtes Paket (PGP-Signatur)).
Soll die Datei entfernt werden? [J/n] 

Offline

#10 2018-04-17 08:46:45

deep42thought
Administrator
From: Jena, Germany
Registered: 2017-06-17
Posts: 436

Re: [Solved] Problems with keyring

This is not the most recent keyring - we're at version 20180411-1.0. Probably, the mirror you're using is outdated. (Which mirror are you using?)

Offline

#11 2018-04-17 09:17:24

hiess
Member
From: Rödermark, Germany
Registered: 2018-04-16
Posts: 7

Re: [Solved] Problems with keyring

Yes!

Updating the mirrorlist was the solution. Thanx man.
Everything works and all packages now updatet.
Keyring Problem gone.

Offline

#12 2019-05-27 18:38:04

wibort
Member
From: Bogotá
Registered: 2019-05-17
Posts: 10

Re: [Solved] Problems with keyring

hiess wrote:

Yes!

Updating the mirrorlist was the solution. Thanx man.
Everything works and all packages now updatet.
Keyring Problem gone.

Hi,
I have a similar error with the llvm-libs library (the signature of Erich Ekner is not valid), install the archlinux32-keyring package but it does not work for me, can you help me please.


Pentium 4(i686), Lenovo Ideapad S10-2 [Intel(R) Atom(TM) CPU N280 @ 1.66GHz, 1 GB RAM]

Offline

#13 2019-05-27 18:43:20

deep42thought
Administrator
From: Jena, Germany
Registered: 2017-06-17
Posts: 436

Re: [Solved] Problems with keyring

please do not continue such an old thread. Open a new thread and give a link to this thread instead.

Offline

Board footer

Powered by FluxBB