La nuova BBS è in fase Alpha. I post precedenti al 22 luglio 2024 potrebbero non essere trasferibili, ma rimarranno disponibili per la lettura su /old/.
Hmm, I can't update Docker Compose anymore?
-
Hmm, I can't update Docker Compose anymore? How did I break gpg this time...?
error: docker-compose: signature from "Andrew Crerar <andrew@crerar.io>" is unknown trust
:: File /var/cache/pacman/pkg/docker-compose-2.33.0-1-x86_64.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
Do you want to delete it? [Y/n] -
pacman-key --refresh-keys
is returning a few errors, maybe it's related to that...?gpg: error retrieving 'frederik.schwan@linux.com' via WKD: No data
Seems like it's working nevertheless.
-
@steffo this is due to the way pacman uses gpg based on data in the archlinux-keyring package (a chicken and egg problem when it comes to key validity and system updates after a long time).
Please make sure to first update your keyring and then the system, i.e. as root `pacman -Sy archlinux-keyring && pacman -Su' -
@dvzrv oh yeah i'm aware, it has happened to me in the past, it seemed to be something different this time though since my system was very up-to-date
pacman-key --refresh-keys
worked, but i'm not too sure of what happened