Skip to main content
Topic: figuring out the new mirrors (Read 2771 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

figuring out the new mirrors

I've been running my own mirror and pointing pacman to them, but the mirror has been changed and I don't see the specifc information on where the new pimary mirror is at.

All the keys are messed up as well.

I am running this is cron
Code: [Select]
rsync -avz --delete rsync://mirror1.artixlinux.org:/artix-linux /usr/local/apache2/htdocs/nylxs/mirror/ 2>&1 > /dev/nul

and this is in pacman.conf

Code: [Select]
[system]
Server = http://www3.mrbrklyn.com/nylxs/mirror/repos/$repo/os/$arch
Include = /etc/pacman.d/mirrorlist
[world]
Server = http://www3.mrbrklyn.com/nylxs/mirror/repos/$repo/os/$arch
Include = /etc/pacman.d/mirrorlist
[galaxy]
Server = http://www3.mrbrklyn.com/nylxs/mirror/repos/$repo/os/$arch
Include = /etc/pacman.d/mirrorlist

Re: figuring out the new mirrors

Reply #1
Code: [Select]
This is the new mirror list issued yesterday

[# Server list generated by rankmirrors on 2018-02-02
##
## Artix Linux repository mirrorlist
## Generated on 2017-10-21
##
# Artix mirrors
Server = http://mirror1.artixlinux.org/repos/$repo/os/$arch
Server = https://mirrors.dotsrc.org/artix-linux/repos/$repo/os/$arch
Server = https://www.uex.dk/public/artix/$repo/os/$arch
Server = http://mirror.strits.dk/artix-linux/repos/$repo/os/$arch
Server = http://artix.wheaton.edu/repos/$repo/os/$arch
code]


Re: figuring out the new mirrors

Reply #2
I've been running my own mirror and pointing pacman to them, but the mirror has been changed and I don't see the specifc information on where the new pimary mirror is at.
All the keys are messed up as well.

There was an issue with mirror1 not syncing correctly. It's fixed now.


Re: figuring out the new mirrors

Reply #4
@mrbrklyn Also, the correct URL for your mirror should be
Server = http://www3.mrbrklyn.com/nylxs/mirror/

http://www3.mrbrklyn.com/nylxs/mirror/repos/ gives a 404. Please finalize your path so we can append your mirror to the mirrorlist.

that is what I mean by there was a slight change in the tree structure. 
I am manually by adding repose to the pathway
rsync -avz --delete rsync://mirror1.artixlinux.org:/artix-linux /usr/local/apache2/htdocs/nylxs/mirror/repos/