Skip to main content
Topic: mirrors 404? (Read 966 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

mirrors 404?

Hi, I'm trying to install my software after a fresh install of Artix but it seems all the mirrors on your end are down, when I run pacman -Syyu I get this

Code: [Select]
:: Synchronising package databases...
error: failed to update system (no servers configured for repository)
error: failed to update world (no servers configured for repository)
error: failed to update galaxy (no servers configured for repository)
error: failed to update lib32 (no servers configured for repository)
 extra                1665.0 KiB  2.80 MiB/s 00:01 [######################] 100%
 community               5.1 MiB  3.14 MiB/s 00:02 [######################] 100%
 multilib              162.4 KiB  3.45 MiB/s 00:00 [######################] 100%
error: failed to synchronize all databases

And when I check them out in my web browser they give a 404 error

Re: mirrors 404?

Reply #1
The latest mirrorlists can be found here:
https://gitea.artixlinux.org/packagesA/artix-mirrorlist/src/branch/master/trunk/mirrorlist
https://gitea.artixlinux.org/packagesA/archlinux-mirrorlist/src/branch/master/trunk/mirrorlist
The top one in the list gets used, unless it's missing a package or not reachable. You can comment out unwanted ones with a # at the start and arrange them so the fastest (usually one geographically close to you) is at the start, there are apps to do this.
There is some general advice on the wiki too:
https://wiki.artixlinux.org/Main/Troubleshooting

You might also want to check if you have a working network connection:
Code: [Select]
$ ping -c1 8.8.8.8

And check /etc/pacman.conf is set up OK.

Re: mirrors 404?

Reply #2
Code: [Select]
:: Synchronising package databases...
error: failed to update system (no servers configured for repository)
error: failed to update world (no servers configured for repository)
error: failed to update galaxy (no servers configured for repository)
error: failed to update lib32 (no servers configured for repository)
Post your /etc/pacman.conf and /etc/pacman.d/mirrorlist.