Bonjour,
This morning after launching:
sudo pacman -Syu
I got this error message:
I followed the wiki explanations:
https://wiki.artixlinux.org/Main/Troubleshooting#Invalid_or_corrupted_packages_.28PGP_signature.29
But that didn't change the problem...
Hi! I'm having the same problem actually.
Idem.
For me, it also says that it failed to retrieve the file: The requested url returned 404.
I am able to access the repo from the browser though.
I had this for this file and another then I've noticed there was a new /etc/pacman.d/mirrorlist.pacnew file.
I've cleared my old mirror file and made a new one from the pacnew and it worked.
(Until I've hit the PGP signature issue)
At the question:
I answer "Y"
And the result is:
I think the dev guys will fix it. Maybe they did some maintenance on the server.
If you don't want to wait ...
sudo pacman -Sy pandoc-cli
cd /tmp
mkdir libavif
cd libavif
wget https://gitea.artixlinux.org/packages/libavif/raw/branch/master/PKGBUILD
makepkg
sudo pacman -U libavif-1.1.0-1-x86_64.pkg.tar.zst
Then you can proceed with
sudo pacman -Syu
Sorry for the inconvenience. Issue has been fixed. Please allow the mirrors some time to sync.
artist
Thank you for your work and for your responsiveness!
Artix = the best distribution I've ever used since 2003. 8)
It seems to be working now. Thanks!
Kernel: 6.4.10-artix1-1
cinnamon-s6-20230814
CPU: AMD Ryzen 9 5900HX with Radeon Graphics (16) @ 3.300G
GPU: AMD ATI Radeon Vega Series / Radeon Vega Mobile Serie
GPU: NVIDIA GeForce RTX 3070 Mobile / Max-Q
Memory: 888MiB / 31514MiB
Did this stuff:
s6-linux-init dirmngr
pacman-key --populate artix
pacman -S archlinux-keyring
pacman-key --refresh
pacman -Syyuu
Got this
signature from "Artix Buildbot <
[email protected]>" is invalid
...for these....
artix-cgroups
s6-contrib
s6-base
acpid-s6
archlinux-mirrorlist
ca-certificates
artix-mirrorlist
artix-archlinux-support
artix-branding-base
xcb-util-keysyms
libxshmfence
default-cursors
eglexternalplatform
libproxy
gsettings-system-schemas
libxdamage
harfbuzz-icu
base
base-devel
fuse-common
libblockdev-loop
dnssec-anchors
libva-mesa-driver
mesa-vdpau
mkinitcpio-openswap
numlockx
pulseaudio-alsa
is there any way, short of a full system install I can just upgrade to the newest Artix version, maybe from DVD?
You could try clearing your package cache (pacman -Scc) before trying anything more drastic.
Also in your list of stuff you did there is no
pacman-key --init
pacman-key --populate artix
should be
pacman-key --populate archlinux artix
AFTER
pacman -Sy archlinux-keyring artix-keyring
You can follow the steps in the wiki:
https://wiki.artixlinux.org/Main/Troubleshooting#Invalid_or_corrupted_packages_.28PGP_signature.29
VERY helpful!
Actually, someone took care of the keys overnight.
Anyway, thatnks to you and to whomever took care of the keys.
The update went smootly.
I bookmarked the Wiki and recorded all the steps because I frequently end up chasing my tail searching the blog for answers and not really find them. It's partly my fault for blocking Google and Microsoft. Everything takes so long.
Anyhoo. THANKS!
Mark this one SOLVED!