Errors on EOS mirros 11/08/2026

i report theses mirrors on error , that cant be reached

==> Warning about https://ftp.belnet.be/mirror/endeavouros/repo/$repo/$arch (curl code 7):
    Failed to connect, the mirror may be currently offline.
==> Warning about https://mirror.meowsmp.net/endeavouros/repo/$repo/$arch (curl code 0):
    Unrecognized data returned by this mirror.
==> Warning about https://mirror.del2.albony.in/endeavouros/repo/$repo/$arch (curl code 28):
    Mirror timed out after 30 seconds.

I get those, and several other errors.

==> eos-rankmirrors: info: extracting package endeavouros-mirrorlist 26.8-1 ...
==> eos-rankmirrors: info: ranking EndeavourOS mirrors, please wait ...
==> Warning about https://mirror.gofoss.xyz/endeavouros/repo/$repo/$arch (curl code 35): Could not fetch the test file.
==> Warning about https://ftp.belnet.be/mirror/endeavouros/repo/$repo/$arch (curl code 7): Failed to connect, the mirror may be currently offline.
==> Warning about https://mirror.meowsmp.net/endeavouros/repo/$repo/$arch (curl code 0): Unrecognized data returned by this mirror.
==> Warning about https://distrohub.kyiv.ua/endeavouros/repo/$repo/$arch (curl code 28): Mirror timed out after 30 seconds.
==> Warning about https://mirror.del2.albony.in/endeavouros/repo/$repo/$arch (curl code 28): Mirror timed out after 30 seconds.
==> Warning about https://mirror.sjtu.edu.cn/endeavouros/repo/$repo/$arch (curl code 28): Mirror timed out after 30 seconds.
==> Warning about https://mirrors.jlu.edu.cn/endeavouros/repo/$repo/$arch (curl code 28): Mirror timed out after 30 seconds.
==> Warning about https://mirrors.tuna.tsinghua.edu.cn/endeavouros/repo/$repo/$arch (curl code 28): Mirror timed out after 30 seconds.

Gofoss.xyz is blocked by my OPNsense Zenarmor rules for also hosting malware. The .cn & .ua are geoblocked by my firewall. Not sure if the others are just offline.

One working mirror is good to go in the end, often happens nowadays that you can not reach mirrors in some parts of this world.

But always good if you report everything, so we will see if a mirror gone south..

Thanks for reporting!
As you can see, those are warnings instead of errors. Nevertheless, we’ll take a look since there may be real issues behind the warnings.

And as Joe mentioned, one working mirror does the job. Note that one can exclude (problematic) mirrors in file /etc/eos-rankmirrors.conf or on the command line.

For what it is worth, I have made a alias that looks like this.

alias er='eos-rankmirrors --ignore=freedif,funami,leitecastro,sjtu,meowsmp,ingk,del2 --timeout=5'

Adding the mirrors to the ignore list (by using their names) stops the warnings and you can edit the list every time you find it is necessary to do so.

Also, if you have 2 or three mirrors that always serves you well, you can edit
endeavouros-mirrorlist to list only them. Here is my endeavouros-mirrorlist

$ cat /etc/pacman.d/endeavouros-mirrorlist

######################################################
####                                              ####
###        EndeavourOS Repository Mirrorlist       ###
####                                              ####
######################################################
#### Entry in file /etc/pacman.conf:
###     [endeavouros]
###     SigLevel = PackageRequired
###     Include = /etc/pacman.d/endeavouros-mirrorlist
######################################################

## United States
Server = https://mirrors.gigenet.com/endeavouros/repo/$repo/$arch

## Germany
Server = https://mirror.alpix.eu/endeavouros/repo/$repo/$arch
Server = https://mirror.moson.org/endeavouros/repo/$repo/$arch

Pudge

eos-rankmirrors supports options --ignore and --prefer, for example

eos-rankmirrors --prefer=gigenet,alpix,moson

and the example from @keescase above.

Using option --prefer requires you already know which mirrors work well for your location.
Option --ignore is useful when you know which mirrors cause trouble and don’t want to waste time and resources with them.

yer this good to know, I have several that drop when internet speed gets to low. Thank you.