Hi all,

Trying to install nodejs with pacman I do experience errors:


pacman --sync nodejs

Packages (1) nodejs-19.0.0-1
...

:: Proceed with installation? [Y/n] Y

:: Retrieving packages... nodejs-19.0.0-1-x86_64.pkg.tar.zst failed to downloaderror:
failed retrieving file 'nodejs-19.0.0-1-x86_64.pkg.tar.zst' from geo.mirror.pkgbuild.com :
The requested URL returned error: 404


When accessing https://geo.mirror.pkgbuild.com/archlinux with a browser I can download the files nodejs-19.0.0-2-x86_64.pkg.tar.zstĀ  and nodejs-19.0.0-2-x86_64.pkg.tar.zst.sig.

But when accessing https://mirror.rackspace.com/archlinux with a browser it gives a http error 503 or after a long wait the packages show up.


Is there a problem with the pacman mirrors ?

~Zero