Artix Linux Forum

Artix Linux => Package management => Topic started by: noitem on 16 October 2024, 06:21:50

Title: Are most mirrors down/unreachable?
Post by: noitem on 16 October 2024, 06:21:50
Hi ,

it seems only those three are reachable (from Au), all the others are unreachable from rankmirros test?
Code: [Select]
Server = https://mirror.albony.in/artix/$repo/os/$arch
Server = https://mirror1.cl.netactuate.com/artix/repos/$repo/os/$arch
Server = http://artist.artixlinux.org/repos/$repo/os/$arch

I used this script found on this forum
Code: [Select]
#!/bin/bash
rankmirrors -v -n 5 /etc/pacman.d/mirrorlist.pacnew | tee /etc/pacman.d/mirrorlist &&
reflector --score 5  --protocol https | tee /etc/pacman.d/mirrorlist-arch &&
pacman -Sc --noconfirm &&
pacman -Syu --noconfirm


I only have rankmirrors, does not have rankmirrors-artix or rankmirrors-arch.
Title: Re: Are most mirrors down/unreachable?
Post by: cds on 16 October 2024, 12:18:27
I know that using reflector (when using vanilla Arch) you could plug in the country to filter the server list to use.