Hi guys,
I'm a little stuck, and need some help please. I truly hope I'm not wasting your time with something that is documented & I just missed 🙈!
As per a post a week or so ago, I'm trying to resurrect our mirror on Mauritius, at fedora-mirror.cloud.mu.
I have registered it in MirrorManager, added the categories of content we carry so far, and limited access to Mauritius (MU) and Reunion (RE) as we have limited bandwidth, and I don't believe anyone else can benefit from pulling from here. I am mirroring content with `quick-fedora-mirror`, but am filtering out some content to fit into available space. I believe I should have a usable copy of x86_64 & aarch64 for Fedora 41 & 42 though. For reference, my filter expression is:
``` FILTEREXP='(/i386|/armhfp|/ppc64le|/s390x|/source|/alt/development|/SRPMS|/debug|.iso|.img|.qcow2|.raw.xz|.box|/releases/test|/releases/[123789]|releases/4[01]/Everything/x86_64/iso)' ```
The mirror is listed at https://mirrormanager.fedoraproject.org/mirrors/Fedora/42/x86_64?page_size=20&page_number=6.
It is not included in the metalink mirror list though. A request like this lists only mirrors in KE and MA:
``` curl 'https://mirrors.fedoraproject.org/metalink?repo=fedora-42&arch=x86_64&am...' ```
I assume I'm missing something, either in terms of configuration steps, or in terms of required content. I'm at a loss for what that might be though. Any suggestions?
Thanks in advance for your help!
Kind regards,
Clifford
It looks correct for epel. So it seems to work form some things.
I think you are missing "linux/" at the end of the "Fedora Linux" category URLs. That part is confusing. At "linux/" to all three of your URLs for the "Fedora Linux" category.
Adrian
On Wed, May 14, 2025 at 01:19:23PM -0000, Clifford Weinmann via Mirror-admin wrote:
Hi guys,
I'm a little stuck, and need some help please. I truly hope I'm not wasting your time with something that is documented & I just missed 🙈!
As per a post a week or so ago, I'm trying to resurrect our mirror on Mauritius, at fedora-mirror.cloud.mu.
I have registered it in MirrorManager, added the categories of content we carry so far, and limited access to Mauritius (MU) and Reunion (RE) as we have limited bandwidth, and I don't believe anyone else can benefit from pulling from here. I am mirroring content with `quick-fedora-mirror`, but am filtering out some content to fit into available space. I believe I should have a usable copy of x86_64 & aarch64 for Fedora 41 & 42 though. For reference, my filter expression is:
FILTEREXP='(/i386|/armhfp|/ppc64le|/s390x|/source|/alt/development|/SRPMS|/debug|\.iso|\.img|\.qcow2|\.raw\.xz|\.box|/releases/test|/releases/[123789]|releases/4[01]/Everything/x86_64/iso)'
The mirror is listed at https://mirrormanager.fedoraproject.org/mirrors/Fedora/42/x86_64?page_size=20&page_number=6.
It is not included in the metalink mirror list though. A request like this lists only mirrors in KE and MA:
curl 'https://mirrors.fedoraproject.org/metalink?repo=fedora-42&arch=x86_64&country=mu,re'
I assume I'm missing something, either in terms of configuration steps, or in terms of required content. I'm at a loss for what that might be though. Any suggestions?
Thanks in advance for your help!
Kind regards,
Clifford
Mirror-admin mailing list -- mirror-admin@lists.fedoraproject.org To unsubscribe send an email to mirror-admin-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/mirror-admin@lists.fedoraproje... Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Thanks Adrian,
The correct paths to use was unclear, yes.
I've changed that, let's see if it solves the problem after the next scan.
Kind regards,
Clifford
​Clifford Weinmann clifford@weinmann.africa +230-5832-0037 ________________________________ From: Adrian Reber adrian@lisas.de Sent: Wednesday, May 14, 2025 5:43:56 PM To: Clifford Weinmann clifford@weinmann.africa Cc: mirror-admin@lists.fedoraproject.org mirror-admin@lists.fedoraproject.org Subject: Re: New mirror 101 help please
It looks correct for epel. So it seems to work form some things.
I think you are missing "linux/" at the end of the "Fedora Linux" category URLs. That part is confusing. At "linux/" to all three of your URLs for the "Fedora Linux" category.
Adrian
On Wed, May 14, 2025 at 01:19:23PM -0000, Clifford Weinmann via Mirror-admin wrote:
Hi guys,
I'm a little stuck, and need some help please. I truly hope I'm not wasting your time with something that is documented & I just missed 🙈!
As per a post a week or so ago, I'm trying to resurrect our mirror on Mauritius, at fedora-mirror.cloud.mu.
I have registered it in MirrorManager, added the categories of content we carry so far, and limited access to Mauritius (MU) and Reunion (RE) as we have limited bandwidth, and I don't believe anyone else can benefit from pulling from here. I am mirroring content with `quick-fedora-mirror`, but am filtering out some content to fit into available space. I believe I should have a usable copy of x86_64 & aarch64 for Fedora 41 & 42 though. For reference, my filter expression is:
FILTEREXP='(/i386|/armhfp|/ppc64le|/s390x|/source|/alt/development|/SRPMS|/debug|\.iso|\.img|\.qcow2|\.raw\.xz|\.box|/releases/test|/releases/[123789]|releases/4[01]/Everything/x86_64/iso)'
The mirror is listed at https://mirrormanager.fedoraproject.org/mirrors/Fedora/42/x86_64?page_size=20&page_number=6.
It is not included in the metalink mirror list though. A request like this lists only mirrors in KE and MA:
curl 'https://mirrors.fedoraproject.org/metalink?repo=fedora-42&arch=x86_64&country=mu,re'
I assume I'm missing something, either in terms of configuration steps, or in terms of required content. I'm at a loss for what that might be though. Any suggestions?
Thanks in advance for your help!
Kind regards,
Clifford
Mirror-admin mailing list -- mirror-admin@lists.fedoraproject.org To unsubscribe send an email to mirror-admin-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/mirror-admin@lists.fedoraproje... Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
Hi again,
Problem solved, thanks to Adrian's suggestion.
$ curl 'https://mirrors.fedoraproject.org/metalink?repo=fedora-42&arch=x86_64' <?xml version="1.0" encoding="utf-8"?> <metalink version="3.0" xmlns="http://www.metalinker.org/" type="dynamic" pubdate="Wed, 14 May 2025 17:08:57 GMT" generator="mirrormanager" xmlns:mm0="http://fedorahosted.org/mirrormanager"> <files> <file name="repomd.xml"> mm0:timestamp1744196819</mm0:timestamp> <size>4418</size> <resources maxconnections="1"> <url protocol="https" type="https" location="MU" preference="100">https://fedora-mirror.cloud.mu/fedora/linux/releases/42/Everything/x86_64/os...</url> <url protocol="rsync" type="rsync" location="MU" preference="100">rsync://fedora-mirror.cloud.mu/fedora/fedora/linux/releases/42/Everything/x86_64/os/repodata/repomd.xml</url> <url protocol="http" type="http" location="MU" preference="100">http://fedora-mirror.cloud.mu/fedora/linux/releases/42/Everything/x86_64/os/...</url> <url protocol="http" type="http" location="MA" preference="99">http://mirror.marwan.ma/fedora/fedora/linux/releases/42/Everything/x86_64/os...</url> <url protocol="https" type="https" location="MA" preference="99">https://mirror.marwan.ma/fedora/fedora/linux/releases/42/Everything/x86_64/o...</url> <url protocol="rsync" type="rsync" location="MA" preference="99">rsync://mirror.marwan.ma/fedora/releases/42/Everything/x86_64/os/repodata/repomd.xml</url> <url protocol="http" type="http" location="KE" preference="98">http://fedora.mirror.liquidtelecom.com/fedora/linux/releases/42/Everything/x...</url> <url protocol="rsync" type="rsync" location="KE" preference="98">rsync://fedora.mirror.liquidtelecom.com/fedora-enchilada/linux/releases/42/Everything/x86_64/os/repodata/repomd.xml</url> <url protocol="https" type="https" location="KE" preference="98">https://fedora.mirror.liquidtelecom.com/fedora/linux/releases/42/Everything/...</url> <url protocol="https" type="https" location="US" preference="97">https://mirror.servaxnet.com/fedora/linux/releases/42/Everything/x86_64/os/r...</url>
Kind regards,
Clifford
________________________________ From: Clifford Weinmann via Mirror-admin mirror-admin@lists.fedoraproject.org Sent: Wednesday, 14 May 2025 18:26 To: Adrian Reber adrian@lisas.de Cc: mirror-admin@lists.fedoraproject.org mirror-admin@lists.fedoraproject.org Subject: Re: New mirror 101 help please
Thanks Adrian,
The correct paths to use was unclear, yes.
I've changed that, let's see if it solves the problem after the next scan.
Kind regards,
Clifford
​Clifford Weinmann clifford@weinmann.africa +230-5832-0037 ________________________________ From: Adrian Reber adrian@lisas.de Sent: Wednesday, May 14, 2025 5:43:56 PM To: Clifford Weinmann clifford@weinmann.africa Cc: mirror-admin@lists.fedoraproject.org mirror-admin@lists.fedoraproject.org Subject: Re: New mirror 101 help please
It looks correct for epel. So it seems to work form some things.
I think you are missing "linux/" at the end of the "Fedora Linux" category URLs. That part is confusing. At "linux/" to all three of your URLs for the "Fedora Linux" category.
Adrian
On Wed, May 14, 2025 at 01:19:23PM -0000, Clifford Weinmann via Mirror-admin wrote:
Hi guys,
I'm a little stuck, and need some help please. I truly hope I'm not wasting your time with something that is documented & I just missed 🙈!
As per a post a week or so ago, I'm trying to resurrect our mirror on Mauritius, at fedora-mirror.cloud.mu.
I have registered it in MirrorManager, added the categories of content we carry so far, and limited access to Mauritius (MU) and Reunion (RE) as we have limited bandwidth, and I don't believe anyone else can benefit from pulling from here. I am mirroring content with `quick-fedora-mirror`, but am filtering out some content to fit into available space. I believe I should have a usable copy of x86_64 & aarch64 for Fedora 41 & 42 though. For reference, my filter expression is:
FILTEREXP='(/i386|/armhfp|/ppc64le|/s390x|/source|/alt/development|/SRPMS|/debug|\.iso|\.img|\.qcow2|\.raw\.xz|\.box|/releases/test|/releases/[123789]|releases/4[01]/Everything/x86_64/iso)'
The mirror is listed at https://mirrormanager.fedoraproject.org/mirrors/Fedora/42/x86_64?page_size=20&page_number=6.
It is not included in the metalink mirror list though. A request like this lists only mirrors in KE and MA:
curl 'https://mirrors.fedoraproject.org/metalink?repo=fedora-42&arch=x86_64&country=mu,re'
I assume I'm missing something, either in terms of configuration steps, or in terms of required content. I'm at a loss for what that might be though. Any suggestions?
Thanks in advance for your help!
Kind regards,
Clifford
Mirror-admin mailing list -- mirror-admin@lists.fedoraproject.org To unsubscribe send an email to mirror-admin-leave@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/mirror-admin@lists.fedoraproje... Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
mirror-admin@lists.fedoraproject.org