Hi everyone,
I am using Manjaro for quite a while and now it is time to contributing back.
I noticed that there are no mirrors in Finland, so I created one.
Details:
HTTP: http://manjaro.kyberorg.fi/
HTTPS: https://manjaro.kyberorg.fi/
Repos: Stable/Testing/Unstable, ARM Stable/Testing/Unstable
Reachable at IPv4 and IPv6
Hosted by Hetzner, location: Helsinki.
Syncing: rsync://mirror.service.org/repo.manjaro.org/repos/
Sync freq: 30min
Feel free to test it and contact me here or via email (alex@kyberorg.io )
As @Fabby mentioned you can add by modifying /var/lib/pacman-mirrors/custom-mirrors.json
:
[
{
"branches": [
1,
1,
1
],
"continent": "Europe",
"country": "Finland",
"last_sync": "00:00",
"protocols": [
"https",
"http"
],
"resp_time": 0,
"url": "https://manjaro.kyberorg.fi/"
}
]
8 Likes
Fabby
28 April 2021 21:34
2
Do you want your testers to only reside in or can they be from another country in
I think the reason should be obvious.
4 Likes
@Fabby any country worldwide.
I personally use it from Tallinn, and it is extremely fast from here (1Gb updates within seconds).
1 Like
@Yochanan both are supported. Personally I prefer HTTPS as well.
Fabby
30 April 2021 14:59
6
Changed my /var/lib/pacman-mirrors/custom-mirrors.json
to contain:
[
{
"branches": [
1,
1,
1
],
"continent": "Europe",
"country": "Finland",
"last_sync": "00:00",
"protocols": [
"https",
"http"
],
"resp_time": 0,
"url": "http://manjaro.kyberorg.fi/"
}
]
and id a pacman -Suyy
to rebuild.
I’ll DM you with my IP addresses so you can check on your end.
1 Like
478.8 MB downloaded for today’s update.
Speed was excellent, pamac
didn’t give any hard data (took >2, <3 minutes)
1 Like
Fabby
13 May 2021 23:30
8
ping kyberorg
Is everything OK on your side and can we add your server to the official mirror list by now?
(Just checked and can’t see kyberorg.fi
yet…)
1 Like
Fabby
19 May 2021 14:42
9
Mirror is not updated 40 minutes after message was posted
Fabby
19 May 2021 19:35
11
OK, update arrived in the meantime, but after this update, I’m going back to my fastest server now as it’s not only fast but also in sync all of the time…
1 Like
Mirror works fine to me (also in Finland ). Glad that there is some close and fast mirror available.
@Fabby , What mirror is updated constantly? I suppose that all mirrors have some interval. 2h seems reasonable to me…
1 Like
Would be nice. It is almost month online and had only 1 minutes (for reboot) downtime.
I sync every 2 hours and monitor it.
1 Like
Okay, from now on mirror syncs every 30 mins. I hope they won’t ban me, if I sync this often.
1 Like
Question to all: how critical is IPv6 for you ?
Fabby
20 May 2021 06:51
16
I have both, but if you have IPV6, why would you take it away? It’s the future anyway…
https://manjaro.kyberorg.fi runs under ArchLinux and served by Nginx.
Nginx in ArchLinux is compiled without --with-ipv6
option out of the box. So I filled feature request:
https://bugs.archlinux.org/task/70956
Honestly I prefer to use official package instead of compiling from sources every new version. So I would wait nginx maintainer’s response.
1 Like
I’m using a VPS from Hetzner with Arch and nginx-mainline package (also official) and it’s answering IPv6 requests. Are you sure that that option is necessary?
1 Like
Finally mirror is accessible via IPv6.
Kudos to @cfinnberg .
1 Like