Thank you, CookieAlice.
Unfortunately it didn’t work.
franz@ros-xfce ~ [1]> sudo pacman -Sy archlinux-keyring
:: Paketdatenbanken werden synchronisiert …
Reborn-OS ist aktuell
core ist aktuell
extra ist aktuell
community ist aktuell
multilib ist aktuell
Warnung: archlinux-keyring-20230130-1 ist aktuell -- Reinstalliere
Abhängigkeiten werden aufgelöst …
Nach in Konflikt stehenden Paketen wird gesucht …
Pakete (1) archlinux-keyring-20230130-1
Gesamtgröße des Downloads: 1,12 MiB
Gesamtgröße der installierten Pakete: 1,60 MiB
Größendifferenz der Aktualisierung: 0,00 MiB
:: Installation fortsetzen? [J/n] J
:: Pakete werden empfangen …
archlinux-keyrin... 1150,2 KiB 156 KiB/s 00:07 [######################] 100%
(1/1) Schlüssel im Schlüsselbund werden geprüft [######################] 100%
(1/1) Paket-Integrität wird überprüft [######################] 100%
Fehler: archlinux-keyring: signature from "Christian Hesse <eworm@archlinux.org>" is unknown trust
:: Datei /var/cache/pacman/pkg/archlinux-keyring-20230130-1-any.pkg.tar.zst ist beschädigt (Ungültiges oder beschädigtes Paket (PGP-Signatur)).
Soll die Datei entfernt werden? [J/n] n
Fehler: Der Vorgang konnte nicht durchgeführt werden (Ungültiges oder beschädigtes Paket (PGP-Signatur))
Fehler sind aufgetreten, keine Pakete wurden aktualisiert.
franz@ros-xfce ~ [1]>
In another attempt I answered the last question (removing the file ?) with Yes, but the error-message was identical.
I am sorry to tell you that the problem still exists when the old default is active.
I tried to install the package catfish and I am getting:
Benötigte Schlüssel werden heruntergeladen …
:: PGP Schlüssel 786C63F330D7CB92, »Felix Yan <felixonmars@archlinux.org>« importieren? [J/n]
Fehler: Schlüssel "786C63F330D7CB92" konnte nicht entfernt abgerufen werden
Is there a magic event which will happen in the future (nobody knowing when and why) and then the problem is gone ?
Or should I reinstall RebornOS to get rid of the problem ?
Hey!
You do not need to re-install in order to resolve this issue. Instead, run the following commands to get a fresh copy of keys:
sudo pacman-key --init
sudo pacman-key --populate
You might have to reinstall the RebornOS keyring to avoid issues with it as well:
sudo pacman -S rebornos-keyring
Let me know if that helps!
EDIT: Please, note that you might see some error messages, these are common, and can be ignored. You can use our privatebin instance and paste the output there and share the URL to it.
URL to privatebin instance: https://paste.rebornos.org/
Thank you, SoulHarsh0071,
the first command “sudo pacman-key --init” got me tons of error-messages.
I am copying only the end of them because somehow the repeat only.
Blockzitat
gpg: keydb_get_keyblock failed: Ungültiger Schlüsselbund
gpg: validate_key_list failed
gpg: [don’t know]: invalid packet (ctb=00)
gpg: keydb_search failed: Ungültiges Paket
gpg: error reading key: Ungültiges Paket
==> Signiere die vertrauenswürdigen Schlüssel im Schlüsselbund lokal…
==> FEHLER: 0311C418E0EC1E68B69AA32A4833909AF8E40823 konnte nicht lokal signiert werden.
==> FEHLER: E1F82735113AB192AA3DE1B1BF0740F967BA439D konnte nicht lokal signiert werden.
==> FEHLER: 75BD80E4D834509F6E740257B1B73B02CC52A02A konnte nicht lokal signiert werden.
==> FEHLER: 38D3F838D6A0A3AB32DDDF2299EABCFB664B3E5F konnte nicht lokal signiert werden.
==> FEHLER: 2DD26266ABFEDBE49E7B7D330218E21BB4BC1E95 konnte nicht lokal signiert werden.
==> FEHLER: 69E6471E3AE065297529832E6BA0F5A2037F4F41 konnte nicht lokal signiert werden.
==> FEHLER: 2F6D8657D79199892002E6465F819C731E28BDAE konnte nicht lokal signiert werden.
==> FEHLER: 634862E57AB72263FB556DC92A54E5AA978177B3 konnte nicht lokal signiert werden.
==> FEHLER: D8AFDDA07A5B6EDFA7D8CCDAD6D055F927843F1C konnte nicht lokal signiert werden.
==> FEHLER: 91FFE0700E80619CEB73235CA88E23E377514E00 konnte nicht lokal signiert werden.
I think I will delete the Xfce and make a clean install with LXDE-desktop.
There seems to be no solution for the problem and somehow I have the impression that I am the only one who has this problem.
There are a few reasons for this to occur I can guide you with general troubleshooting steps, this will avoid re-installation. But, if you really want to re-install, it’s your call.
General troubleshooting steps:
Change keyserver to Ubuntu keyserver:
Edit: /etc/pacman.d/gnupg/gpg.conf and find keyserver directive, change it to: “keyserver hkp://keyserver.ubuntu.com”
Check system clock, this is common issue for incorrect key issues:
Execute this command: timedatectl set-ntp true
Restart systemd-timesynced to ensure if the above command worked correctly: sudo systemctl restart systemd-timesyncd.service