From avij at centosproject.org Fri Feb 1 01:27:38 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 1 Feb 2019 03:27:38 +0200 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <6e046879-e128-470d-7352-8b378a679278@garr.it> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> Message-ID: <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> Paolo Velati kirjoitti 31.1.2019 klo 16.27: > Hello CentOS maintainers, > > I've updated the infos about our mirror. > > > HTTP: http://centos.mirror.garr.it/centos > HTTPS: https://centos.mirror.garr.it/centos > > Sync schedule: Every 4 hrs > Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a datacenter > with 40Gbps uplink ) > Location: Italy (Bari) > Sponsor: GARR > Sponsor URL: http://www.garr.it/ > IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP > authorizations) > Email contact: mirror-service at garr.it > Mirroring AltArch: yes (I have the rsync script ready, once you > authorize IPs I'll start sync) > > AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ > AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ Hi, 90.147.160.192/28 is now in the ACL and other info updated accordingly. Note that I also removed your old IPv6 address from the ACL. If you run into problems syncing, you can try the -4 option to rsync to force the use of IPv4. If that works, the problem is likely IPv6 related, and the correct fix would be to add your IPv6 address to the ACL as well. Speaking of IPv6, it appears that one of your VMs is not set up correctly for IPv6 access: http: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip http://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 80
2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 https: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip https://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 443
2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 As for AltArch, while you can now sync from msync.centos.org/altarch, it would be nice if you could do your initial sync from some other European AltArch mirror first, and then switch to syncing from centos.org after your initial sync. List of those mirrors is at the usual place, https://www.centos.org/download/altarch-mirrors/ Thanks! From paolo.velati at garr.it Fri Feb 1 10:33:21 2019 From: paolo.velati at garr.it (Paolo Velati) Date: Fri, 1 Feb 2019 11:33:21 +0100 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> Message-ID: <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> Hello Anssi, I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. I'm syncing from eu-msync.centos.org for CentOS and altarch. Now the mirror should be fine (available IPv4+v6 and updated). As usual, thanks for your support. Paolo Velati On 2/1/19 2:27 AM, Anssi Johansson wrote: > Paolo Velati kirjoitti 31.1.2019 klo 16.27: >> Hello CentOS maintainers, >> >> I've updated the infos about our mirror. >> >> >> HTTP: http://centos.mirror.garr.it/centos >> HTTPS: https://centos.mirror.garr.it/centos >> >> Sync schedule: Every 4 hrs >> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >> datacenter with 40Gbps uplink ) >> Location: Italy (Bari) >> Sponsor: GARR >> Sponsor URL: http://www.garr.it/ >> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >> authorizations) >> Email contact: mirror-service at garr.it >> Mirroring AltArch: yes (I have the rsync script ready, once you >> authorize IPs I'll start sync) >> >> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ > > Hi, 90.147.160.192/28 is now in the ACL and other info updated > accordingly. Note that I also removed your old IPv6 address from the > ACL. If you run into problems syncing, you can try the -4 option to > rsync to force the use of IPv4. If that works, the problem is likely > IPv6 related, and the correct fix would be to add your IPv6 address to > the ACL as well. > > Speaking of IPv6, it appears that one of your VMs is not set up > correctly for IPv6 access: > > http: > $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do > echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip > http://centos.mirror.garr.it/centos/timestamp.txt; done > > 90.147.160.70 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.72 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.73 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:70 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:72 > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 80
> > > 2001:760:ffff:b6:4:100:0:73 > Mon Dec 10 22:49:01 UTC 2018 > > > https: > > $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do > echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip > https://centos.mirror.garr.it/centos/timestamp.txt; done > > 90.147.160.70 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.72 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.73 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:70 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:72 > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 443
> > > 2001:760:ffff:b6:4:100:0:73 > Mon Dec 10 22:49:01 UTC 2018 > > > As for AltArch, while you can now sync from msync.centos.org/altarch, > it would be nice if you could do your initial sync from some other > European AltArch mirror first, and then switch to syncing from > centos.org after your initial sync. List of those mirrors is at the > usual place, https://www.centos.org/download/altarch-mirrors/ > > Thanks! > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From avij at centosproject.org Fri Feb 1 16:01:33 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 1 Feb 2019 18:01:33 +0200 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> Message-ID: <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> I'm afraid this isn't quite fixed yet. The command I ran earlier still gives the same output: $ curl --resolve centos.mirror.garr.it:80:2001:760:ffff:b6:4:100:0:72 http://centos.mirror.garr.it/centos/timestamp.txt 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 80
Paolo Velati kirjoitti 1.2.2019 klo 12.33: > Hello Anssi, > > I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. > > I'm syncing from eu-msync.centos.org for CentOS and altarch. > > Now the mirror should be fine (available IPv4+v6 and updated). > > As usual, thanks for your support. > > Paolo Velati > > On 2/1/19 2:27 AM, Anssi Johansson wrote: >> Paolo Velati kirjoitti 31.1.2019 klo 16.27: >>> Hello CentOS maintainers, >>> >>> I've updated the infos about our mirror. >>> >>> >>> HTTP: http://centos.mirror.garr.it/centos >>> HTTPS: https://centos.mirror.garr.it/centos >>> >>> Sync schedule: Every 4 hrs >>> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >>> datacenter with 40Gbps uplink ) >>> Location: Italy (Bari) >>> Sponsor: GARR >>> Sponsor URL: http://www.garr.it/ >>> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >>> authorizations) >>> Email contact: mirror-service at garr.it >>> Mirroring AltArch: yes (I have the rsync script ready, once you >>> authorize IPs I'll start sync) >>> >>> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >>> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ >> >> Hi, 90.147.160.192/28 is now in the ACL and other info updated >> accordingly. Note that I also removed your old IPv6 address from the >> ACL. If you run into problems syncing, you can try the -4 option to >> rsync to force the use of IPv4. If that works, the problem is likely >> IPv6 related, and the correct fix would be to add your IPv6 address to >> the ACL as well. >> >> Speaking of IPv6, it appears that one of your VMs is not set up >> correctly for IPv6 access: >> >> http: >> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do >> echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip >> http://centos.mirror.garr.it/centos/timestamp.txt; done >> >> 90.147.160.70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.72 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:72 >> >> >> 404 Not Found >> >>

Not Found

>>

The requested URL /centos/timestamp.txt was not found on this >> server.

>>
>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >> 80
>> >> >> 2001:760:ffff:b6:4:100:0:73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> >> https: >> >> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do >> echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip >> https://centos.mirror.garr.it/centos/timestamp.txt; done >> >> 90.147.160.70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.72 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:72 >> >> >> 404 Not Found >> >>

Not Found

>>

The requested URL /centos/timestamp.txt was not found on this >> server.

>>
>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >> 443
>> >> >> 2001:760:ffff:b6:4:100:0:73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> >> As for AltArch, while you can now sync from msync.centos.org/altarch, >> it would be nice if you could do your initial sync from some other >> European AltArch mirror first, and then switch to syncing from >> centos.org after your initial sync. List of those mirrors is at the >> usual place, https://www.centos.org/download/altarch-mirrors/ >> >> Thanks! >> _______________________________________________ >> CentOS-mirror mailing list >> CentOS-mirror at centos.org >> https://lists.centos.org/mailman/listinfo/centos-mirror > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From paolo.velati at garr.it Mon Feb 4 09:19:06 2019 From: paolo.velati at garr.it (Paolo Velati) Date: Mon, 4 Feb 2019 10:19:06 +0100 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> Message-ID: <10213ec3-dbab-19de-366b-2f53ba34f79d@garr.it> Ok I've checked and I had a conflict with that ipv6 address. Now it should be _really_ fixed. Thank you Paolo On 2/1/19 5:01 PM, Anssi Johansson wrote: > I'm afraid this isn't quite fixed yet. The command I ran earlier still > gives the same output: > > $ curl --resolve centos.mirror.garr.it:80:2001:760:ffff:b6:4:100:0:72 > http://centos.mirror.garr.it/centos/timestamp.txt > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 80
> > > > Paolo Velati kirjoitti 1.2.2019 klo 12.33: >> Hello Anssi, >> >> I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. >> >> I'm syncing from eu-msync.centos.org for CentOS and altarch. >> >> Now the mirror should be fine (available IPv4+v6 and updated). >> >> As usual, thanks for your support. >> >> Paolo Velati >> >> On 2/1/19 2:27 AM, Anssi Johansson wrote: >>> Paolo Velati kirjoitti 31.1.2019 klo 16.27: >>>> Hello CentOS maintainers, >>>> >>>> I've updated the infos about our mirror. >>>> >>>> >>>> HTTP: http://centos.mirror.garr.it/centos >>>> HTTPS: https://centos.mirror.garr.it/centos >>>> >>>> Sync schedule: Every 4 hrs >>>> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >>>> datacenter with 40Gbps uplink ) >>>> Location: Italy (Bari) >>>> Sponsor: GARR >>>> Sponsor URL: http://www.garr.it/ >>>> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >>>> authorizations) >>>> Email contact: mirror-service at garr.it >>>> Mirroring AltArch: yes (I have the rsync script ready, once you >>>> authorize IPs I'll start sync) >>>> >>>> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >>>> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ >>> >>> Hi, 90.147.160.192/28 is now in the ACL and other info updated >>> accordingly. Note that I also removed your old IPv6 address from the >>> ACL. If you run into problems syncing, you can try the -4 option to >>> rsync to force the use of IPv4. If that works, the problem is likely >>> IPv6 related, and the correct fix would be to add your IPv6 address >>> to the ACL as well. >>> >>> Speaking of IPv6, it appears that one of your VMs is not set up >>> correctly for IPv6 access: >>> >>> http: >>> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; >>> do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip >>> http://centos.mirror.garr.it/centos/timestamp.txt; done >>> >>> 90.147.160.70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.72 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:72 >>> >>> >>> 404 Not Found >>> >>>

Not Found

>>>

The requested URL /centos/timestamp.txt was not found on this >>> server.

>>>
>>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >>> 80
>>> >>> >>> 2001:760:ffff:b6:4:100:0:73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> >>> https: >>> >>> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; >>> do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip >>> https://centos.mirror.garr.it/centos/timestamp.txt; done >>> >>> 90.147.160.70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.72 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:72 >>> >>> >>> 404 Not Found >>> >>>

Not Found

>>>

The requested URL /centos/timestamp.txt was not found on this >>> server.

>>>
>>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >>> 443
>>> >>> >>> 2001:760:ffff:b6:4:100:0:73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> >>> As for AltArch, while you can now sync from >>> msync.centos.org/altarch, it would be nice if you could do your >>> initial sync from some other European AltArch mirror first, and then >>> switch to syncing from centos.org after your initial sync. List of >>> those mirrors is at the usual place, >>> https://www.centos.org/download/altarch-mirrors/ >>> >>> Thanks! >>> _______________________________________________ >>> CentOS-mirror mailing list >>> CentOS-mirror at centos.org >>> https://lists.centos.org/mailman/listinfo/centos-mirror >> _______________________________________________ >> CentOS-mirror mailing list >> CentOS-mirror at centos.org >> https://lists.centos.org/mailman/listinfo/centos-mirror > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From admin at dedic.sh Mon Feb 4 09:58:02 2019 From: admin at dedic.sh (admin at dedic.sh) Date: Mon, 04 Feb 2019 12:58:02 +0300 Subject: [CentOS-mirror] Add IPv6 Message-ID: Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. Address is 2001:67c:1688:b:: Thank you. From avij at centosproject.org Mon Feb 4 17:23:24 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 19:23:24 +0200 Subject: [CentOS-mirror] Add IPv6 In-Reply-To: References: Message-ID: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> admin at dedic.sh kirjoitti 4.2.2019 klo 11.58: > Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. > Address is 2001:67c:1688:b:: Hi, this has now been added, so you should now be able to rsync from msync.centos.org over IPv6. There's a slight (firewall?) issue with your mirror, though: $ curl -6v http://dedic.sh/centos/timestamp.txt * About to connect() to dedic.sh port 80 (#0) * Trying 2001:67c:1688:b::... * Permission denied * Failed connect to dedic.sh:80; Permission denied * Closing connection 0 curl: (7) Failed connect to dedic.sh:80; Permission denied Maybe this could be fixed? Once the issue is fixed, your mirror will no longer be listed as failing on http://miuku.net/ipv6reach/ (the list is updated only every three hours). From asabigue at fder.edu.uy Mon Feb 4 18:45:56 2019 From: asabigue at fder.edu.uy (ariel sabiguero yawelak) Date: Mon, 4 Feb 2019 15:45:56 -0300 Subject: [CentOS-mirror] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> References: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: Hi. I am unable to reach msync from my mirror through IPv6. It simply does not resolve: espejito:/tmp # dig aaaa msync.centos.org ; <<>> DiG 9.11.2 <<>> aaaa msync.centos.org ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6999 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ; COOKIE: 592fe0f297ba7967cd069d5a5c588790bebc11d6d77ff7aa (good) ;; QUESTION SECTION: ;msync.centos.org.????????????? IN????? AAAA ;; AUTHORITY SECTION: msync.centos.org.?????? 1694??? IN????? SOA pdns1.centos.org. hostmaster.centos.org. 2019013013 1800 3600 604800 3600 ;; Query time: 0 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Mon Feb 04 15:42:24 -03 2019 ;; MSG SIZE? rcvd: 126 but it does resolve IPv4. Is there something I am doing wrong and I am unaware? regards ariel El 4/2/19 a las 14:23, Anssi Johansson escribi?: > admin at dedic.sh kirjoitti 4.2.2019 klo 11.58: >> Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. >> Address is 2001:67c:1688:b:: > > Hi, this has now been added, so you should now be able to rsync from > msync.centos.org over IPv6. > > There's a slight (firewall?) issue with your mirror, though: > > $ curl -6v http://dedic.sh/centos/timestamp.txt > * About to connect() to dedic.sh port 80 (#0) > *?? Trying 2001:67c:1688:b::... > * Permission denied > * Failed connect to dedic.sh:80; Permission denied > * Closing connection 0 > curl: (7) Failed connect to dedic.sh:80; Permission denied > > Maybe this could be fixed? Once the issue is fixed, your mirror will > no longer be listed as failing on http://miuku.net/ipv6reach/ (the > list is updated only every three hours). > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 4 18:53:01 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 20:53:01 +0200 Subject: [CentOS-mirror] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: References: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> ariel sabiguero yawelak kirjoitti 4.2.2019 klo 20.45: > Hi. > > I am unable to reach msync from my mirror through IPv6. It simply does > not resolve: We simply don't have any IPv6-capable msync servers in South America. The few servers we have in South America only have IPv4. We figured that in this case mirrors from South America would prefer to use IPv4 for syncing, instead of syncing from some other continent over IPv6. If there are people reading this message who could donate an IPv6-capable server in South America, https://wiki.centos.org/Donate has some pointers for how to move forward (with appropriate contact details; note that I'm not the one who manages the donated servers). Asia is also in a similar IPv4-only situation. From admin at hospedados.es Mon Feb 4 20:01:11 2019 From: admin at hospedados.es (Admin Hospedados) Date: Mon, 4 Feb 2019 21:01:11 +0100 Subject: [CentOS-mirror] New public mirror Message-ID: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> Hello We setup AltArch public mirror in C?diz (Spain): HTTP:http://mirror.gadix.com/centos-altarch/ Sync schedule: Every 8 hrs Bandwidth: 1Gbps Location: C?diz (Spain) Sponsor: Hospedados.com & GadIX.com Sponsor URL:www.gadix.com IPv4 address to authorize: 185.234.224.255 Email contact:admin at hospedados.es Mirroring AltArch : yes Best Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 4 20:17:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 22:17:27 +0200 Subject: [CentOS-mirror] New public mirror In-Reply-To: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> References: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> Message-ID: <5eae3cb1-6568-877c-d7ac-79db34ee57d2@centosproject.org> Admin Hospedados kirjoitti 4.2.2019 klo 22.01: > Hello > > > We setup AltArch public mirror in C?diz (Spain): > > HTTP: http://mirror.gadix.com/centos-altarch/ > > Sync schedule: Every 8 hrs > Bandwidth: 1Gbps > Location: C?diz (Spain) > Sponsor: Hospedados.com & GadIX.com > Sponsor URL:www.gadix.com > IPv4 address to authorize: 185.234.224.255 > Email contact:admin at hospedados.es > Mirroring AltArch : yes Thanks! The mirror has now been added and will show up on the lists shortly. From mirror at cedia.org.ec Tue Feb 5 13:01:19 2019 From: mirror at cedia.org.ec (CEDIA FOSS Mirrors) Date: Tue, 5 Feb 2019 08:01:19 -0500 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> References: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: <1549371679.805084.956033188@otrs.cedia.org.ec> hi Anssi we are IPv6 capable with [1]https://mirror.cedia.org.ec, if you would like us to setup a different mirror to act as msync.centos.org in dual stack, we are glad to help. regards epe Ernesto Perez -- CSIRT-CEDIA Ladr?n de Guevara E11-253 y Andaluc?a, EPN, Casa Patrimonial. Quito?- Ecuador Telf: (593) 7 407 9300 Ext. 115 csirt at cedia.org.ec / [2]https://csirt.cedia.org.ec 02/04/2019 14:00 - Anssi Johansson wrote: ariel sabiguero yawelak kirjoitti 4.2.2019 klo 20.45: > Hi. > > I am unable to reach msync from my mirror through IPv6. It simply does > not resolve: We simply don't have any IPv6-capable msync servers in South America. The few servers we have in South America only have IPv4. We figured that in this case mirrors from South America would prefer to use IPv4 for syncing, instead of syncing from some other continent over IPv6. If there are people reading this message who could donate an IPv6-capable server in South America, [3]https://wiki.centos.org/Donate has some pointers for how to move forward (with appropriate contact details; note that I'm not the one who manages the donated servers). Asia is also in a similar IPv4-only situation. _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org [4]https://lists.centos.org/mailman/listinfo/centos-mirror [1] https://mirror.cedia.org.ec [2] https://csirt.cedia.org.ec [3] https://wiki.centos.org/Donate [4] https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From arrfab at centos.org Tue Feb 5 13:39:06 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Tue, 5 Feb 2019 14:39:06 +0100 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <1549371679.805084.956033188@otrs.cedia.org.ec> References: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> Message-ID: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: > hi Anssi > we are IPv6 capable with https://mirror.cedia.org.ec, if you would like > us to setup a different mirror to act as msync.centos.org in dual stack, > we are glad to help. > > regards > epe > > thanks for your offering, but we have two different layers : - msync.centos.org = nodes donated for/in the centos infra and so that we control end-to-end through config management and under monitoring from our side - other mirrors = mirrors offered by community but that they maintain themselves and that we only "crawl" to validate content and mirror age. Is your offer to host a donated/dedicated server for the centos project ? (so basically like described on https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc1 ) -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From mirror at cedia.org.ec Tue Feb 5 14:21:33 2019 From: mirror at cedia.org.ec (CEDIA FOSS Mirrors) Date: Tue, 5 Feb 2019 09:21:33 -0500 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> References: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org><115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> Message-ID: <1549376493.708024.091935694@otrs.cedia.org.ec> 02/05/2019 08:40 - Fabian Arrotin wrote: On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: > hi Anssi > we are IPv6 capable with [1]https://mirror.cedia.org.ec, if you would like > us to setup a different mirror to act as msync.centos.org in dual stack, > we are glad to help. > > regards > epe > > thanks for your offering, but we have two different layers : - msync.centos.org = nodes donated for/in the centos infra and so that we control end-to-end through config management and under monitoring from our side - other mirrors = mirrors offered by community but that they maintain themselves and that we only "crawl" to validate content and mirror age. Is your offer to host a donated/dedicated server for the centos project ? (so basically like described on [2]https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc[..] ) yes, we can offer you a server with similar or better specs than the stated in that page. You may contact me offlist in order to plan and setup it according to the specs. regards epe ? -- Fabian Arrotin The CentOS Project | [3]https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org [4]https://lists.centos.org/mailman/listinfo/centos-mirror [1] https://mirror.cedia.org.ec [2] https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc1 [3] https://www.centos.org [4] https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From bb at twomiles.co.uk Tue Feb 5 15:38:37 2019 From: bb at twomiles.co.uk (Balazs Baranyi) Date: Tue, 5 Feb 2019 15:38:37 +0000 Subject: [CentOS-mirror] New CentOS mirror for Hungary Message-ID: Hello, We have setup a new CentOS mirror alongside our official Ubuntu mirror. Please feel free to add it to your list. HTTP: http://mirror.gtx.hu/centos FTP: n/a RSYNC: n/a Sync schedule: Every 4 hours Bandwidth: 1Gbit/s Location: Budapest, Hungary Sponsor: GTX Sponsor URL: http://mirror.gtx.hu IPv4 addresses to authorize: 213.181.201.96 and 62.77.130.44 IPv6 address to authorize: none Email contact: bb at twomiles.co.uk Mirroring AltArch : no I am glad to support the CentOS project! Best Regards, Balazs B -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Wed Feb 6 00:20:21 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 6 Feb 2019 02:20:21 +0200 Subject: [CentOS-mirror] New CentOS mirror for Hungary In-Reply-To: References: Message-ID: <895c3114-a025-f940-1a53-eaecbed3ac6b@centosproject.org> Balazs Baranyi kirjoitti 5.2.2019 klo 17.38: > Hello, > > We have setup a new CentOS mirror alongside our official Ubuntu mirror. > Please feel free to add it to your list. > > HTTP: http://mirror.gtx.hu/centos > FTP: n/a > RSYNC: n/a > > Sync schedule: Every 4 hours > Bandwidth: 1Gbit/s > Location: Budapest, Hungary > Sponsor: GTX > Sponsor URL: http://mirror.gtx.hu > IPv4 addresses to authorize: 213.181.201.96 and 62.77.130.44 > IPv6 address to authorize: none > Email contact: bb at twomiles.co.uk > Mirroring AltArch? : no > > I am glad to support the CentOS project! Thanks for the support! The mirror has now been added and you can now rsync from rsync://msync.centos.org/CentOS/ From arrfab at centos.org Wed Feb 6 12:55:06 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Wed, 6 Feb 2019 13:55:06 +0100 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <1549376493.708024.091935694@otrs.cedia.org.ec> References: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> <1549376493.708024.091935694@otrs.cedia.org.ec> Message-ID: <2603b181-9bf1-b978-2893-c868cf517293@centos.org> On 05/02/2019 15:21, CEDIA FOSS Mirrors wrote: > > > 02/05/2019 08:40 - Fabian Arrotin wrote: > On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: >> hi Anssi >> we are IPv6 capable with https://mirror.cedia.org.ec, if you would like >> us to setup a different mirror to act as msync.centos.org in dual stack, >> we are glad to help. >> >> regards >> epe >> >> > > thanks for your offering, but we have two different layers : > > - msync.centos.org = nodes donated for/in the centos infra and so that > we control end-to-end through config management and under monitoring > from our side > - other mirrors = mirrors offered by community but that they maintain > themselves and that we only "crawl" to validate content and mirror age. > > Is your offer to host a donated/dedicated server for the centos project > ? (so basically like described on > https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc[..] > > ) > > yes, we can offer you a server with similar or better specs than the > stated in that page. You may contact me offlist in order to plan and > setup it according to the specs. Which I did yesterday .. ;-) > > regards > epe > ? > -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From phild at fb.com Wed Feb 6 23:46:57 2019 From: phild at fb.com (Phil Dibowitz) Date: Wed, 6 Feb 2019 23:46:57 +0000 Subject: [CentOS-mirror] CentOS Mirror @ Facebook Message-ID: We seem to have fallen off of the list because the contact address changed. Sorry about that. Lets re-register! HTTP: http://mirror.facebook.net/centos/ RSYNC: rsync://mirror.facebook.net/centos/ Sync schedule: Every 6 hrs Bandwidth: a lot Location: Prineville, WA, and Forest City, NC Sponsor: Facebook Sponsor URL: facebook.com IPv4 address to authorize: 163.114.128.0/20, 199.201.64.0/22 IPv6 address to authorize: 2620:10d:c080::/41 Email contact: mirror-external at fb.com Mirroring AltArch: yes HTTP: http://mirror.facebook.net/centos-altarch/ RSYNC: rsync://mirror.facebook.net/centos-altarch/ And, in theory debuginfo: HTTP: http://mirror.facebook.net/centos-debuginfo/ RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ -- Phil Dibowitz Production Engineering Unexpected attachment? http://www.fburl.com/phildfaq -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From avij at centosproject.org Thu Feb 7 06:03:49 2019 From: avij at centosproject.org (Anssi Johansson) Date: Thu, 7 Feb 2019 08:03:49 +0200 Subject: [CentOS-mirror] CentOS Mirror @ Facebook In-Reply-To: References: Message-ID: Phil Dibowitz kirjoitti 7.2.2019 klo 1.46: > We seem to have fallen off of the list because the contact address changed. > Sorry about that. Lets re-register! > > > HTTP: http://mirror.facebook.net/centos/ > RSYNC: rsync://mirror.facebook.net/centos/ > > Sync schedule: Every 6 hrs > Bandwidth: a lot > Location: Prineville, WA, and Forest City, NC > Sponsor: Facebook > Sponsor URL: facebook.com > IPv4 address to authorize: 163.114.128.0/20, 199.201.64.0/22 > IPv6 address to authorize: 2620:10d:c080::/41 > Email contact: mirror-external at fb.com > Mirroring AltArch: yes > HTTP: http://mirror.facebook.net/centos-altarch/ > RSYNC: rsync://mirror.facebook.net/centos-altarch/ > > And, in theory debuginfo: > HTTP: http://mirror.facebook.net/centos-debuginfo/ > RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ Welcome back! You can now rsync from rsync://msync.centos.org/CentOS and rsync://msync.centos.org/altarch for those contents. As for debuginfo, we don't currently have a list where we could add your debuginfo mirror, and setting that up will require a few changes in various places on our side. We'll get back to this once the initial framework for mirroring debuginfo has been set up. Thanks! From arrfab at centos.org Thu Feb 7 12:30:05 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Thu, 7 Feb 2019 13:30:05 +0100 Subject: [CentOS-mirror] CentOS Mirror @ Facebook In-Reply-To: References: Message-ID: <66bae08f-1440-6d4c-54c9-6437f526d772@centos.org> On 07/02/2019 07:03, Anssi Johansson wrote: > Phil Dibowitz kirjoitti 7.2.2019 klo 1.46: >> We seem to have fallen off of the list because the contact address >> changed. >> Sorry about that. Lets re-register! >> And, in theory debuginfo: >> ?? HTTP: http://mirror.facebook.net/centos-debuginfo/ >> ?? RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ > > Welcome back! You can now rsync from rsync://msync.centos.org/CentOS and > rsync://msync.centos.org/altarch for those contents. > > As for debuginfo, we don't currently have a list where we could add your > debuginfo mirror, and setting that up will require a few changes in > various places on our side. We'll get back to this once the initial > framework for mirroring debuginfo has been set up. Thanks! It's true that we never had any plan for rsync/debuginfo, but I got some requests for this .. Actually our (donated) nodes pool for debuginfo is too small for this and to let everybody rsync content from us (also why we had to setup an ACL for the ::CentOS and ::altarch modules/targets) Now, wondering if we can still (while we work on a better way) allow some specific IPs, and publicly announce that for the time being, everybody can rsync from , for example, rsync://mirror.facebook.net/centos-debuginfo/ ? Would that work for everybody ? I remember that last week, CERN was also keen on mirroring debuginfo and share it publicly. So far, that's the only thing we can do directly to "unblock" this (while still waiting on some well connected sponsored nodes with enough storage) PS : the current debuginfo store disk usage is ~1.4TiB , nothing more -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From contact at alpix.eu Sun Feb 10 12:17:14 2019 From: contact at alpix.eu (Alpix) Date: Sun, 10 Feb 2019 13:17:14 +0100 Subject: [CentOS-mirror] New Mirror (mirror.alpix.eu) >> Server relocated In-Reply-To: References: Message-ID: Hi Anssi, im about to relocate the mirror today. At the moment all requests are still served by the old server. The new mirror will be IPv6 compatible. So a few Infos need to be updated: Sync schedule: Every hour at random minute Location: EU (Germany) City: Falkenstein IPv4 address to authorize: 176.9.28.85 IPv6 address to authorize: 2a01:4f8:150:3055::2 Can you please authorize the new IPs? And can you please let the the old IP authorized until 16.2.19 ? Because currently the old mirror is still live and needs to be in sync. If you need any more information, feel free to get in touch with me. Yours sincerely, Lukas N. Am So., 7. Mai 2017 um 20:42 Uhr schrieb Alpix : > > HTTP: https://mirror.alpix.eu/centos/ > HTTPS: http://mirror.alpix.eu/centos/ > FTP: - > RSYNC: rsync://mirror.alpix.eu/centos/ > > Sync schedule: Every 2 hrs at random minute > Bandwidth: 1 Gbit/s > Location: EU (Germany) > Sponsor: Alpix > Sponsor URL: https://alpix.eu > IPv4 address to authorize: 85.93.88.49 > IPv6 address to authorize: sadly no (...) > Email contact: contact at alpix.eu > Mirroring AltArch : no > > > If you need any more information, feel free to get in touch with me. > > Yours sincerely, > Lukas N. From avij at centosproject.org Sun Feb 10 13:09:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sun, 10 Feb 2019 15:09:27 +0200 Subject: [CentOS-mirror] New Mirror (mirror.alpix.eu) >> Server relocated In-Reply-To: References: Message-ID: <82f52751-e6ce-e6dd-6260-96302a3ac3ed@centosproject.org> Alpix kirjoitti 10.2.2019 klo 14.17: > Hi Anssi, > > im about to relocate the mirror today. > At the moment all requests are still served by the old server. > The new mirror will be IPv6 compatible. > > So a few Infos need to be updated: > Sync schedule: Every hour at random minute > Location: EU (Germany) City: Falkenstein > IPv4 address to authorize: 176.9.28.85 > IPv6 address to authorize: 2a01:4f8:150:3055::2 > > Can you please authorize the new IPs? > And can you please let the the old IP authorized until 16.2.19 ? > Because currently the old mirror is still live and needs to be in sync. Hi, these changes have now been made and you can now sync from both the old and new IP addresses. The old IP address has been set to expire later on. From bg.tech at wwfx.net Mon Feb 11 10:11:42 2019 From: bg.tech at wwfx.net (Worldwide Fx support team) Date: Mon, 11 Feb 2019 12:11:42 +0200 Subject: [CentOS-mirror] New public mirror Message-ID: Hello We setup Centos public mirror in Sofia (Bulgaria): HTTP: http://mirror.wwfx.net/Sync schedule: Every 6 hrsBandwidth: 2 GbpsLocation: Sofia (Bulgaria)Sponsor: Worldwide Fx / Nu Boyana Film StudiosSponsor URL: wwfx.netIPv4 address to authorize: 195.24.36.156Email contact: bg.tech at wwfx.net Best Regards N. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ra at ra.is Mon Feb 11 16:10:39 2019 From: ra at ra.is (Richard Allen) Date: Mon, 11 Feb 2019 16:10:39 +0000 (GMT) Subject: [CentOS-mirror] Mirror moving In-Reply-To: References: Message-ID: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Hello all, I've been running a mirror for a very long time. We are now moving the server to a new location and it's IP address will change and it will become IPv6 capable. We are syncing from eu-msync.centos.org::CentOS Is there a procedure to follow to get the new IP addresses recognized or something other I should do during this process? Regards, Richard. -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at chrishawker.com.au Mon Feb 11 22:07:35 2019 From: me at chrishawker.com.au (Christopher Hawker) Date: Mon, 11 Feb 2019 22:07:35 +0000 Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> References: , <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Message-ID: <786C2964-FEAC-46F4-909E-083696EE8807@chrishawker.com.au> Hi Richard, There?s no real procedure per-se, more or less you just need to reply here with the new IPs and when they will go live. Fabian or Anssi will then update the ACLs accordingly. Thanks, Christopher Hawker Sent from my iPhone On 12 Feb 2019, at 3:11 am, Richard Allen > wrote: Hello all, I've been running a mirror for a very long time. We are now moving the server to a new location and it's IP address will change and it will become IPv6 capable. We are syncing from eu-msync.centos.org::CentOS Is there a procedure to follow to get the new IP addresses recognized or something other I should do during this process? Regards, Richard. _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 11 23:57:18 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 12 Feb 2019 01:57:18 +0200 Subject: [CentOS-mirror] New public mirror In-Reply-To: References: Message-ID: <029c2c90-3395-ba91-378c-6f45a458d6aa@centosproject.org> Worldwide Fx support team kirjoitti 11.2.2019 klo 12.11: > Hello > > > We setup Centos public mirror?in Sofia (Bulgaria): > > HTTP:http://mirror.wwfx.net/ > Sync schedule: Every 6 hrs > Bandwidth: 2 Gbps > Location: Sofia (Bulgaria) > Sponsor: Worldwide Fx / Nu Boyana Film Studios > Sponsor URL:wwfx.net > IPv4 address to authorize: 195.24.36.156 > Email contact:bg.tech at wwfx.net Thanks, this mirror has now been added. You can now start rsyncing from rsync://msync.centos.org/CentOS/ for the content. From ra at ra.is Tue Feb 19 17:31:13 2019 From: ra at ra.is (Richard Allen) Date: Tue, 19 Feb 2019 17:31:13 +0000 (GMT) Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> References: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Message-ID: <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> Hello, We are in the process of moving the fedora.is mirror from S?minn (simnet.is) to a new location, hosted by Opin kerfi. Current info: www.fedora.is has address 194.105.226.20 www.fedora.is has IPv6 address 2001:1a98:2000:1:abcd:ef12:3456:7890 New host will be: mirrors.opensource.is has address 176.57.227.242 mirrors.opensource.is has IPv6 address 2a06:a101:80:80::2 Sponsor: Opin kerfi ( [ http://www.ok.is/ | http://www.ok.is ] ) The new one will not go live for a few days. It will provide all the same services as the original one. The original domain names (fedora.is and speglar.simnet.is) will point to the new address once the transfer is complete but we would prefer to be listed as "mirrors.opensource.is" if that is possible :) Regards, Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Tue Feb 19 19:26:10 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 19 Feb 2019 21:26:10 +0200 Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> References: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> Message-ID: <9479bc6a-1b8e-145c-097e-fda26216db84@centosproject.org> Richard Allen kirjoitti 19.2.2019 klo 19.31: > Hello, > > We are in the process of moving the fedora.is mirror from S?minn > (simnet.is) to a new location, hosted by Opin kerfi.? ?Current info: > > www.fedora.is has address 194.105.226.20 > www.fedora.is has IPv6 address 2001:1a98:2000:1:abcd:ef12:3456:7890 > > New host will be: > > mirrors.opensource.is has address 176.57.227.242 > mirrors.opensource.is has IPv6 address 2a06:a101:80:80::2 > Sponsor:? Opin kerfi (http://www.ok.is) > > The new one will not go live for a few days.? ?It will provide all the > same services as the original one.? ?The original domain names > (fedora.is and speglar.simnet.is) will point to the new address once the > transfer is complete but we would prefer to be listed as > "mirrors.opensource.is" if that is possible :) Sure, we can change the URLs when you're ready. I've already added the new IP addresses to the ACL so you can sync from the new server. I've also set the old IP addresses to expire in two months (so that they wouldn't be forgotten, it does not really matter if they're there for a week or a month longer than necessary). From martin at vastspace.net Thu Feb 21 14:56:52 2019 From: martin at vastspace.net (Martin) Date: Thu, 21 Feb 2019 22:56:52 +0800 Subject: [CentOS-mirror] New mirror application Message-ID: Hi guys, please help with the approval of the public mirror repo. Thank you. HTTP: http://mirror.vastspace.net/centos/ Sync schedule: Every 4 hrs Bandwidth: 1Gbps Location: Asia/ Singapore Sponsor: Sponsor URL: IPv4 address to authorize: 103.237.168.15 IPv6 address to authorize: Email contact: noc at vastspace.net Mirroring AltArch: no -- Best regards, Email address : martin at vastspace.net Website : https://www.vastspace.net Whatsapp: 9776 5889 Linkedin: https://www.linkedin.com/in/martinchan88/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Thu Feb 21 22:00:18 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 22 Feb 2019 00:00:18 +0200 Subject: [CentOS-mirror] New mirror application In-Reply-To: References: Message-ID: <5c7f1bd8-7339-ae91-d72f-6a1b6dfc1fdf@centosproject.org> Martin kirjoitti 21.2.2019 klo 16.56: > Hi guys, > please help with the approval of the public mirror repo. Thank you. > > HTTP: http://mirror.vastspace.net/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 1Gbps > Location: Asia/ Singapore > Sponsor: > Sponsor URL: > IPv4 address to authorize: 103.237.168.15 > IPv6 address to authorize: > Email contact: noc at vastspace.net > Mirroring AltArch: no Hi, welcome back! I've now re-enabled your mirror and you should now (or in about 15 minutes) be able to rsync from rsync://msync.centos.org/CentOS/ for the CentOS files. From daniel at volchixin.co.uk Fri Feb 22 05:24:26 2019 From: daniel at volchixin.co.uk (Daniel Volchixin) Date: Fri, 22 Feb 2019 12:24:26 +0700 Subject: [CentOS-mirror] (no subject) Message-ID: HTTP: http://mirror.linux-ia64.org/centos/ HTTPS: https://mirror.linux-ia64.org/centos/ Sync schedule: Every 4 hrs Bandwidth: 500Mbps Location: EU, Russia, Novosibirsk Sponsor URL: ia64-linux.org IPv4 address to authorize: 37.193.156.169 IPv6 address to authorize: 2001:470:d43f:fff6:a:e:0:49 Email contact: hostmaster at linux-ia64.org Mirroring AltArch: no From avij at centosproject.org Sat Feb 23 06:32:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sat, 23 Feb 2019 08:32:27 +0200 Subject: [CentOS-mirror] New mirror in Russia In-Reply-To: References: Message-ID: Daniel Volchixin kirjoitti 22.2.2019 klo 7.24: > HTTP: http://mirror.linux-ia64.org/centos/ > HTTPS: https://mirror.linux-ia64.org/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 500Mbps > Location: EU, Russia, Novosibirsk > Sponsor URL: ia64-linux.org > IPv4 address to authorize: 37.193.156.169 > IPv6 address to authorize: 2001:470:d43f:fff6:a:e:0:49 > Email contact: hostmaster at linux-ia64.org > Mirroring AltArch: no Thanks! The mirror has now been added and you can now rsync from rsync://msync.centos.org/CentOS/ From avij at centosproject.org Sat Feb 23 17:39:00 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sat, 23 Feb 2019 19:39:00 +0200 Subject: [CentOS-mirror] FTP URLs removed, ramping up HTTPS support Message-ID: Hi, I wrote around half a year ago that FTP is being phased out. Mirrorlist.centos.org stopped giving out FTP URLs around a week ago, and on Friday Fabian changed https://www.centos.org/download/mirrors/ to show HTTPS URLs in the column that used to show FTP URLs. This means there are no longer any FTP URLs pointing to your mirror from centos.org, and monitoring of those FTP URLs has also stopped. If you feel like it and other distributions that you mirror don't need it, you can now shut down & disable your FTP daemon. There's no need to notify us of your decision, because we no longer have a list of CentOS FTP mirrors that we would need to modify. As mentioned, the download page now lists HTTPS URLs for those mirrors that offer HTTPS, to the best of our knowledge. If your mirror has HTTPS support and the HTTPS URL isn't listed on the download page, please let us know (maybe off-list) and we'll add your HTTPS link. HTTPS isn't yet used by mirrorlist.c.o and "yum", it's only shown on the download page for the time being. Also, a kind reminder that even if you do support HTTPS, please do not redirect CentOS HTTP mirror traffic to HTTPS. Any such redirects will be treated as an error. Thanks for your support! From nethubonline at gmail.com Mon Feb 25 07:05:09 2019 From: nethubonline at gmail.com (Nethub Online - Ming) Date: Mon, 25 Feb 2019 15:05:09 +0800 Subject: [CentOS-mirror] HK mirror - repo.virtualhosting.hk sometimes HTTP Error 503 - Service Unavailable Message-ID: Hi CentOS maintainers, In Hong Kong (HK) sometimes yum update would get "HTTP Error 503 - Service Unavailable", finally I found that running "yum -y update" after "Loading mirror speeds from cached hostfile", while yum selects a mirror " repo.virtualhosting.hk", 95% chance will get error 503. How to duplicate problem: Since yum will select yum server from different mirror servers automatically, so I updated /etc/yum.repos.d/CentOS-Base.repo as below in order to force checking on "repo.virtualhosting.hk": ======================================================== [base] name=CentOS-$releasever - Base baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [updates] name=CentOS-$releasever - Updates baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [extras] name=CentOS-$releasever - Extras baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [centosplus] name=CentOS-$releasever - Plus baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 ======================================================== # yum -y update ... (10/366): avahi-libs-0.6.31-19.el7.x86_64.rpm | 61 kB 00:00:00 (11/366): apr-1.4.8-3.el7_4.1.x86_64.rpm | 103 kB 00:00:00 (12/366): bash-4.2.46-31.el7.x86_64.rpm | 1.0 MB 00:00:00 bind-libs-9.9.4-72.el7.x86_64. FAILED http://repo.virtualhosting.hk/centos/7/os/x86_64/Packages/bind-libs-9.9.4-72.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable Trying other mirror. bind-libs-lite-9.9.4-72.el7.x8 FAILED http://repo.virtualhosting.hk/centos/7/os/x86_64/Packages/bind-libs-lite-9.9.4-72.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable Trying other mirror. (13/366): bind-9.9.4-72.el7.x86_64.rpm | 1.8 MB 00:00:00 (14/366): MariaDB-10.1.38-centos73-x86_64-server.rpm | 104 MB 00:00:02 ... However, if I try to manually update the failed package (e.g. bind-libs like above) by "yum -y update bind-libs" , it will be success. It means the package exists in mirror server repo.virtualhosting, however somehow the server limits the HTTP request and return error 503, can CentOS mirror admin inform this mirror admin to fix the problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Tue Feb 26 06:15:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 26 Feb 2019 08:15:08 +0200 Subject: [CentOS-mirror] HK mirror - repo.virtualhosting.hk sometimes HTTP Error 503 - Service Unavailable In-Reply-To: References: Message-ID: <0f27f3af-017d-a7b5-0090-2db4ee5673ae@centosproject.org> Nethub Online - Ming kirjoitti 25.2.2019 klo 9.05: > However, if I try to manually update the failed package (e.g. bind-libs > like above) by "yum -y update bind-libs" , it will be success. It means > the package exists in mirror server repo.virtualhosting, however somehow > the server limits the HTTP request and return error 503, can CentOS > mirror admin inform this mirror admin to fix the problem? I have sent a message to that mirror's contact email address. Maybe they can reply here. From ftp at mgts.by Tue Feb 26 22:02:09 2019 From: ftp at mgts.by (Mitry Matyushkov) Date: Wed, 27 Feb 2019 01:02:09 +0300 Subject: [CentOS-mirror] New mirror in Belarus: mirror.datacenter.by Message-ID: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> Hello, Please add new mirror to the list: HTTP: http://mirror.datacenter.by/pub/CentOS/ HTTPS: https://mirror.datacenter.by/pub/CentOS/ RSYNC: rsync://mirror.datacenter.by/CentOS/ Sync schedule: Every 4 hrs Bandwidth: 2Gbps Location: EU, Belarus, Minsk Sponsor: RUE Beltelecom Sponsor URL: https://beltelecom.by/ IPv4 address to authorize: 178.124.134.106 IPv6 address to authorize: 2a02:2208:1:3::12 Email contact: admin at mirror.datacenter.by Mirroring AltArch: no Thank you. From avij at centosproject.org Wed Feb 27 08:39:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 10:39:08 +0200 Subject: [CentOS-mirror] New mirror in Belarus: mirror.datacenter.by In-Reply-To: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> References: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> Message-ID: Mitry Matyushkov kirjoitti 27.2.2019 klo 0.02: > Hello, > > Please add new mirror to the list: > > HTTP: http://mirror.datacenter.by/pub/CentOS/ > HTTPS: https://mirror.datacenter.by/pub/CentOS/ > RSYNC: rsync://mirror.datacenter.by/CentOS/ > > Sync schedule: Every 4 hrs > Bandwidth: 2Gbps > Location: EU, Belarus, Minsk > Sponsor: RUE Beltelecom > Sponsor URL: https://beltelecom.by/ > IPv4 address to authorize: 178.124.134.106 > IPv6 address to authorize: 2a02:2208:1:3::12 > Email contact: admin at mirror.datacenter.by > Mirroring AltArch: no Thanks! I've now added your mirror and you should start seeing some traffic soon. Feel free to start rsyncing from rsync://msync.centos.org/CentOS/ now. From rvalencia at blazar.com.mx Wed Feb 27 16:29:38 2019 From: rvalencia at blazar.com.mx (Roberto Valencia C.) Date: Wed, 27 Feb 2019 10:29:38 -0600 Subject: [CentOS-mirror] New CentOS Mirror Message-ID: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> HTTP: http://centos.blazar.mx HTTPS: https://centos.blazar.mx Sync schedule: Every 1 hr Bandwidth: 100Mbps Location: M?xico Sponsor: BLAZAR NETWORKS SA DE CV Sponsor URL: www.blazar.mx IPv4 address to authorize: 199.217.116.143 Email contact: rvalencia at blazar.com.mx Mirroring AltArch: no -- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: rvalencia_sign.png Type: image/png Size: 30846 bytes Desc: not available URL: From avij at centosproject.org Wed Feb 27 17:37:10 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 19:37:10 +0200 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> Message-ID: <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > HTTP: http://centos.blazar.mx > HTTPS: https://centos.blazar.mx > > Sync schedule: Every 1 hr > Bandwidth: 100Mbps > Location: M?xico > Sponsor: BLAZAR NETWORKS SA DE CV > Sponsor URL: www.blazar.mx > IPv4 address to authorize: 199.217.116.143 > Email contact: rvalencia at blazar.com.mx > Mirroring AltArch: no I get a strong feeling of d?j? vu about this.. I have a few concerns about this mirror. The first concern is that your mirror seems to be empty. According to https://wiki.centos.org/HowTos/CreatePublicMirrors you should make your initial rsync from some other external mirror first. A list of those other mirrors is available at https://www.centos.org/download/mirrors/ The location is also a problem. Based on the information I have available, this mirror is not in Mexico but somewhere in U.S. (which state?). Once the mirror has been synced I could add this as a U.S. mirror (if you tell me the state), but not as a Mexican mirror. What matters is where your mirror server is exposed to the rest of the Internet. That point seems to be somewhere in U.S., not Mexico. From salvatore.distefano at gmail.com Wed Feb 27 17:46:07 2019 From: salvatore.distefano at gmail.com (Salvatore Distefano) Date: Wed, 27 Feb 2019 18:46:07 +0100 Subject: [CentOS-mirror] requester Message-ID: Hello, Could you remove my address from mailing list thank a lots -------------- next part -------------- An HTML attachment was scrubbed... URL: From mmkatz at umd.edu Wed Feb 27 17:58:21 2019 From: mmkatz at umd.edu (Moshe M. Katz) Date: Wed, 27 Feb 2019 12:58:21 -0500 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Message-ID: Not affiliated with this mirror, but my tools track this IP address to Missouri, specifically to St. Louis. That result is the same testing from multiple geographically separate locations, so I'd say that it's probably correct. Moshe -- Moshe Katz mmkatz at umd.edu (301) 867-3732 On Wed, Feb 27, 2019 at 12:37 PM Anssi Johansson wrote: > Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > > HTTP: http://centos.blazar.mx > > HTTPS: https://centos.blazar.mx > > > > Sync schedule: Every 1 hr > > Bandwidth: 100Mbps > > Location: M?xico > > Sponsor: BLAZAR NETWORKS SA DE CV > > Sponsor URL: www.blazar.mx > > IPv4 address to authorize: 199.217.116.143 > > Email contact: rvalencia at blazar.com.mx > > Mirroring AltArch: no > > I get a strong feeling of d?j? vu about this.. > > I have a few concerns about this mirror. The first concern is that your > mirror seems to be empty. According to > https://wiki.centos.org/HowTos/CreatePublicMirrors you should make your > initial rsync from some other external mirror first. A list of those > other mirrors is available at https://www.centos.org/download/mirrors/ > > The location is also a problem. Based on the information I have > available, this mirror is not in Mexico but somewhere in U.S. (which > state?). Once the mirror has been synced I could add this as a U.S. > mirror (if you tell me the state), but not as a Mexican mirror. What > matters is where your mirror server is exposed to the rest of the > Internet. That point seems to be somewhere in U.S., not Mexico. > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jonathan at knownhost.com Wed Feb 27 18:05:37 2019 From: jonathan at knownhost.com (Jonathan Wright) Date: Wed, 27 Feb 2019 12:05:37 -0600 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Message-ID: <7217f9a6-d93b-64e7-a5b4-ca0f238b0a8a@knownhost.com> Traceroute definitely appears to terminate in St. Louis or very near. On 2/27/19 11:58 AM, Moshe M. Katz wrote: > Not affiliated with this mirror, but my tools track this IP address to > Missouri, specifically to St. Louis. That result is the same testing > from multiple geographically separate locations, so I'd say that it's > probably correct. > > Moshe > > -- > Moshe Katz > mmkatz at umd.edu > (301) 867-3732 > > > > On Wed, Feb 27, 2019 at 12:37 PM Anssi Johansson > > wrote: > > Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > > HTTP: http://centos.blazar.mx > > HTTPS: https://centos.blazar.mx > > > > Sync schedule: Every 1 hr > > Bandwidth: 100Mbps > > Location: M?xico > > Sponsor: BLAZAR NETWORKS SA DE CV > > Sponsor URL: www.blazar.mx > > IPv4 address to authorize: 199.217.116.143 > > Email contact: rvalencia at blazar.com.mx > > > Mirroring AltArch: no > > I get a strong feeling of d?j? vu about this.. > > I have a few concerns about this mirror. The first concern is that > your > mirror seems to be empty. According to > https://wiki.centos.org/HowTos/CreatePublicMirrors you should make > your > initial rsync from some other external mirror first. A list of those > other mirrors is available at https://www.centos.org/download/mirrors/ > > The location is also a problem. Based on the information I have > available, this mirror is not in Mexico but somewhere in U.S. (which > state?). Once the mirror has been synced I could add this as a U.S. > mirror (if you tell me the state), but not as a Mexican mirror. What > matters is where your mirror server is exposed to the rest of the > Internet. That point seems to be somewhere in U.S., not Mexico. > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror > > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror -- Jonathan Wright KnownHost, LLC https://www.knownhost.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mirror at cuegee.com Wed Feb 27 18:42:14 2019 From: mirror at cuegee.com (mirror @ cuegee it gmbh) Date: Wed, 27 Feb 2019 18:42:14 +0000 Subject: [CentOS-mirror] Mirror Update - mirror.cuegee.de -> mirror.cuegee.com Message-ID: Hello! we have moved from .de to .com, thus a few changes to our entry are in order. At this point we are also deprecating the old mirror.cuegee.DE to be discontinued in two years (Friday, 26. February 2021). I hope that gives users enough time to migrate. Note: mirror.cuegee.COM will stay alive for the foreseeable future. (Changes are marked with an *): *HTTP: http://mirror.cuegee.com/centos/ *HTTPS: https://mirror.cuegee.com/centos/ FTP: N/A *RSYNC: rsync://mirror.cuegee.com/centos/ Sync schedule: Every 4 hrs Bandwidth: 1 Gbps Location: DE Sponsor: cuegee it gmbh *Sponsor URL: https://cuegee.com/ IPv4 address to authorize: 185.144.238.4 IPv6 address to authorize: 2a07:4400:0:1001::11 *Email contact: mirror_AT_cuegee.com Mirroring AltArch: no Best regards Alexander twitter: @aschaber1 From avij at centosproject.org Wed Feb 27 19:09:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 21:09:08 +0200 Subject: [CentOS-mirror] Mirror Update - mirror.cuegee.de -> mirror.cuegee.com In-Reply-To: References: Message-ID: <64deacbd-6b95-b33f-8a20-93c5e766e236@centosproject.org> mirror @ cuegee it gmbh kirjoitti 27.2.2019 klo 20.42: > Hello! > > we have moved from .de to .com, thus a few changes to our entry are in order. > > At this point we are also deprecating the old mirror.cuegee.DE to be discontinued in two years (Friday, 26. February 2021). I hope that gives users enough time to migrate. > Note: mirror.cuegee.COM will stay alive for the foreseeable future. > > (Changes are marked with an *): > > *HTTP: http://mirror.cuegee.com/centos/ > *HTTPS: https://mirror.cuegee.com/centos/ > FTP: N/A > *RSYNC: rsync://mirror.cuegee.com/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 1 Gbps > Location: DE > Sponsor: cuegee it gmbh > *Sponsor URL: https://cuegee.com/ > IPv4 address to authorize: 185.144.238.4 > IPv6 address to authorize: 2a07:4400:0:1001::11 > *Email contact: mirror_AT_cuegee.com > Mirroring AltArch: no Hi, these changes have now been made. It may take a few days for the cached mirrorlists to expire everywhere. While we're at it, I'd like to point out that despite mirror.cuegee.com having an IPv6 address, it does not seem to be reachable over IPv6: $ curl -6v http://mirror.cuegee.com/centos/TIME * About to connect() to mirror.cuegee.com port 80 (#0) * Trying 2a07:4400:0:1001::11... * Connection timed out * Failed connect to mirror.cuegee.com:80; Connection timed out * Closing connection 0 curl: (7) Failed connect to mirror.cuegee.com:80; Connection timed out $ curl -6v https://mirror.cuegee.com/centos/TIME * About to connect() to mirror.cuegee.com port 443 (#0) * Trying 2a07:4400:0:1001::11... * Connection timed out * Failed connect to mirror.cuegee.com:443; Connection timed out * Closing connection 0 curl: (7) Failed connect to mirror.cuegee.com:443; Connection timed out $ rsync -6 rsync://mirror.cuegee.com/centos/ rsync: failed to connect to mirror.cuegee.com (2a07:4400:0:1001::11): Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(125) [Receiver=3.1.2] See also: http://miuku.net/ipv6reach/ This should either be fixed or the IPv6 address removed from DNS. Thanks! From avij at centosproject.org Fri Feb 1 01:27:38 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 1 Feb 2019 03:27:38 +0200 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <6e046879-e128-470d-7352-8b378a679278@garr.it> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> Message-ID: <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> Paolo Velati kirjoitti 31.1.2019 klo 16.27: > Hello CentOS maintainers, > > I've updated the infos about our mirror. > > > HTTP: http://centos.mirror.garr.it/centos > HTTPS: https://centos.mirror.garr.it/centos > > Sync schedule: Every 4 hrs > Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a datacenter > with 40Gbps uplink ) > Location: Italy (Bari) > Sponsor: GARR > Sponsor URL: http://www.garr.it/ > IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP > authorizations) > Email contact: mirror-service at garr.it > Mirroring AltArch: yes (I have the rsync script ready, once you > authorize IPs I'll start sync) > > AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ > AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ Hi, 90.147.160.192/28 is now in the ACL and other info updated accordingly. Note that I also removed your old IPv6 address from the ACL. If you run into problems syncing, you can try the -4 option to rsync to force the use of IPv4. If that works, the problem is likely IPv6 related, and the correct fix would be to add your IPv6 address to the ACL as well. Speaking of IPv6, it appears that one of your VMs is not set up correctly for IPv6 access: http: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip http://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 80
2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 https: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip https://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 443
2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 As for AltArch, while you can now sync from msync.centos.org/altarch, it would be nice if you could do your initial sync from some other European AltArch mirror first, and then switch to syncing from centos.org after your initial sync. List of those mirrors is at the usual place, https://www.centos.org/download/altarch-mirrors/ Thanks! From paolo.velati at garr.it Fri Feb 1 10:33:21 2019 From: paolo.velati at garr.it (Paolo Velati) Date: Fri, 1 Feb 2019 11:33:21 +0100 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> Message-ID: <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> Hello Anssi, I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. I'm syncing from eu-msync.centos.org for CentOS and altarch. Now the mirror should be fine (available IPv4+v6 and updated). As usual, thanks for your support. Paolo Velati On 2/1/19 2:27 AM, Anssi Johansson wrote: > Paolo Velati kirjoitti 31.1.2019 klo 16.27: >> Hello CentOS maintainers, >> >> I've updated the infos about our mirror. >> >> >> HTTP: http://centos.mirror.garr.it/centos >> HTTPS: https://centos.mirror.garr.it/centos >> >> Sync schedule: Every 4 hrs >> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >> datacenter with 40Gbps uplink ) >> Location: Italy (Bari) >> Sponsor: GARR >> Sponsor URL: http://www.garr.it/ >> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >> authorizations) >> Email contact: mirror-service at garr.it >> Mirroring AltArch: yes (I have the rsync script ready, once you >> authorize IPs I'll start sync) >> >> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ > > Hi, 90.147.160.192/28 is now in the ACL and other info updated > accordingly. Note that I also removed your old IPv6 address from the > ACL. If you run into problems syncing, you can try the -4 option to > rsync to force the use of IPv4. If that works, the problem is likely > IPv6 related, and the correct fix would be to add your IPv6 address to > the ACL as well. > > Speaking of IPv6, it appears that one of your VMs is not set up > correctly for IPv6 access: > > http: > $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do > echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip > http://centos.mirror.garr.it/centos/timestamp.txt; done > > 90.147.160.70 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.72 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.73 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:70 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:72 > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 80
> > > 2001:760:ffff:b6:4:100:0:73 > Mon Dec 10 22:49:01 UTC 2018 > > > https: > > $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do > echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip > https://centos.mirror.garr.it/centos/timestamp.txt; done > > 90.147.160.70 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.72 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.73 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:70 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:72 > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 443
> > > 2001:760:ffff:b6:4:100:0:73 > Mon Dec 10 22:49:01 UTC 2018 > > > As for AltArch, while you can now sync from msync.centos.org/altarch, > it would be nice if you could do your initial sync from some other > European AltArch mirror first, and then switch to syncing from > centos.org after your initial sync. List of those mirrors is at the > usual place, https://www.centos.org/download/altarch-mirrors/ > > Thanks! > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From avij at centosproject.org Fri Feb 1 16:01:33 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 1 Feb 2019 18:01:33 +0200 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> Message-ID: <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> I'm afraid this isn't quite fixed yet. The command I ran earlier still gives the same output: $ curl --resolve centos.mirror.garr.it:80:2001:760:ffff:b6:4:100:0:72 http://centos.mirror.garr.it/centos/timestamp.txt 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 80
Paolo Velati kirjoitti 1.2.2019 klo 12.33: > Hello Anssi, > > I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. > > I'm syncing from eu-msync.centos.org for CentOS and altarch. > > Now the mirror should be fine (available IPv4+v6 and updated). > > As usual, thanks for your support. > > Paolo Velati > > On 2/1/19 2:27 AM, Anssi Johansson wrote: >> Paolo Velati kirjoitti 31.1.2019 klo 16.27: >>> Hello CentOS maintainers, >>> >>> I've updated the infos about our mirror. >>> >>> >>> HTTP: http://centos.mirror.garr.it/centos >>> HTTPS: https://centos.mirror.garr.it/centos >>> >>> Sync schedule: Every 4 hrs >>> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >>> datacenter with 40Gbps uplink ) >>> Location: Italy (Bari) >>> Sponsor: GARR >>> Sponsor URL: http://www.garr.it/ >>> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >>> authorizations) >>> Email contact: mirror-service at garr.it >>> Mirroring AltArch: yes (I have the rsync script ready, once you >>> authorize IPs I'll start sync) >>> >>> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >>> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ >> >> Hi, 90.147.160.192/28 is now in the ACL and other info updated >> accordingly. Note that I also removed your old IPv6 address from the >> ACL. If you run into problems syncing, you can try the -4 option to >> rsync to force the use of IPv4. If that works, the problem is likely >> IPv6 related, and the correct fix would be to add your IPv6 address to >> the ACL as well. >> >> Speaking of IPv6, it appears that one of your VMs is not set up >> correctly for IPv6 access: >> >> http: >> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do >> echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip >> http://centos.mirror.garr.it/centos/timestamp.txt; done >> >> 90.147.160.70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.72 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:72 >> >> >> 404 Not Found >> >>

Not Found

>>

The requested URL /centos/timestamp.txt was not found on this >> server.

>>
>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >> 80
>> >> >> 2001:760:ffff:b6:4:100:0:73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> >> https: >> >> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do >> echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip >> https://centos.mirror.garr.it/centos/timestamp.txt; done >> >> 90.147.160.70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.72 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:72 >> >> >> 404 Not Found >> >>

Not Found

>>

The requested URL /centos/timestamp.txt was not found on this >> server.

>>
>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >> 443
>> >> >> 2001:760:ffff:b6:4:100:0:73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> >> As for AltArch, while you can now sync from msync.centos.org/altarch, >> it would be nice if you could do your initial sync from some other >> European AltArch mirror first, and then switch to syncing from >> centos.org after your initial sync. List of those mirrors is at the >> usual place, https://www.centos.org/download/altarch-mirrors/ >> >> Thanks! >> _______________________________________________ >> CentOS-mirror mailing list >> CentOS-mirror at centos.org >> https://lists.centos.org/mailman/listinfo/centos-mirror > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From paolo.velati at garr.it Mon Feb 4 09:19:06 2019 From: paolo.velati at garr.it (Paolo Velati) Date: Mon, 4 Feb 2019 10:19:06 +0100 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> Message-ID: <10213ec3-dbab-19de-366b-2f53ba34f79d@garr.it> Ok I've checked and I had a conflict with that ipv6 address. Now it should be _really_ fixed. Thank you Paolo On 2/1/19 5:01 PM, Anssi Johansson wrote: > I'm afraid this isn't quite fixed yet. The command I ran earlier still > gives the same output: > > $ curl --resolve centos.mirror.garr.it:80:2001:760:ffff:b6:4:100:0:72 > http://centos.mirror.garr.it/centos/timestamp.txt > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 80
> > > > Paolo Velati kirjoitti 1.2.2019 klo 12.33: >> Hello Anssi, >> >> I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. >> >> I'm syncing from eu-msync.centos.org for CentOS and altarch. >> >> Now the mirror should be fine (available IPv4+v6 and updated). >> >> As usual, thanks for your support. >> >> Paolo Velati >> >> On 2/1/19 2:27 AM, Anssi Johansson wrote: >>> Paolo Velati kirjoitti 31.1.2019 klo 16.27: >>>> Hello CentOS maintainers, >>>> >>>> I've updated the infos about our mirror. >>>> >>>> >>>> HTTP: http://centos.mirror.garr.it/centos >>>> HTTPS: https://centos.mirror.garr.it/centos >>>> >>>> Sync schedule: Every 4 hrs >>>> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >>>> datacenter with 40Gbps uplink ) >>>> Location: Italy (Bari) >>>> Sponsor: GARR >>>> Sponsor URL: http://www.garr.it/ >>>> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >>>> authorizations) >>>> Email contact: mirror-service at garr.it >>>> Mirroring AltArch: yes (I have the rsync script ready, once you >>>> authorize IPs I'll start sync) >>>> >>>> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >>>> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ >>> >>> Hi, 90.147.160.192/28 is now in the ACL and other info updated >>> accordingly. Note that I also removed your old IPv6 address from the >>> ACL. If you run into problems syncing, you can try the -4 option to >>> rsync to force the use of IPv4. If that works, the problem is likely >>> IPv6 related, and the correct fix would be to add your IPv6 address >>> to the ACL as well. >>> >>> Speaking of IPv6, it appears that one of your VMs is not set up >>> correctly for IPv6 access: >>> >>> http: >>> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; >>> do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip >>> http://centos.mirror.garr.it/centos/timestamp.txt; done >>> >>> 90.147.160.70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.72 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:72 >>> >>> >>> 404 Not Found >>> >>>

Not Found

>>>

The requested URL /centos/timestamp.txt was not found on this >>> server.

>>>
>>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >>> 80
>>> >>> >>> 2001:760:ffff:b6:4:100:0:73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> >>> https: >>> >>> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; >>> do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip >>> https://centos.mirror.garr.it/centos/timestamp.txt; done >>> >>> 90.147.160.70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.72 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:72 >>> >>> >>> 404 Not Found >>> >>>

Not Found

>>>

The requested URL /centos/timestamp.txt was not found on this >>> server.

>>>
>>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >>> 443
>>> >>> >>> 2001:760:ffff:b6:4:100:0:73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> >>> As for AltArch, while you can now sync from >>> msync.centos.org/altarch, it would be nice if you could do your >>> initial sync from some other European AltArch mirror first, and then >>> switch to syncing from centos.org after your initial sync. List of >>> those mirrors is at the usual place, >>> https://www.centos.org/download/altarch-mirrors/ >>> >>> Thanks! >>> _______________________________________________ >>> CentOS-mirror mailing list >>> CentOS-mirror at centos.org >>> https://lists.centos.org/mailman/listinfo/centos-mirror >> _______________________________________________ >> CentOS-mirror mailing list >> CentOS-mirror at centos.org >> https://lists.centos.org/mailman/listinfo/centos-mirror > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From admin at dedic.sh Mon Feb 4 09:58:02 2019 From: admin at dedic.sh (admin at dedic.sh) Date: Mon, 04 Feb 2019 12:58:02 +0300 Subject: [CentOS-mirror] Add IPv6 Message-ID: Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. Address is 2001:67c:1688:b:: Thank you. From avij at centosproject.org Mon Feb 4 17:23:24 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 19:23:24 +0200 Subject: [CentOS-mirror] Add IPv6 In-Reply-To: References: Message-ID: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> admin at dedic.sh kirjoitti 4.2.2019 klo 11.58: > Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. > Address is 2001:67c:1688:b:: Hi, this has now been added, so you should now be able to rsync from msync.centos.org over IPv6. There's a slight (firewall?) issue with your mirror, though: $ curl -6v http://dedic.sh/centos/timestamp.txt * About to connect() to dedic.sh port 80 (#0) * Trying 2001:67c:1688:b::... * Permission denied * Failed connect to dedic.sh:80; Permission denied * Closing connection 0 curl: (7) Failed connect to dedic.sh:80; Permission denied Maybe this could be fixed? Once the issue is fixed, your mirror will no longer be listed as failing on http://miuku.net/ipv6reach/ (the list is updated only every three hours). From asabigue at fder.edu.uy Mon Feb 4 18:45:56 2019 From: asabigue at fder.edu.uy (ariel sabiguero yawelak) Date: Mon, 4 Feb 2019 15:45:56 -0300 Subject: [CentOS-mirror] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> References: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: Hi. I am unable to reach msync from my mirror through IPv6. It simply does not resolve: espejito:/tmp # dig aaaa msync.centos.org ; <<>> DiG 9.11.2 <<>> aaaa msync.centos.org ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6999 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ; COOKIE: 592fe0f297ba7967cd069d5a5c588790bebc11d6d77ff7aa (good) ;; QUESTION SECTION: ;msync.centos.org.????????????? IN????? AAAA ;; AUTHORITY SECTION: msync.centos.org.?????? 1694??? IN????? SOA pdns1.centos.org. hostmaster.centos.org. 2019013013 1800 3600 604800 3600 ;; Query time: 0 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Mon Feb 04 15:42:24 -03 2019 ;; MSG SIZE? rcvd: 126 but it does resolve IPv4. Is there something I am doing wrong and I am unaware? regards ariel El 4/2/19 a las 14:23, Anssi Johansson escribi?: > admin at dedic.sh kirjoitti 4.2.2019 klo 11.58: >> Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. >> Address is 2001:67c:1688:b:: > > Hi, this has now been added, so you should now be able to rsync from > msync.centos.org over IPv6. > > There's a slight (firewall?) issue with your mirror, though: > > $ curl -6v http://dedic.sh/centos/timestamp.txt > * About to connect() to dedic.sh port 80 (#0) > *?? Trying 2001:67c:1688:b::... > * Permission denied > * Failed connect to dedic.sh:80; Permission denied > * Closing connection 0 > curl: (7) Failed connect to dedic.sh:80; Permission denied > > Maybe this could be fixed? Once the issue is fixed, your mirror will > no longer be listed as failing on http://miuku.net/ipv6reach/ (the > list is updated only every three hours). > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 4 18:53:01 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 20:53:01 +0200 Subject: [CentOS-mirror] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: References: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> ariel sabiguero yawelak kirjoitti 4.2.2019 klo 20.45: > Hi. > > I am unable to reach msync from my mirror through IPv6. It simply does > not resolve: We simply don't have any IPv6-capable msync servers in South America. The few servers we have in South America only have IPv4. We figured that in this case mirrors from South America would prefer to use IPv4 for syncing, instead of syncing from some other continent over IPv6. If there are people reading this message who could donate an IPv6-capable server in South America, https://wiki.centos.org/Donate has some pointers for how to move forward (with appropriate contact details; note that I'm not the one who manages the donated servers). Asia is also in a similar IPv4-only situation. From admin at hospedados.es Mon Feb 4 20:01:11 2019 From: admin at hospedados.es (Admin Hospedados) Date: Mon, 4 Feb 2019 21:01:11 +0100 Subject: [CentOS-mirror] New public mirror Message-ID: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> Hello We setup AltArch public mirror in C?diz (Spain): HTTP:http://mirror.gadix.com/centos-altarch/ Sync schedule: Every 8 hrs Bandwidth: 1Gbps Location: C?diz (Spain) Sponsor: Hospedados.com & GadIX.com Sponsor URL:www.gadix.com IPv4 address to authorize: 185.234.224.255 Email contact:admin at hospedados.es Mirroring AltArch : yes Best Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 4 20:17:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 22:17:27 +0200 Subject: [CentOS-mirror] New public mirror In-Reply-To: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> References: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> Message-ID: <5eae3cb1-6568-877c-d7ac-79db34ee57d2@centosproject.org> Admin Hospedados kirjoitti 4.2.2019 klo 22.01: > Hello > > > We setup AltArch public mirror in C?diz (Spain): > > HTTP: http://mirror.gadix.com/centos-altarch/ > > Sync schedule: Every 8 hrs > Bandwidth: 1Gbps > Location: C?diz (Spain) > Sponsor: Hospedados.com & GadIX.com > Sponsor URL:www.gadix.com > IPv4 address to authorize: 185.234.224.255 > Email contact:admin at hospedados.es > Mirroring AltArch : yes Thanks! The mirror has now been added and will show up on the lists shortly. From mirror at cedia.org.ec Tue Feb 5 13:01:19 2019 From: mirror at cedia.org.ec (CEDIA FOSS Mirrors) Date: Tue, 5 Feb 2019 08:01:19 -0500 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> References: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: <1549371679.805084.956033188@otrs.cedia.org.ec> hi Anssi we are IPv6 capable with [1]https://mirror.cedia.org.ec, if you would like us to setup a different mirror to act as msync.centos.org in dual stack, we are glad to help. regards epe Ernesto Perez -- CSIRT-CEDIA Ladr?n de Guevara E11-253 y Andaluc?a, EPN, Casa Patrimonial. Quito?- Ecuador Telf: (593) 7 407 9300 Ext. 115 csirt at cedia.org.ec / [2]https://csirt.cedia.org.ec 02/04/2019 14:00 - Anssi Johansson wrote: ariel sabiguero yawelak kirjoitti 4.2.2019 klo 20.45: > Hi. > > I am unable to reach msync from my mirror through IPv6. It simply does > not resolve: We simply don't have any IPv6-capable msync servers in South America. The few servers we have in South America only have IPv4. We figured that in this case mirrors from South America would prefer to use IPv4 for syncing, instead of syncing from some other continent over IPv6. If there are people reading this message who could donate an IPv6-capable server in South America, [3]https://wiki.centos.org/Donate has some pointers for how to move forward (with appropriate contact details; note that I'm not the one who manages the donated servers). Asia is also in a similar IPv4-only situation. _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org [4]https://lists.centos.org/mailman/listinfo/centos-mirror [1] https://mirror.cedia.org.ec [2] https://csirt.cedia.org.ec [3] https://wiki.centos.org/Donate [4] https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From arrfab at centos.org Tue Feb 5 13:39:06 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Tue, 5 Feb 2019 14:39:06 +0100 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <1549371679.805084.956033188@otrs.cedia.org.ec> References: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> Message-ID: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: > hi Anssi > we are IPv6 capable with https://mirror.cedia.org.ec, if you would like > us to setup a different mirror to act as msync.centos.org in dual stack, > we are glad to help. > > regards > epe > > thanks for your offering, but we have two different layers : - msync.centos.org = nodes donated for/in the centos infra and so that we control end-to-end through config management and under monitoring from our side - other mirrors = mirrors offered by community but that they maintain themselves and that we only "crawl" to validate content and mirror age. Is your offer to host a donated/dedicated server for the centos project ? (so basically like described on https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc1 ) -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From mirror at cedia.org.ec Tue Feb 5 14:21:33 2019 From: mirror at cedia.org.ec (CEDIA FOSS Mirrors) Date: Tue, 5 Feb 2019 09:21:33 -0500 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> References: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org><115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> Message-ID: <1549376493.708024.091935694@otrs.cedia.org.ec> 02/05/2019 08:40 - Fabian Arrotin wrote: On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: > hi Anssi > we are IPv6 capable with [1]https://mirror.cedia.org.ec, if you would like > us to setup a different mirror to act as msync.centos.org in dual stack, > we are glad to help. > > regards > epe > > thanks for your offering, but we have two different layers : - msync.centos.org = nodes donated for/in the centos infra and so that we control end-to-end through config management and under monitoring from our side - other mirrors = mirrors offered by community but that they maintain themselves and that we only "crawl" to validate content and mirror age. Is your offer to host a donated/dedicated server for the centos project ? (so basically like described on [2]https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc[..] ) yes, we can offer you a server with similar or better specs than the stated in that page. You may contact me offlist in order to plan and setup it according to the specs. regards epe ? -- Fabian Arrotin The CentOS Project | [3]https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org [4]https://lists.centos.org/mailman/listinfo/centos-mirror [1] https://mirror.cedia.org.ec [2] https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc1 [3] https://www.centos.org [4] https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From bb at twomiles.co.uk Tue Feb 5 15:38:37 2019 From: bb at twomiles.co.uk (Balazs Baranyi) Date: Tue, 5 Feb 2019 15:38:37 +0000 Subject: [CentOS-mirror] New CentOS mirror for Hungary Message-ID: Hello, We have setup a new CentOS mirror alongside our official Ubuntu mirror. Please feel free to add it to your list. HTTP: http://mirror.gtx.hu/centos FTP: n/a RSYNC: n/a Sync schedule: Every 4 hours Bandwidth: 1Gbit/s Location: Budapest, Hungary Sponsor: GTX Sponsor URL: http://mirror.gtx.hu IPv4 addresses to authorize: 213.181.201.96 and 62.77.130.44 IPv6 address to authorize: none Email contact: bb at twomiles.co.uk Mirroring AltArch : no I am glad to support the CentOS project! Best Regards, Balazs B -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Wed Feb 6 00:20:21 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 6 Feb 2019 02:20:21 +0200 Subject: [CentOS-mirror] New CentOS mirror for Hungary In-Reply-To: References: Message-ID: <895c3114-a025-f940-1a53-eaecbed3ac6b@centosproject.org> Balazs Baranyi kirjoitti 5.2.2019 klo 17.38: > Hello, > > We have setup a new CentOS mirror alongside our official Ubuntu mirror. > Please feel free to add it to your list. > > HTTP: http://mirror.gtx.hu/centos > FTP: n/a > RSYNC: n/a > > Sync schedule: Every 4 hours > Bandwidth: 1Gbit/s > Location: Budapest, Hungary > Sponsor: GTX > Sponsor URL: http://mirror.gtx.hu > IPv4 addresses to authorize: 213.181.201.96 and 62.77.130.44 > IPv6 address to authorize: none > Email contact: bb at twomiles.co.uk > Mirroring AltArch? : no > > I am glad to support the CentOS project! Thanks for the support! The mirror has now been added and you can now rsync from rsync://msync.centos.org/CentOS/ From arrfab at centos.org Wed Feb 6 12:55:06 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Wed, 6 Feb 2019 13:55:06 +0100 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <1549376493.708024.091935694@otrs.cedia.org.ec> References: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> <1549376493.708024.091935694@otrs.cedia.org.ec> Message-ID: <2603b181-9bf1-b978-2893-c868cf517293@centos.org> On 05/02/2019 15:21, CEDIA FOSS Mirrors wrote: > > > 02/05/2019 08:40 - Fabian Arrotin wrote: > On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: >> hi Anssi >> we are IPv6 capable with https://mirror.cedia.org.ec, if you would like >> us to setup a different mirror to act as msync.centos.org in dual stack, >> we are glad to help. >> >> regards >> epe >> >> > > thanks for your offering, but we have two different layers : > > - msync.centos.org = nodes donated for/in the centos infra and so that > we control end-to-end through config management and under monitoring > from our side > - other mirrors = mirrors offered by community but that they maintain > themselves and that we only "crawl" to validate content and mirror age. > > Is your offer to host a donated/dedicated server for the centos project > ? (so basically like described on > https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc[..] > > ) > > yes, we can offer you a server with similar or better specs than the > stated in that page. You may contact me offlist in order to plan and > setup it according to the specs. Which I did yesterday .. ;-) > > regards > epe > ? > -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From phild at fb.com Wed Feb 6 23:46:57 2019 From: phild at fb.com (Phil Dibowitz) Date: Wed, 6 Feb 2019 23:46:57 +0000 Subject: [CentOS-mirror] CentOS Mirror @ Facebook Message-ID: We seem to have fallen off of the list because the contact address changed. Sorry about that. Lets re-register! HTTP: http://mirror.facebook.net/centos/ RSYNC: rsync://mirror.facebook.net/centos/ Sync schedule: Every 6 hrs Bandwidth: a lot Location: Prineville, WA, and Forest City, NC Sponsor: Facebook Sponsor URL: facebook.com IPv4 address to authorize: 163.114.128.0/20, 199.201.64.0/22 IPv6 address to authorize: 2620:10d:c080::/41 Email contact: mirror-external at fb.com Mirroring AltArch: yes HTTP: http://mirror.facebook.net/centos-altarch/ RSYNC: rsync://mirror.facebook.net/centos-altarch/ And, in theory debuginfo: HTTP: http://mirror.facebook.net/centos-debuginfo/ RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ -- Phil Dibowitz Production Engineering Unexpected attachment? http://www.fburl.com/phildfaq -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From avij at centosproject.org Thu Feb 7 06:03:49 2019 From: avij at centosproject.org (Anssi Johansson) Date: Thu, 7 Feb 2019 08:03:49 +0200 Subject: [CentOS-mirror] CentOS Mirror @ Facebook In-Reply-To: References: Message-ID: Phil Dibowitz kirjoitti 7.2.2019 klo 1.46: > We seem to have fallen off of the list because the contact address changed. > Sorry about that. Lets re-register! > > > HTTP: http://mirror.facebook.net/centos/ > RSYNC: rsync://mirror.facebook.net/centos/ > > Sync schedule: Every 6 hrs > Bandwidth: a lot > Location: Prineville, WA, and Forest City, NC > Sponsor: Facebook > Sponsor URL: facebook.com > IPv4 address to authorize: 163.114.128.0/20, 199.201.64.0/22 > IPv6 address to authorize: 2620:10d:c080::/41 > Email contact: mirror-external at fb.com > Mirroring AltArch: yes > HTTP: http://mirror.facebook.net/centos-altarch/ > RSYNC: rsync://mirror.facebook.net/centos-altarch/ > > And, in theory debuginfo: > HTTP: http://mirror.facebook.net/centos-debuginfo/ > RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ Welcome back! You can now rsync from rsync://msync.centos.org/CentOS and rsync://msync.centos.org/altarch for those contents. As for debuginfo, we don't currently have a list where we could add your debuginfo mirror, and setting that up will require a few changes in various places on our side. We'll get back to this once the initial framework for mirroring debuginfo has been set up. Thanks! From arrfab at centos.org Thu Feb 7 12:30:05 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Thu, 7 Feb 2019 13:30:05 +0100 Subject: [CentOS-mirror] CentOS Mirror @ Facebook In-Reply-To: References: Message-ID: <66bae08f-1440-6d4c-54c9-6437f526d772@centos.org> On 07/02/2019 07:03, Anssi Johansson wrote: > Phil Dibowitz kirjoitti 7.2.2019 klo 1.46: >> We seem to have fallen off of the list because the contact address >> changed. >> Sorry about that. Lets re-register! >> And, in theory debuginfo: >> ?? HTTP: http://mirror.facebook.net/centos-debuginfo/ >> ?? RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ > > Welcome back! You can now rsync from rsync://msync.centos.org/CentOS and > rsync://msync.centos.org/altarch for those contents. > > As for debuginfo, we don't currently have a list where we could add your > debuginfo mirror, and setting that up will require a few changes in > various places on our side. We'll get back to this once the initial > framework for mirroring debuginfo has been set up. Thanks! It's true that we never had any plan for rsync/debuginfo, but I got some requests for this .. Actually our (donated) nodes pool for debuginfo is too small for this and to let everybody rsync content from us (also why we had to setup an ACL for the ::CentOS and ::altarch modules/targets) Now, wondering if we can still (while we work on a better way) allow some specific IPs, and publicly announce that for the time being, everybody can rsync from , for example, rsync://mirror.facebook.net/centos-debuginfo/ ? Would that work for everybody ? I remember that last week, CERN was also keen on mirroring debuginfo and share it publicly. So far, that's the only thing we can do directly to "unblock" this (while still waiting on some well connected sponsored nodes with enough storage) PS : the current debuginfo store disk usage is ~1.4TiB , nothing more -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From contact at alpix.eu Sun Feb 10 12:17:14 2019 From: contact at alpix.eu (Alpix) Date: Sun, 10 Feb 2019 13:17:14 +0100 Subject: [CentOS-mirror] New Mirror (mirror.alpix.eu) >> Server relocated In-Reply-To: References: Message-ID: Hi Anssi, im about to relocate the mirror today. At the moment all requests are still served by the old server. The new mirror will be IPv6 compatible. So a few Infos need to be updated: Sync schedule: Every hour at random minute Location: EU (Germany) City: Falkenstein IPv4 address to authorize: 176.9.28.85 IPv6 address to authorize: 2a01:4f8:150:3055::2 Can you please authorize the new IPs? And can you please let the the old IP authorized until 16.2.19 ? Because currently the old mirror is still live and needs to be in sync. If you need any more information, feel free to get in touch with me. Yours sincerely, Lukas N. Am So., 7. Mai 2017 um 20:42 Uhr schrieb Alpix : > > HTTP: https://mirror.alpix.eu/centos/ > HTTPS: http://mirror.alpix.eu/centos/ > FTP: - > RSYNC: rsync://mirror.alpix.eu/centos/ > > Sync schedule: Every 2 hrs at random minute > Bandwidth: 1 Gbit/s > Location: EU (Germany) > Sponsor: Alpix > Sponsor URL: https://alpix.eu > IPv4 address to authorize: 85.93.88.49 > IPv6 address to authorize: sadly no (...) > Email contact: contact at alpix.eu > Mirroring AltArch : no > > > If you need any more information, feel free to get in touch with me. > > Yours sincerely, > Lukas N. From avij at centosproject.org Sun Feb 10 13:09:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sun, 10 Feb 2019 15:09:27 +0200 Subject: [CentOS-mirror] New Mirror (mirror.alpix.eu) >> Server relocated In-Reply-To: References: Message-ID: <82f52751-e6ce-e6dd-6260-96302a3ac3ed@centosproject.org> Alpix kirjoitti 10.2.2019 klo 14.17: > Hi Anssi, > > im about to relocate the mirror today. > At the moment all requests are still served by the old server. > The new mirror will be IPv6 compatible. > > So a few Infos need to be updated: > Sync schedule: Every hour at random minute > Location: EU (Germany) City: Falkenstein > IPv4 address to authorize: 176.9.28.85 > IPv6 address to authorize: 2a01:4f8:150:3055::2 > > Can you please authorize the new IPs? > And can you please let the the old IP authorized until 16.2.19 ? > Because currently the old mirror is still live and needs to be in sync. Hi, these changes have now been made and you can now sync from both the old and new IP addresses. The old IP address has been set to expire later on. From bg.tech at wwfx.net Mon Feb 11 10:11:42 2019 From: bg.tech at wwfx.net (Worldwide Fx support team) Date: Mon, 11 Feb 2019 12:11:42 +0200 Subject: [CentOS-mirror] New public mirror Message-ID: Hello We setup Centos public mirror in Sofia (Bulgaria): HTTP: http://mirror.wwfx.net/Sync schedule: Every 6 hrsBandwidth: 2 GbpsLocation: Sofia (Bulgaria)Sponsor: Worldwide Fx / Nu Boyana Film StudiosSponsor URL: wwfx.netIPv4 address to authorize: 195.24.36.156Email contact: bg.tech at wwfx.net Best Regards N. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ra at ra.is Mon Feb 11 16:10:39 2019 From: ra at ra.is (Richard Allen) Date: Mon, 11 Feb 2019 16:10:39 +0000 (GMT) Subject: [CentOS-mirror] Mirror moving In-Reply-To: References: Message-ID: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Hello all, I've been running a mirror for a very long time. We are now moving the server to a new location and it's IP address will change and it will become IPv6 capable. We are syncing from eu-msync.centos.org::CentOS Is there a procedure to follow to get the new IP addresses recognized or something other I should do during this process? Regards, Richard. -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at chrishawker.com.au Mon Feb 11 22:07:35 2019 From: me at chrishawker.com.au (Christopher Hawker) Date: Mon, 11 Feb 2019 22:07:35 +0000 Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> References: , <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Message-ID: <786C2964-FEAC-46F4-909E-083696EE8807@chrishawker.com.au> Hi Richard, There?s no real procedure per-se, more or less you just need to reply here with the new IPs and when they will go live. Fabian or Anssi will then update the ACLs accordingly. Thanks, Christopher Hawker Sent from my iPhone On 12 Feb 2019, at 3:11 am, Richard Allen > wrote: Hello all, I've been running a mirror for a very long time. We are now moving the server to a new location and it's IP address will change and it will become IPv6 capable. We are syncing from eu-msync.centos.org::CentOS Is there a procedure to follow to get the new IP addresses recognized or something other I should do during this process? Regards, Richard. _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 11 23:57:18 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 12 Feb 2019 01:57:18 +0200 Subject: [CentOS-mirror] New public mirror In-Reply-To: References: Message-ID: <029c2c90-3395-ba91-378c-6f45a458d6aa@centosproject.org> Worldwide Fx support team kirjoitti 11.2.2019 klo 12.11: > Hello > > > We setup Centos public mirror?in Sofia (Bulgaria): > > HTTP:http://mirror.wwfx.net/ > Sync schedule: Every 6 hrs > Bandwidth: 2 Gbps > Location: Sofia (Bulgaria) > Sponsor: Worldwide Fx / Nu Boyana Film Studios > Sponsor URL:wwfx.net > IPv4 address to authorize: 195.24.36.156 > Email contact:bg.tech at wwfx.net Thanks, this mirror has now been added. You can now start rsyncing from rsync://msync.centos.org/CentOS/ for the content. From ra at ra.is Tue Feb 19 17:31:13 2019 From: ra at ra.is (Richard Allen) Date: Tue, 19 Feb 2019 17:31:13 +0000 (GMT) Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> References: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Message-ID: <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> Hello, We are in the process of moving the fedora.is mirror from S?minn (simnet.is) to a new location, hosted by Opin kerfi. Current info: www.fedora.is has address 194.105.226.20 www.fedora.is has IPv6 address 2001:1a98:2000:1:abcd:ef12:3456:7890 New host will be: mirrors.opensource.is has address 176.57.227.242 mirrors.opensource.is has IPv6 address 2a06:a101:80:80::2 Sponsor: Opin kerfi ( [ http://www.ok.is/ | http://www.ok.is ] ) The new one will not go live for a few days. It will provide all the same services as the original one. The original domain names (fedora.is and speglar.simnet.is) will point to the new address once the transfer is complete but we would prefer to be listed as "mirrors.opensource.is" if that is possible :) Regards, Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Tue Feb 19 19:26:10 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 19 Feb 2019 21:26:10 +0200 Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> References: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> Message-ID: <9479bc6a-1b8e-145c-097e-fda26216db84@centosproject.org> Richard Allen kirjoitti 19.2.2019 klo 19.31: > Hello, > > We are in the process of moving the fedora.is mirror from S?minn > (simnet.is) to a new location, hosted by Opin kerfi.? ?Current info: > > www.fedora.is has address 194.105.226.20 > www.fedora.is has IPv6 address 2001:1a98:2000:1:abcd:ef12:3456:7890 > > New host will be: > > mirrors.opensource.is has address 176.57.227.242 > mirrors.opensource.is has IPv6 address 2a06:a101:80:80::2 > Sponsor:? Opin kerfi (http://www.ok.is) > > The new one will not go live for a few days.? ?It will provide all the > same services as the original one.? ?The original domain names > (fedora.is and speglar.simnet.is) will point to the new address once the > transfer is complete but we would prefer to be listed as > "mirrors.opensource.is" if that is possible :) Sure, we can change the URLs when you're ready. I've already added the new IP addresses to the ACL so you can sync from the new server. I've also set the old IP addresses to expire in two months (so that they wouldn't be forgotten, it does not really matter if they're there for a week or a month longer than necessary). From martin at vastspace.net Thu Feb 21 14:56:52 2019 From: martin at vastspace.net (Martin) Date: Thu, 21 Feb 2019 22:56:52 +0800 Subject: [CentOS-mirror] New mirror application Message-ID: Hi guys, please help with the approval of the public mirror repo. Thank you. HTTP: http://mirror.vastspace.net/centos/ Sync schedule: Every 4 hrs Bandwidth: 1Gbps Location: Asia/ Singapore Sponsor: Sponsor URL: IPv4 address to authorize: 103.237.168.15 IPv6 address to authorize: Email contact: noc at vastspace.net Mirroring AltArch: no -- Best regards, Email address : martin at vastspace.net Website : https://www.vastspace.net Whatsapp: 9776 5889 Linkedin: https://www.linkedin.com/in/martinchan88/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Thu Feb 21 22:00:18 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 22 Feb 2019 00:00:18 +0200 Subject: [CentOS-mirror] New mirror application In-Reply-To: References: Message-ID: <5c7f1bd8-7339-ae91-d72f-6a1b6dfc1fdf@centosproject.org> Martin kirjoitti 21.2.2019 klo 16.56: > Hi guys, > please help with the approval of the public mirror repo. Thank you. > > HTTP: http://mirror.vastspace.net/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 1Gbps > Location: Asia/ Singapore > Sponsor: > Sponsor URL: > IPv4 address to authorize: 103.237.168.15 > IPv6 address to authorize: > Email contact: noc at vastspace.net > Mirroring AltArch: no Hi, welcome back! I've now re-enabled your mirror and you should now (or in about 15 minutes) be able to rsync from rsync://msync.centos.org/CentOS/ for the CentOS files. From daniel at volchixin.co.uk Fri Feb 22 05:24:26 2019 From: daniel at volchixin.co.uk (Daniel Volchixin) Date: Fri, 22 Feb 2019 12:24:26 +0700 Subject: [CentOS-mirror] (no subject) Message-ID: HTTP: http://mirror.linux-ia64.org/centos/ HTTPS: https://mirror.linux-ia64.org/centos/ Sync schedule: Every 4 hrs Bandwidth: 500Mbps Location: EU, Russia, Novosibirsk Sponsor URL: ia64-linux.org IPv4 address to authorize: 37.193.156.169 IPv6 address to authorize: 2001:470:d43f:fff6:a:e:0:49 Email contact: hostmaster at linux-ia64.org Mirroring AltArch: no From avij at centosproject.org Sat Feb 23 06:32:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sat, 23 Feb 2019 08:32:27 +0200 Subject: [CentOS-mirror] New mirror in Russia In-Reply-To: References: Message-ID: Daniel Volchixin kirjoitti 22.2.2019 klo 7.24: > HTTP: http://mirror.linux-ia64.org/centos/ > HTTPS: https://mirror.linux-ia64.org/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 500Mbps > Location: EU, Russia, Novosibirsk > Sponsor URL: ia64-linux.org > IPv4 address to authorize: 37.193.156.169 > IPv6 address to authorize: 2001:470:d43f:fff6:a:e:0:49 > Email contact: hostmaster at linux-ia64.org > Mirroring AltArch: no Thanks! The mirror has now been added and you can now rsync from rsync://msync.centos.org/CentOS/ From avij at centosproject.org Sat Feb 23 17:39:00 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sat, 23 Feb 2019 19:39:00 +0200 Subject: [CentOS-mirror] FTP URLs removed, ramping up HTTPS support Message-ID: Hi, I wrote around half a year ago that FTP is being phased out. Mirrorlist.centos.org stopped giving out FTP URLs around a week ago, and on Friday Fabian changed https://www.centos.org/download/mirrors/ to show HTTPS URLs in the column that used to show FTP URLs. This means there are no longer any FTP URLs pointing to your mirror from centos.org, and monitoring of those FTP URLs has also stopped. If you feel like it and other distributions that you mirror don't need it, you can now shut down & disable your FTP daemon. There's no need to notify us of your decision, because we no longer have a list of CentOS FTP mirrors that we would need to modify. As mentioned, the download page now lists HTTPS URLs for those mirrors that offer HTTPS, to the best of our knowledge. If your mirror has HTTPS support and the HTTPS URL isn't listed on the download page, please let us know (maybe off-list) and we'll add your HTTPS link. HTTPS isn't yet used by mirrorlist.c.o and "yum", it's only shown on the download page for the time being. Also, a kind reminder that even if you do support HTTPS, please do not redirect CentOS HTTP mirror traffic to HTTPS. Any such redirects will be treated as an error. Thanks for your support! From nethubonline at gmail.com Mon Feb 25 07:05:09 2019 From: nethubonline at gmail.com (Nethub Online - Ming) Date: Mon, 25 Feb 2019 15:05:09 +0800 Subject: [CentOS-mirror] HK mirror - repo.virtualhosting.hk sometimes HTTP Error 503 - Service Unavailable Message-ID: Hi CentOS maintainers, In Hong Kong (HK) sometimes yum update would get "HTTP Error 503 - Service Unavailable", finally I found that running "yum -y update" after "Loading mirror speeds from cached hostfile", while yum selects a mirror " repo.virtualhosting.hk", 95% chance will get error 503. How to duplicate problem: Since yum will select yum server from different mirror servers automatically, so I updated /etc/yum.repos.d/CentOS-Base.repo as below in order to force checking on "repo.virtualhosting.hk": ======================================================== [base] name=CentOS-$releasever - Base baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [updates] name=CentOS-$releasever - Updates baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [extras] name=CentOS-$releasever - Extras baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [centosplus] name=CentOS-$releasever - Plus baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 ======================================================== # yum -y update ... (10/366): avahi-libs-0.6.31-19.el7.x86_64.rpm | 61 kB 00:00:00 (11/366): apr-1.4.8-3.el7_4.1.x86_64.rpm | 103 kB 00:00:00 (12/366): bash-4.2.46-31.el7.x86_64.rpm | 1.0 MB 00:00:00 bind-libs-9.9.4-72.el7.x86_64. FAILED http://repo.virtualhosting.hk/centos/7/os/x86_64/Packages/bind-libs-9.9.4-72.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable Trying other mirror. bind-libs-lite-9.9.4-72.el7.x8 FAILED http://repo.virtualhosting.hk/centos/7/os/x86_64/Packages/bind-libs-lite-9.9.4-72.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable Trying other mirror. (13/366): bind-9.9.4-72.el7.x86_64.rpm | 1.8 MB 00:00:00 (14/366): MariaDB-10.1.38-centos73-x86_64-server.rpm | 104 MB 00:00:02 ... However, if I try to manually update the failed package (e.g. bind-libs like above) by "yum -y update bind-libs" , it will be success. It means the package exists in mirror server repo.virtualhosting, however somehow the server limits the HTTP request and return error 503, can CentOS mirror admin inform this mirror admin to fix the problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Tue Feb 26 06:15:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 26 Feb 2019 08:15:08 +0200 Subject: [CentOS-mirror] HK mirror - repo.virtualhosting.hk sometimes HTTP Error 503 - Service Unavailable In-Reply-To: References: Message-ID: <0f27f3af-017d-a7b5-0090-2db4ee5673ae@centosproject.org> Nethub Online - Ming kirjoitti 25.2.2019 klo 9.05: > However, if I try to manually update the failed package (e.g. bind-libs > like above) by "yum -y update bind-libs" , it will be success. It means > the package exists in mirror server repo.virtualhosting, however somehow > the server limits the HTTP request and return error 503, can CentOS > mirror admin inform this mirror admin to fix the problem? I have sent a message to that mirror's contact email address. Maybe they can reply here. From ftp at mgts.by Tue Feb 26 22:02:09 2019 From: ftp at mgts.by (Mitry Matyushkov) Date: Wed, 27 Feb 2019 01:02:09 +0300 Subject: [CentOS-mirror] New mirror in Belarus: mirror.datacenter.by Message-ID: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> Hello, Please add new mirror to the list: HTTP: http://mirror.datacenter.by/pub/CentOS/ HTTPS: https://mirror.datacenter.by/pub/CentOS/ RSYNC: rsync://mirror.datacenter.by/CentOS/ Sync schedule: Every 4 hrs Bandwidth: 2Gbps Location: EU, Belarus, Minsk Sponsor: RUE Beltelecom Sponsor URL: https://beltelecom.by/ IPv4 address to authorize: 178.124.134.106 IPv6 address to authorize: 2a02:2208:1:3::12 Email contact: admin at mirror.datacenter.by Mirroring AltArch: no Thank you. From avij at centosproject.org Wed Feb 27 08:39:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 10:39:08 +0200 Subject: [CentOS-mirror] New mirror in Belarus: mirror.datacenter.by In-Reply-To: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> References: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> Message-ID: Mitry Matyushkov kirjoitti 27.2.2019 klo 0.02: > Hello, > > Please add new mirror to the list: > > HTTP: http://mirror.datacenter.by/pub/CentOS/ > HTTPS: https://mirror.datacenter.by/pub/CentOS/ > RSYNC: rsync://mirror.datacenter.by/CentOS/ > > Sync schedule: Every 4 hrs > Bandwidth: 2Gbps > Location: EU, Belarus, Minsk > Sponsor: RUE Beltelecom > Sponsor URL: https://beltelecom.by/ > IPv4 address to authorize: 178.124.134.106 > IPv6 address to authorize: 2a02:2208:1:3::12 > Email contact: admin at mirror.datacenter.by > Mirroring AltArch: no Thanks! I've now added your mirror and you should start seeing some traffic soon. Feel free to start rsyncing from rsync://msync.centos.org/CentOS/ now. From rvalencia at blazar.com.mx Wed Feb 27 16:29:38 2019 From: rvalencia at blazar.com.mx (Roberto Valencia C.) Date: Wed, 27 Feb 2019 10:29:38 -0600 Subject: [CentOS-mirror] New CentOS Mirror Message-ID: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> HTTP: http://centos.blazar.mx HTTPS: https://centos.blazar.mx Sync schedule: Every 1 hr Bandwidth: 100Mbps Location: M?xico Sponsor: BLAZAR NETWORKS SA DE CV Sponsor URL: www.blazar.mx IPv4 address to authorize: 199.217.116.143 Email contact: rvalencia at blazar.com.mx Mirroring AltArch: no -- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: rvalencia_sign.png Type: image/png Size: 30846 bytes Desc: not available URL: From avij at centosproject.org Wed Feb 27 17:37:10 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 19:37:10 +0200 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> Message-ID: <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > HTTP: http://centos.blazar.mx > HTTPS: https://centos.blazar.mx > > Sync schedule: Every 1 hr > Bandwidth: 100Mbps > Location: M?xico > Sponsor: BLAZAR NETWORKS SA DE CV > Sponsor URL: www.blazar.mx > IPv4 address to authorize: 199.217.116.143 > Email contact: rvalencia at blazar.com.mx > Mirroring AltArch: no I get a strong feeling of d?j? vu about this.. I have a few concerns about this mirror. The first concern is that your mirror seems to be empty. According to https://wiki.centos.org/HowTos/CreatePublicMirrors you should make your initial rsync from some other external mirror first. A list of those other mirrors is available at https://www.centos.org/download/mirrors/ The location is also a problem. Based on the information I have available, this mirror is not in Mexico but somewhere in U.S. (which state?). Once the mirror has been synced I could add this as a U.S. mirror (if you tell me the state), but not as a Mexican mirror. What matters is where your mirror server is exposed to the rest of the Internet. That point seems to be somewhere in U.S., not Mexico. From salvatore.distefano at gmail.com Wed Feb 27 17:46:07 2019 From: salvatore.distefano at gmail.com (Salvatore Distefano) Date: Wed, 27 Feb 2019 18:46:07 +0100 Subject: [CentOS-mirror] requester Message-ID: Hello, Could you remove my address from mailing list thank a lots -------------- next part -------------- An HTML attachment was scrubbed... URL: From mmkatz at umd.edu Wed Feb 27 17:58:21 2019 From: mmkatz at umd.edu (Moshe M. Katz) Date: Wed, 27 Feb 2019 12:58:21 -0500 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Message-ID: Not affiliated with this mirror, but my tools track this IP address to Missouri, specifically to St. Louis. That result is the same testing from multiple geographically separate locations, so I'd say that it's probably correct. Moshe -- Moshe Katz mmkatz at umd.edu (301) 867-3732 On Wed, Feb 27, 2019 at 12:37 PM Anssi Johansson wrote: > Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > > HTTP: http://centos.blazar.mx > > HTTPS: https://centos.blazar.mx > > > > Sync schedule: Every 1 hr > > Bandwidth: 100Mbps > > Location: M?xico > > Sponsor: BLAZAR NETWORKS SA DE CV > > Sponsor URL: www.blazar.mx > > IPv4 address to authorize: 199.217.116.143 > > Email contact: rvalencia at blazar.com.mx > > Mirroring AltArch: no > > I get a strong feeling of d?j? vu about this.. > > I have a few concerns about this mirror. The first concern is that your > mirror seems to be empty. According to > https://wiki.centos.org/HowTos/CreatePublicMirrors you should make your > initial rsync from some other external mirror first. A list of those > other mirrors is available at https://www.centos.org/download/mirrors/ > > The location is also a problem. Based on the information I have > available, this mirror is not in Mexico but somewhere in U.S. (which > state?). Once the mirror has been synced I could add this as a U.S. > mirror (if you tell me the state), but not as a Mexican mirror. What > matters is where your mirror server is exposed to the rest of the > Internet. That point seems to be somewhere in U.S., not Mexico. > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jonathan at knownhost.com Wed Feb 27 18:05:37 2019 From: jonathan at knownhost.com (Jonathan Wright) Date: Wed, 27 Feb 2019 12:05:37 -0600 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Message-ID: <7217f9a6-d93b-64e7-a5b4-ca0f238b0a8a@knownhost.com> Traceroute definitely appears to terminate in St. Louis or very near. On 2/27/19 11:58 AM, Moshe M. Katz wrote: > Not affiliated with this mirror, but my tools track this IP address to > Missouri, specifically to St. Louis. That result is the same testing > from multiple geographically separate locations, so I'd say that it's > probably correct. > > Moshe > > -- > Moshe Katz > mmkatz at umd.edu > (301) 867-3732 > > > > On Wed, Feb 27, 2019 at 12:37 PM Anssi Johansson > > wrote: > > Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > > HTTP: http://centos.blazar.mx > > HTTPS: https://centos.blazar.mx > > > > Sync schedule: Every 1 hr > > Bandwidth: 100Mbps > > Location: M?xico > > Sponsor: BLAZAR NETWORKS SA DE CV > > Sponsor URL: www.blazar.mx > > IPv4 address to authorize: 199.217.116.143 > > Email contact: rvalencia at blazar.com.mx > > > Mirroring AltArch: no > > I get a strong feeling of d?j? vu about this.. > > I have a few concerns about this mirror. The first concern is that > your > mirror seems to be empty. According to > https://wiki.centos.org/HowTos/CreatePublicMirrors you should make > your > initial rsync from some other external mirror first. A list of those > other mirrors is available at https://www.centos.org/download/mirrors/ > > The location is also a problem. Based on the information I have > available, this mirror is not in Mexico but somewhere in U.S. (which > state?). Once the mirror has been synced I could add this as a U.S. > mirror (if you tell me the state), but not as a Mexican mirror. What > matters is where your mirror server is exposed to the rest of the > Internet. That point seems to be somewhere in U.S., not Mexico. > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror > > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror -- Jonathan Wright KnownHost, LLC https://www.knownhost.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mirror at cuegee.com Wed Feb 27 18:42:14 2019 From: mirror at cuegee.com (mirror @ cuegee it gmbh) Date: Wed, 27 Feb 2019 18:42:14 +0000 Subject: [CentOS-mirror] Mirror Update - mirror.cuegee.de -> mirror.cuegee.com Message-ID: Hello! we have moved from .de to .com, thus a few changes to our entry are in order. At this point we are also deprecating the old mirror.cuegee.DE to be discontinued in two years (Friday, 26. February 2021). I hope that gives users enough time to migrate. Note: mirror.cuegee.COM will stay alive for the foreseeable future. (Changes are marked with an *): *HTTP: http://mirror.cuegee.com/centos/ *HTTPS: https://mirror.cuegee.com/centos/ FTP: N/A *RSYNC: rsync://mirror.cuegee.com/centos/ Sync schedule: Every 4 hrs Bandwidth: 1 Gbps Location: DE Sponsor: cuegee it gmbh *Sponsor URL: https://cuegee.com/ IPv4 address to authorize: 185.144.238.4 IPv6 address to authorize: 2a07:4400:0:1001::11 *Email contact: mirror_AT_cuegee.com Mirroring AltArch: no Best regards Alexander twitter: @aschaber1 From avij at centosproject.org Wed Feb 27 19:09:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 21:09:08 +0200 Subject: [CentOS-mirror] Mirror Update - mirror.cuegee.de -> mirror.cuegee.com In-Reply-To: References: Message-ID: <64deacbd-6b95-b33f-8a20-93c5e766e236@centosproject.org> mirror @ cuegee it gmbh kirjoitti 27.2.2019 klo 20.42: > Hello! > > we have moved from .de to .com, thus a few changes to our entry are in order. > > At this point we are also deprecating the old mirror.cuegee.DE to be discontinued in two years (Friday, 26. February 2021). I hope that gives users enough time to migrate. > Note: mirror.cuegee.COM will stay alive for the foreseeable future. > > (Changes are marked with an *): > > *HTTP: http://mirror.cuegee.com/centos/ > *HTTPS: https://mirror.cuegee.com/centos/ > FTP: N/A > *RSYNC: rsync://mirror.cuegee.com/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 1 Gbps > Location: DE > Sponsor: cuegee it gmbh > *Sponsor URL: https://cuegee.com/ > IPv4 address to authorize: 185.144.238.4 > IPv6 address to authorize: 2a07:4400:0:1001::11 > *Email contact: mirror_AT_cuegee.com > Mirroring AltArch: no Hi, these changes have now been made. It may take a few days for the cached mirrorlists to expire everywhere. While we're at it, I'd like to point out that despite mirror.cuegee.com having an IPv6 address, it does not seem to be reachable over IPv6: $ curl -6v http://mirror.cuegee.com/centos/TIME * About to connect() to mirror.cuegee.com port 80 (#0) * Trying 2a07:4400:0:1001::11... * Connection timed out * Failed connect to mirror.cuegee.com:80; Connection timed out * Closing connection 0 curl: (7) Failed connect to mirror.cuegee.com:80; Connection timed out $ curl -6v https://mirror.cuegee.com/centos/TIME * About to connect() to mirror.cuegee.com port 443 (#0) * Trying 2a07:4400:0:1001::11... * Connection timed out * Failed connect to mirror.cuegee.com:443; Connection timed out * Closing connection 0 curl: (7) Failed connect to mirror.cuegee.com:443; Connection timed out $ rsync -6 rsync://mirror.cuegee.com/centos/ rsync: failed to connect to mirror.cuegee.com (2a07:4400:0:1001::11): Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(125) [Receiver=3.1.2] See also: http://miuku.net/ipv6reach/ This should either be fixed or the IPv6 address removed from DNS. Thanks! From avij at centosproject.org Fri Feb 1 01:27:38 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 1 Feb 2019 03:27:38 +0200 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <6e046879-e128-470d-7352-8b378a679278@garr.it> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> Message-ID: <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> Paolo Velati kirjoitti 31.1.2019 klo 16.27: > Hello CentOS maintainers, > > I've updated the infos about our mirror. > > > HTTP: http://centos.mirror.garr.it/centos > HTTPS: https://centos.mirror.garr.it/centos > > Sync schedule: Every 4 hrs > Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a datacenter > with 40Gbps uplink ) > Location: Italy (Bari) > Sponsor: GARR > Sponsor URL: http://www.garr.it/ > IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP > authorizations) > Email contact: mirror-service at garr.it > Mirroring AltArch: yes (I have the rsync script ready, once you > authorize IPs I'll start sync) > > AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ > AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ Hi, 90.147.160.192/28 is now in the ACL and other info updated accordingly. Note that I also removed your old IPv6 address from the ACL. If you run into problems syncing, you can try the -4 option to rsync to force the use of IPv4. If that works, the problem is likely IPv6 related, and the correct fix would be to add your IPv6 address to the ACL as well. Speaking of IPv6, it appears that one of your VMs is not set up correctly for IPv6 access: http: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip http://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 80
2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 https: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip https://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 443
2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 As for AltArch, while you can now sync from msync.centos.org/altarch, it would be nice if you could do your initial sync from some other European AltArch mirror first, and then switch to syncing from centos.org after your initial sync. List of those mirrors is at the usual place, https://www.centos.org/download/altarch-mirrors/ Thanks! From paolo.velati at garr.it Fri Feb 1 10:33:21 2019 From: paolo.velati at garr.it (Paolo Velati) Date: Fri, 1 Feb 2019 11:33:21 +0100 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> Message-ID: <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> Hello Anssi, I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. I'm syncing from eu-msync.centos.org for CentOS and altarch. Now the mirror should be fine (available IPv4+v6 and updated). As usual, thanks for your support. Paolo Velati On 2/1/19 2:27 AM, Anssi Johansson wrote: > Paolo Velati kirjoitti 31.1.2019 klo 16.27: >> Hello CentOS maintainers, >> >> I've updated the infos about our mirror. >> >> >> HTTP: http://centos.mirror.garr.it/centos >> HTTPS: https://centos.mirror.garr.it/centos >> >> Sync schedule: Every 4 hrs >> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >> datacenter with 40Gbps uplink ) >> Location: Italy (Bari) >> Sponsor: GARR >> Sponsor URL: http://www.garr.it/ >> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >> authorizations) >> Email contact: mirror-service at garr.it >> Mirroring AltArch: yes (I have the rsync script ready, once you >> authorize IPs I'll start sync) >> >> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ > > Hi, 90.147.160.192/28 is now in the ACL and other info updated > accordingly. Note that I also removed your old IPv6 address from the > ACL. If you run into problems syncing, you can try the -4 option to > rsync to force the use of IPv4. If that works, the problem is likely > IPv6 related, and the correct fix would be to add your IPv6 address to > the ACL as well. > > Speaking of IPv6, it appears that one of your VMs is not set up > correctly for IPv6 access: > > http: > $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do > echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip > http://centos.mirror.garr.it/centos/timestamp.txt; done > > 90.147.160.70 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.72 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.73 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:70 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:72 > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 80
> > > 2001:760:ffff:b6:4:100:0:73 > Mon Dec 10 22:49:01 UTC 2018 > > > https: > > $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do > echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip > https://centos.mirror.garr.it/centos/timestamp.txt; done > > 90.147.160.70 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.72 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.73 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:70 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:72 > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 443
> > > 2001:760:ffff:b6:4:100:0:73 > Mon Dec 10 22:49:01 UTC 2018 > > > As for AltArch, while you can now sync from msync.centos.org/altarch, > it would be nice if you could do your initial sync from some other > European AltArch mirror first, and then switch to syncing from > centos.org after your initial sync. List of those mirrors is at the > usual place, https://www.centos.org/download/altarch-mirrors/ > > Thanks! > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From avij at centosproject.org Fri Feb 1 16:01:33 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 1 Feb 2019 18:01:33 +0200 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> Message-ID: <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> I'm afraid this isn't quite fixed yet. The command I ran earlier still gives the same output: $ curl --resolve centos.mirror.garr.it:80:2001:760:ffff:b6:4:100:0:72 http://centos.mirror.garr.it/centos/timestamp.txt 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 80
Paolo Velati kirjoitti 1.2.2019 klo 12.33: > Hello Anssi, > > I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. > > I'm syncing from eu-msync.centos.org for CentOS and altarch. > > Now the mirror should be fine (available IPv4+v6 and updated). > > As usual, thanks for your support. > > Paolo Velati > > On 2/1/19 2:27 AM, Anssi Johansson wrote: >> Paolo Velati kirjoitti 31.1.2019 klo 16.27: >>> Hello CentOS maintainers, >>> >>> I've updated the infos about our mirror. >>> >>> >>> HTTP: http://centos.mirror.garr.it/centos >>> HTTPS: https://centos.mirror.garr.it/centos >>> >>> Sync schedule: Every 4 hrs >>> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >>> datacenter with 40Gbps uplink ) >>> Location: Italy (Bari) >>> Sponsor: GARR >>> Sponsor URL: http://www.garr.it/ >>> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >>> authorizations) >>> Email contact: mirror-service at garr.it >>> Mirroring AltArch: yes (I have the rsync script ready, once you >>> authorize IPs I'll start sync) >>> >>> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >>> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ >> >> Hi, 90.147.160.192/28 is now in the ACL and other info updated >> accordingly. Note that I also removed your old IPv6 address from the >> ACL. If you run into problems syncing, you can try the -4 option to >> rsync to force the use of IPv4. If that works, the problem is likely >> IPv6 related, and the correct fix would be to add your IPv6 address to >> the ACL as well. >> >> Speaking of IPv6, it appears that one of your VMs is not set up >> correctly for IPv6 access: >> >> http: >> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do >> echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip >> http://centos.mirror.garr.it/centos/timestamp.txt; done >> >> 90.147.160.70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.72 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:72 >> >> >> 404 Not Found >> >>

Not Found

>>

The requested URL /centos/timestamp.txt was not found on this >> server.

>>
>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >> 80
>> >> >> 2001:760:ffff:b6:4:100:0:73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> >> https: >> >> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do >> echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip >> https://centos.mirror.garr.it/centos/timestamp.txt; done >> >> 90.147.160.70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.72 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:72 >> >> >> 404 Not Found >> >>

Not Found

>>

The requested URL /centos/timestamp.txt was not found on this >> server.

>>
>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >> 443
>> >> >> 2001:760:ffff:b6:4:100:0:73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> >> As for AltArch, while you can now sync from msync.centos.org/altarch, >> it would be nice if you could do your initial sync from some other >> European AltArch mirror first, and then switch to syncing from >> centos.org after your initial sync. List of those mirrors is at the >> usual place, https://www.centos.org/download/altarch-mirrors/ >> >> Thanks! >> _______________________________________________ >> CentOS-mirror mailing list >> CentOS-mirror at centos.org >> https://lists.centos.org/mailman/listinfo/centos-mirror > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From paolo.velati at garr.it Mon Feb 4 09:19:06 2019 From: paolo.velati at garr.it (Paolo Velati) Date: Mon, 4 Feb 2019 10:19:06 +0100 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> Message-ID: <10213ec3-dbab-19de-366b-2f53ba34f79d@garr.it> Ok I've checked and I had a conflict with that ipv6 address. Now it should be _really_ fixed. Thank you Paolo On 2/1/19 5:01 PM, Anssi Johansson wrote: > I'm afraid this isn't quite fixed yet. The command I ran earlier still > gives the same output: > > $ curl --resolve centos.mirror.garr.it:80:2001:760:ffff:b6:4:100:0:72 > http://centos.mirror.garr.it/centos/timestamp.txt > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 80
> > > > Paolo Velati kirjoitti 1.2.2019 klo 12.33: >> Hello Anssi, >> >> I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. >> >> I'm syncing from eu-msync.centos.org for CentOS and altarch. >> >> Now the mirror should be fine (available IPv4+v6 and updated). >> >> As usual, thanks for your support. >> >> Paolo Velati >> >> On 2/1/19 2:27 AM, Anssi Johansson wrote: >>> Paolo Velati kirjoitti 31.1.2019 klo 16.27: >>>> Hello CentOS maintainers, >>>> >>>> I've updated the infos about our mirror. >>>> >>>> >>>> HTTP: http://centos.mirror.garr.it/centos >>>> HTTPS: https://centos.mirror.garr.it/centos >>>> >>>> Sync schedule: Every 4 hrs >>>> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >>>> datacenter with 40Gbps uplink ) >>>> Location: Italy (Bari) >>>> Sponsor: GARR >>>> Sponsor URL: http://www.garr.it/ >>>> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >>>> authorizations) >>>> Email contact: mirror-service at garr.it >>>> Mirroring AltArch: yes (I have the rsync script ready, once you >>>> authorize IPs I'll start sync) >>>> >>>> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >>>> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ >>> >>> Hi, 90.147.160.192/28 is now in the ACL and other info updated >>> accordingly. Note that I also removed your old IPv6 address from the >>> ACL. If you run into problems syncing, you can try the -4 option to >>> rsync to force the use of IPv4. If that works, the problem is likely >>> IPv6 related, and the correct fix would be to add your IPv6 address >>> to the ACL as well. >>> >>> Speaking of IPv6, it appears that one of your VMs is not set up >>> correctly for IPv6 access: >>> >>> http: >>> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; >>> do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip >>> http://centos.mirror.garr.it/centos/timestamp.txt; done >>> >>> 90.147.160.70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.72 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:72 >>> >>> >>> 404 Not Found >>> >>>

Not Found

>>>

The requested URL /centos/timestamp.txt was not found on this >>> server.

>>>
>>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >>> 80
>>> >>> >>> 2001:760:ffff:b6:4:100:0:73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> >>> https: >>> >>> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; >>> do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip >>> https://centos.mirror.garr.it/centos/timestamp.txt; done >>> >>> 90.147.160.70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.72 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:72 >>> >>> >>> 404 Not Found >>> >>>

Not Found

>>>

The requested URL /centos/timestamp.txt was not found on this >>> server.

>>>
>>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >>> 443
>>> >>> >>> 2001:760:ffff:b6:4:100:0:73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> >>> As for AltArch, while you can now sync from >>> msync.centos.org/altarch, it would be nice if you could do your >>> initial sync from some other European AltArch mirror first, and then >>> switch to syncing from centos.org after your initial sync. List of >>> those mirrors is at the usual place, >>> https://www.centos.org/download/altarch-mirrors/ >>> >>> Thanks! >>> _______________________________________________ >>> CentOS-mirror mailing list >>> CentOS-mirror at centos.org >>> https://lists.centos.org/mailman/listinfo/centos-mirror >> _______________________________________________ >> CentOS-mirror mailing list >> CentOS-mirror at centos.org >> https://lists.centos.org/mailman/listinfo/centos-mirror > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From admin at dedic.sh Mon Feb 4 09:58:02 2019 From: admin at dedic.sh (admin at dedic.sh) Date: Mon, 04 Feb 2019 12:58:02 +0300 Subject: [CentOS-mirror] Add IPv6 Message-ID: Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. Address is 2001:67c:1688:b:: Thank you. From avij at centosproject.org Mon Feb 4 17:23:24 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 19:23:24 +0200 Subject: [CentOS-mirror] Add IPv6 In-Reply-To: References: Message-ID: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> admin at dedic.sh kirjoitti 4.2.2019 klo 11.58: > Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. > Address is 2001:67c:1688:b:: Hi, this has now been added, so you should now be able to rsync from msync.centos.org over IPv6. There's a slight (firewall?) issue with your mirror, though: $ curl -6v http://dedic.sh/centos/timestamp.txt * About to connect() to dedic.sh port 80 (#0) * Trying 2001:67c:1688:b::... * Permission denied * Failed connect to dedic.sh:80; Permission denied * Closing connection 0 curl: (7) Failed connect to dedic.sh:80; Permission denied Maybe this could be fixed? Once the issue is fixed, your mirror will no longer be listed as failing on http://miuku.net/ipv6reach/ (the list is updated only every three hours). From asabigue at fder.edu.uy Mon Feb 4 18:45:56 2019 From: asabigue at fder.edu.uy (ariel sabiguero yawelak) Date: Mon, 4 Feb 2019 15:45:56 -0300 Subject: [CentOS-mirror] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> References: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: Hi. I am unable to reach msync from my mirror through IPv6. It simply does not resolve: espejito:/tmp # dig aaaa msync.centos.org ; <<>> DiG 9.11.2 <<>> aaaa msync.centos.org ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6999 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ; COOKIE: 592fe0f297ba7967cd069d5a5c588790bebc11d6d77ff7aa (good) ;; QUESTION SECTION: ;msync.centos.org.????????????? IN????? AAAA ;; AUTHORITY SECTION: msync.centos.org.?????? 1694??? IN????? SOA pdns1.centos.org. hostmaster.centos.org. 2019013013 1800 3600 604800 3600 ;; Query time: 0 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Mon Feb 04 15:42:24 -03 2019 ;; MSG SIZE? rcvd: 126 but it does resolve IPv4. Is there something I am doing wrong and I am unaware? regards ariel El 4/2/19 a las 14:23, Anssi Johansson escribi?: > admin at dedic.sh kirjoitti 4.2.2019 klo 11.58: >> Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. >> Address is 2001:67c:1688:b:: > > Hi, this has now been added, so you should now be able to rsync from > msync.centos.org over IPv6. > > There's a slight (firewall?) issue with your mirror, though: > > $ curl -6v http://dedic.sh/centos/timestamp.txt > * About to connect() to dedic.sh port 80 (#0) > *?? Trying 2001:67c:1688:b::... > * Permission denied > * Failed connect to dedic.sh:80; Permission denied > * Closing connection 0 > curl: (7) Failed connect to dedic.sh:80; Permission denied > > Maybe this could be fixed? Once the issue is fixed, your mirror will > no longer be listed as failing on http://miuku.net/ipv6reach/ (the > list is updated only every three hours). > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 4 18:53:01 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 20:53:01 +0200 Subject: [CentOS-mirror] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: References: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> ariel sabiguero yawelak kirjoitti 4.2.2019 klo 20.45: > Hi. > > I am unable to reach msync from my mirror through IPv6. It simply does > not resolve: We simply don't have any IPv6-capable msync servers in South America. The few servers we have in South America only have IPv4. We figured that in this case mirrors from South America would prefer to use IPv4 for syncing, instead of syncing from some other continent over IPv6. If there are people reading this message who could donate an IPv6-capable server in South America, https://wiki.centos.org/Donate has some pointers for how to move forward (with appropriate contact details; note that I'm not the one who manages the donated servers). Asia is also in a similar IPv4-only situation. From admin at hospedados.es Mon Feb 4 20:01:11 2019 From: admin at hospedados.es (Admin Hospedados) Date: Mon, 4 Feb 2019 21:01:11 +0100 Subject: [CentOS-mirror] New public mirror Message-ID: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> Hello We setup AltArch public mirror in C?diz (Spain): HTTP:http://mirror.gadix.com/centos-altarch/ Sync schedule: Every 8 hrs Bandwidth: 1Gbps Location: C?diz (Spain) Sponsor: Hospedados.com & GadIX.com Sponsor URL:www.gadix.com IPv4 address to authorize: 185.234.224.255 Email contact:admin at hospedados.es Mirroring AltArch : yes Best Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 4 20:17:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 22:17:27 +0200 Subject: [CentOS-mirror] New public mirror In-Reply-To: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> References: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> Message-ID: <5eae3cb1-6568-877c-d7ac-79db34ee57d2@centosproject.org> Admin Hospedados kirjoitti 4.2.2019 klo 22.01: > Hello > > > We setup AltArch public mirror in C?diz (Spain): > > HTTP: http://mirror.gadix.com/centos-altarch/ > > Sync schedule: Every 8 hrs > Bandwidth: 1Gbps > Location: C?diz (Spain) > Sponsor: Hospedados.com & GadIX.com > Sponsor URL:www.gadix.com > IPv4 address to authorize: 185.234.224.255 > Email contact:admin at hospedados.es > Mirroring AltArch : yes Thanks! The mirror has now been added and will show up on the lists shortly. From mirror at cedia.org.ec Tue Feb 5 13:01:19 2019 From: mirror at cedia.org.ec (CEDIA FOSS Mirrors) Date: Tue, 5 Feb 2019 08:01:19 -0500 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> References: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: <1549371679.805084.956033188@otrs.cedia.org.ec> hi Anssi we are IPv6 capable with [1]https://mirror.cedia.org.ec, if you would like us to setup a different mirror to act as msync.centos.org in dual stack, we are glad to help. regards epe Ernesto Perez -- CSIRT-CEDIA Ladr?n de Guevara E11-253 y Andaluc?a, EPN, Casa Patrimonial. Quito?- Ecuador Telf: (593) 7 407 9300 Ext. 115 csirt at cedia.org.ec / [2]https://csirt.cedia.org.ec 02/04/2019 14:00 - Anssi Johansson wrote: ariel sabiguero yawelak kirjoitti 4.2.2019 klo 20.45: > Hi. > > I am unable to reach msync from my mirror through IPv6. It simply does > not resolve: We simply don't have any IPv6-capable msync servers in South America. The few servers we have in South America only have IPv4. We figured that in this case mirrors from South America would prefer to use IPv4 for syncing, instead of syncing from some other continent over IPv6. If there are people reading this message who could donate an IPv6-capable server in South America, [3]https://wiki.centos.org/Donate has some pointers for how to move forward (with appropriate contact details; note that I'm not the one who manages the donated servers). Asia is also in a similar IPv4-only situation. _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org [4]https://lists.centos.org/mailman/listinfo/centos-mirror [1] https://mirror.cedia.org.ec [2] https://csirt.cedia.org.ec [3] https://wiki.centos.org/Donate [4] https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From arrfab at centos.org Tue Feb 5 13:39:06 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Tue, 5 Feb 2019 14:39:06 +0100 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <1549371679.805084.956033188@otrs.cedia.org.ec> References: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> Message-ID: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: > hi Anssi > we are IPv6 capable with https://mirror.cedia.org.ec, if you would like > us to setup a different mirror to act as msync.centos.org in dual stack, > we are glad to help. > > regards > epe > > thanks for your offering, but we have two different layers : - msync.centos.org = nodes donated for/in the centos infra and so that we control end-to-end through config management and under monitoring from our side - other mirrors = mirrors offered by community but that they maintain themselves and that we only "crawl" to validate content and mirror age. Is your offer to host a donated/dedicated server for the centos project ? (so basically like described on https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc1 ) -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From mirror at cedia.org.ec Tue Feb 5 14:21:33 2019 From: mirror at cedia.org.ec (CEDIA FOSS Mirrors) Date: Tue, 5 Feb 2019 09:21:33 -0500 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> References: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org><115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> Message-ID: <1549376493.708024.091935694@otrs.cedia.org.ec> 02/05/2019 08:40 - Fabian Arrotin wrote: On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: > hi Anssi > we are IPv6 capable with [1]https://mirror.cedia.org.ec, if you would like > us to setup a different mirror to act as msync.centos.org in dual stack, > we are glad to help. > > regards > epe > > thanks for your offering, but we have two different layers : - msync.centos.org = nodes donated for/in the centos infra and so that we control end-to-end through config management and under monitoring from our side - other mirrors = mirrors offered by community but that they maintain themselves and that we only "crawl" to validate content and mirror age. Is your offer to host a donated/dedicated server for the centos project ? (so basically like described on [2]https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc[..] ) yes, we can offer you a server with similar or better specs than the stated in that page. You may contact me offlist in order to plan and setup it according to the specs. regards epe ? -- Fabian Arrotin The CentOS Project | [3]https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org [4]https://lists.centos.org/mailman/listinfo/centos-mirror [1] https://mirror.cedia.org.ec [2] https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc1 [3] https://www.centos.org [4] https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From bb at twomiles.co.uk Tue Feb 5 15:38:37 2019 From: bb at twomiles.co.uk (Balazs Baranyi) Date: Tue, 5 Feb 2019 15:38:37 +0000 Subject: [CentOS-mirror] New CentOS mirror for Hungary Message-ID: Hello, We have setup a new CentOS mirror alongside our official Ubuntu mirror. Please feel free to add it to your list. HTTP: http://mirror.gtx.hu/centos FTP: n/a RSYNC: n/a Sync schedule: Every 4 hours Bandwidth: 1Gbit/s Location: Budapest, Hungary Sponsor: GTX Sponsor URL: http://mirror.gtx.hu IPv4 addresses to authorize: 213.181.201.96 and 62.77.130.44 IPv6 address to authorize: none Email contact: bb at twomiles.co.uk Mirroring AltArch : no I am glad to support the CentOS project! Best Regards, Balazs B -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Wed Feb 6 00:20:21 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 6 Feb 2019 02:20:21 +0200 Subject: [CentOS-mirror] New CentOS mirror for Hungary In-Reply-To: References: Message-ID: <895c3114-a025-f940-1a53-eaecbed3ac6b@centosproject.org> Balazs Baranyi kirjoitti 5.2.2019 klo 17.38: > Hello, > > We have setup a new CentOS mirror alongside our official Ubuntu mirror. > Please feel free to add it to your list. > > HTTP: http://mirror.gtx.hu/centos > FTP: n/a > RSYNC: n/a > > Sync schedule: Every 4 hours > Bandwidth: 1Gbit/s > Location: Budapest, Hungary > Sponsor: GTX > Sponsor URL: http://mirror.gtx.hu > IPv4 addresses to authorize: 213.181.201.96 and 62.77.130.44 > IPv6 address to authorize: none > Email contact: bb at twomiles.co.uk > Mirroring AltArch? : no > > I am glad to support the CentOS project! Thanks for the support! The mirror has now been added and you can now rsync from rsync://msync.centos.org/CentOS/ From arrfab at centos.org Wed Feb 6 12:55:06 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Wed, 6 Feb 2019 13:55:06 +0100 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <1549376493.708024.091935694@otrs.cedia.org.ec> References: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> <1549376493.708024.091935694@otrs.cedia.org.ec> Message-ID: <2603b181-9bf1-b978-2893-c868cf517293@centos.org> On 05/02/2019 15:21, CEDIA FOSS Mirrors wrote: > > > 02/05/2019 08:40 - Fabian Arrotin wrote: > On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: >> hi Anssi >> we are IPv6 capable with https://mirror.cedia.org.ec, if you would like >> us to setup a different mirror to act as msync.centos.org in dual stack, >> we are glad to help. >> >> regards >> epe >> >> > > thanks for your offering, but we have two different layers : > > - msync.centos.org = nodes donated for/in the centos infra and so that > we control end-to-end through config management and under monitoring > from our side > - other mirrors = mirrors offered by community but that they maintain > themselves and that we only "crawl" to validate content and mirror age. > > Is your offer to host a donated/dedicated server for the centos project > ? (so basically like described on > https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc[..] > > ) > > yes, we can offer you a server with similar or better specs than the > stated in that page. You may contact me offlist in order to plan and > setup it according to the specs. Which I did yesterday .. ;-) > > regards > epe > ? > -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From phild at fb.com Wed Feb 6 23:46:57 2019 From: phild at fb.com (Phil Dibowitz) Date: Wed, 6 Feb 2019 23:46:57 +0000 Subject: [CentOS-mirror] CentOS Mirror @ Facebook Message-ID: We seem to have fallen off of the list because the contact address changed. Sorry about that. Lets re-register! HTTP: http://mirror.facebook.net/centos/ RSYNC: rsync://mirror.facebook.net/centos/ Sync schedule: Every 6 hrs Bandwidth: a lot Location: Prineville, WA, and Forest City, NC Sponsor: Facebook Sponsor URL: facebook.com IPv4 address to authorize: 163.114.128.0/20, 199.201.64.0/22 IPv6 address to authorize: 2620:10d:c080::/41 Email contact: mirror-external at fb.com Mirroring AltArch: yes HTTP: http://mirror.facebook.net/centos-altarch/ RSYNC: rsync://mirror.facebook.net/centos-altarch/ And, in theory debuginfo: HTTP: http://mirror.facebook.net/centos-debuginfo/ RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ -- Phil Dibowitz Production Engineering Unexpected attachment? http://www.fburl.com/phildfaq -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From avij at centosproject.org Thu Feb 7 06:03:49 2019 From: avij at centosproject.org (Anssi Johansson) Date: Thu, 7 Feb 2019 08:03:49 +0200 Subject: [CentOS-mirror] CentOS Mirror @ Facebook In-Reply-To: References: Message-ID: Phil Dibowitz kirjoitti 7.2.2019 klo 1.46: > We seem to have fallen off of the list because the contact address changed. > Sorry about that. Lets re-register! > > > HTTP: http://mirror.facebook.net/centos/ > RSYNC: rsync://mirror.facebook.net/centos/ > > Sync schedule: Every 6 hrs > Bandwidth: a lot > Location: Prineville, WA, and Forest City, NC > Sponsor: Facebook > Sponsor URL: facebook.com > IPv4 address to authorize: 163.114.128.0/20, 199.201.64.0/22 > IPv6 address to authorize: 2620:10d:c080::/41 > Email contact: mirror-external at fb.com > Mirroring AltArch: yes > HTTP: http://mirror.facebook.net/centos-altarch/ > RSYNC: rsync://mirror.facebook.net/centos-altarch/ > > And, in theory debuginfo: > HTTP: http://mirror.facebook.net/centos-debuginfo/ > RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ Welcome back! You can now rsync from rsync://msync.centos.org/CentOS and rsync://msync.centos.org/altarch for those contents. As for debuginfo, we don't currently have a list where we could add your debuginfo mirror, and setting that up will require a few changes in various places on our side. We'll get back to this once the initial framework for mirroring debuginfo has been set up. Thanks! From arrfab at centos.org Thu Feb 7 12:30:05 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Thu, 7 Feb 2019 13:30:05 +0100 Subject: [CentOS-mirror] CentOS Mirror @ Facebook In-Reply-To: References: Message-ID: <66bae08f-1440-6d4c-54c9-6437f526d772@centos.org> On 07/02/2019 07:03, Anssi Johansson wrote: > Phil Dibowitz kirjoitti 7.2.2019 klo 1.46: >> We seem to have fallen off of the list because the contact address >> changed. >> Sorry about that. Lets re-register! >> And, in theory debuginfo: >> ?? HTTP: http://mirror.facebook.net/centos-debuginfo/ >> ?? RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ > > Welcome back! You can now rsync from rsync://msync.centos.org/CentOS and > rsync://msync.centos.org/altarch for those contents. > > As for debuginfo, we don't currently have a list where we could add your > debuginfo mirror, and setting that up will require a few changes in > various places on our side. We'll get back to this once the initial > framework for mirroring debuginfo has been set up. Thanks! It's true that we never had any plan for rsync/debuginfo, but I got some requests for this .. Actually our (donated) nodes pool for debuginfo is too small for this and to let everybody rsync content from us (also why we had to setup an ACL for the ::CentOS and ::altarch modules/targets) Now, wondering if we can still (while we work on a better way) allow some specific IPs, and publicly announce that for the time being, everybody can rsync from , for example, rsync://mirror.facebook.net/centos-debuginfo/ ? Would that work for everybody ? I remember that last week, CERN was also keen on mirroring debuginfo and share it publicly. So far, that's the only thing we can do directly to "unblock" this (while still waiting on some well connected sponsored nodes with enough storage) PS : the current debuginfo store disk usage is ~1.4TiB , nothing more -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From contact at alpix.eu Sun Feb 10 12:17:14 2019 From: contact at alpix.eu (Alpix) Date: Sun, 10 Feb 2019 13:17:14 +0100 Subject: [CentOS-mirror] New Mirror (mirror.alpix.eu) >> Server relocated In-Reply-To: References: Message-ID: Hi Anssi, im about to relocate the mirror today. At the moment all requests are still served by the old server. The new mirror will be IPv6 compatible. So a few Infos need to be updated: Sync schedule: Every hour at random minute Location: EU (Germany) City: Falkenstein IPv4 address to authorize: 176.9.28.85 IPv6 address to authorize: 2a01:4f8:150:3055::2 Can you please authorize the new IPs? And can you please let the the old IP authorized until 16.2.19 ? Because currently the old mirror is still live and needs to be in sync. If you need any more information, feel free to get in touch with me. Yours sincerely, Lukas N. Am So., 7. Mai 2017 um 20:42 Uhr schrieb Alpix : > > HTTP: https://mirror.alpix.eu/centos/ > HTTPS: http://mirror.alpix.eu/centos/ > FTP: - > RSYNC: rsync://mirror.alpix.eu/centos/ > > Sync schedule: Every 2 hrs at random minute > Bandwidth: 1 Gbit/s > Location: EU (Germany) > Sponsor: Alpix > Sponsor URL: https://alpix.eu > IPv4 address to authorize: 85.93.88.49 > IPv6 address to authorize: sadly no (...) > Email contact: contact at alpix.eu > Mirroring AltArch : no > > > If you need any more information, feel free to get in touch with me. > > Yours sincerely, > Lukas N. From avij at centosproject.org Sun Feb 10 13:09:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sun, 10 Feb 2019 15:09:27 +0200 Subject: [CentOS-mirror] New Mirror (mirror.alpix.eu) >> Server relocated In-Reply-To: References: Message-ID: <82f52751-e6ce-e6dd-6260-96302a3ac3ed@centosproject.org> Alpix kirjoitti 10.2.2019 klo 14.17: > Hi Anssi, > > im about to relocate the mirror today. > At the moment all requests are still served by the old server. > The new mirror will be IPv6 compatible. > > So a few Infos need to be updated: > Sync schedule: Every hour at random minute > Location: EU (Germany) City: Falkenstein > IPv4 address to authorize: 176.9.28.85 > IPv6 address to authorize: 2a01:4f8:150:3055::2 > > Can you please authorize the new IPs? > And can you please let the the old IP authorized until 16.2.19 ? > Because currently the old mirror is still live and needs to be in sync. Hi, these changes have now been made and you can now sync from both the old and new IP addresses. The old IP address has been set to expire later on. From bg.tech at wwfx.net Mon Feb 11 10:11:42 2019 From: bg.tech at wwfx.net (Worldwide Fx support team) Date: Mon, 11 Feb 2019 12:11:42 +0200 Subject: [CentOS-mirror] New public mirror Message-ID: Hello We setup Centos public mirror in Sofia (Bulgaria): HTTP: http://mirror.wwfx.net/Sync schedule: Every 6 hrsBandwidth: 2 GbpsLocation: Sofia (Bulgaria)Sponsor: Worldwide Fx / Nu Boyana Film StudiosSponsor URL: wwfx.netIPv4 address to authorize: 195.24.36.156Email contact: bg.tech at wwfx.net Best Regards N. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ra at ra.is Mon Feb 11 16:10:39 2019 From: ra at ra.is (Richard Allen) Date: Mon, 11 Feb 2019 16:10:39 +0000 (GMT) Subject: [CentOS-mirror] Mirror moving In-Reply-To: References: Message-ID: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Hello all, I've been running a mirror for a very long time. We are now moving the server to a new location and it's IP address will change and it will become IPv6 capable. We are syncing from eu-msync.centos.org::CentOS Is there a procedure to follow to get the new IP addresses recognized or something other I should do during this process? Regards, Richard. -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at chrishawker.com.au Mon Feb 11 22:07:35 2019 From: me at chrishawker.com.au (Christopher Hawker) Date: Mon, 11 Feb 2019 22:07:35 +0000 Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> References: , <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Message-ID: <786C2964-FEAC-46F4-909E-083696EE8807@chrishawker.com.au> Hi Richard, There?s no real procedure per-se, more or less you just need to reply here with the new IPs and when they will go live. Fabian or Anssi will then update the ACLs accordingly. Thanks, Christopher Hawker Sent from my iPhone On 12 Feb 2019, at 3:11 am, Richard Allen > wrote: Hello all, I've been running a mirror for a very long time. We are now moving the server to a new location and it's IP address will change and it will become IPv6 capable. We are syncing from eu-msync.centos.org::CentOS Is there a procedure to follow to get the new IP addresses recognized or something other I should do during this process? Regards, Richard. _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 11 23:57:18 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 12 Feb 2019 01:57:18 +0200 Subject: [CentOS-mirror] New public mirror In-Reply-To: References: Message-ID: <029c2c90-3395-ba91-378c-6f45a458d6aa@centosproject.org> Worldwide Fx support team kirjoitti 11.2.2019 klo 12.11: > Hello > > > We setup Centos public mirror?in Sofia (Bulgaria): > > HTTP:http://mirror.wwfx.net/ > Sync schedule: Every 6 hrs > Bandwidth: 2 Gbps > Location: Sofia (Bulgaria) > Sponsor: Worldwide Fx / Nu Boyana Film Studios > Sponsor URL:wwfx.net > IPv4 address to authorize: 195.24.36.156 > Email contact:bg.tech at wwfx.net Thanks, this mirror has now been added. You can now start rsyncing from rsync://msync.centos.org/CentOS/ for the content. From ra at ra.is Tue Feb 19 17:31:13 2019 From: ra at ra.is (Richard Allen) Date: Tue, 19 Feb 2019 17:31:13 +0000 (GMT) Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> References: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Message-ID: <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> Hello, We are in the process of moving the fedora.is mirror from S?minn (simnet.is) to a new location, hosted by Opin kerfi. Current info: www.fedora.is has address 194.105.226.20 www.fedora.is has IPv6 address 2001:1a98:2000:1:abcd:ef12:3456:7890 New host will be: mirrors.opensource.is has address 176.57.227.242 mirrors.opensource.is has IPv6 address 2a06:a101:80:80::2 Sponsor: Opin kerfi ( [ http://www.ok.is/ | http://www.ok.is ] ) The new one will not go live for a few days. It will provide all the same services as the original one. The original domain names (fedora.is and speglar.simnet.is) will point to the new address once the transfer is complete but we would prefer to be listed as "mirrors.opensource.is" if that is possible :) Regards, Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Tue Feb 19 19:26:10 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 19 Feb 2019 21:26:10 +0200 Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> References: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> Message-ID: <9479bc6a-1b8e-145c-097e-fda26216db84@centosproject.org> Richard Allen kirjoitti 19.2.2019 klo 19.31: > Hello, > > We are in the process of moving the fedora.is mirror from S?minn > (simnet.is) to a new location, hosted by Opin kerfi.? ?Current info: > > www.fedora.is has address 194.105.226.20 > www.fedora.is has IPv6 address 2001:1a98:2000:1:abcd:ef12:3456:7890 > > New host will be: > > mirrors.opensource.is has address 176.57.227.242 > mirrors.opensource.is has IPv6 address 2a06:a101:80:80::2 > Sponsor:? Opin kerfi (http://www.ok.is) > > The new one will not go live for a few days.? ?It will provide all the > same services as the original one.? ?The original domain names > (fedora.is and speglar.simnet.is) will point to the new address once the > transfer is complete but we would prefer to be listed as > "mirrors.opensource.is" if that is possible :) Sure, we can change the URLs when you're ready. I've already added the new IP addresses to the ACL so you can sync from the new server. I've also set the old IP addresses to expire in two months (so that they wouldn't be forgotten, it does not really matter if they're there for a week or a month longer than necessary). From martin at vastspace.net Thu Feb 21 14:56:52 2019 From: martin at vastspace.net (Martin) Date: Thu, 21 Feb 2019 22:56:52 +0800 Subject: [CentOS-mirror] New mirror application Message-ID: Hi guys, please help with the approval of the public mirror repo. Thank you. HTTP: http://mirror.vastspace.net/centos/ Sync schedule: Every 4 hrs Bandwidth: 1Gbps Location: Asia/ Singapore Sponsor: Sponsor URL: IPv4 address to authorize: 103.237.168.15 IPv6 address to authorize: Email contact: noc at vastspace.net Mirroring AltArch: no -- Best regards, Email address : martin at vastspace.net Website : https://www.vastspace.net Whatsapp: 9776 5889 Linkedin: https://www.linkedin.com/in/martinchan88/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Thu Feb 21 22:00:18 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 22 Feb 2019 00:00:18 +0200 Subject: [CentOS-mirror] New mirror application In-Reply-To: References: Message-ID: <5c7f1bd8-7339-ae91-d72f-6a1b6dfc1fdf@centosproject.org> Martin kirjoitti 21.2.2019 klo 16.56: > Hi guys, > please help with the approval of the public mirror repo. Thank you. > > HTTP: http://mirror.vastspace.net/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 1Gbps > Location: Asia/ Singapore > Sponsor: > Sponsor URL: > IPv4 address to authorize: 103.237.168.15 > IPv6 address to authorize: > Email contact: noc at vastspace.net > Mirroring AltArch: no Hi, welcome back! I've now re-enabled your mirror and you should now (or in about 15 minutes) be able to rsync from rsync://msync.centos.org/CentOS/ for the CentOS files. From daniel at volchixin.co.uk Fri Feb 22 05:24:26 2019 From: daniel at volchixin.co.uk (Daniel Volchixin) Date: Fri, 22 Feb 2019 12:24:26 +0700 Subject: [CentOS-mirror] (no subject) Message-ID: HTTP: http://mirror.linux-ia64.org/centos/ HTTPS: https://mirror.linux-ia64.org/centos/ Sync schedule: Every 4 hrs Bandwidth: 500Mbps Location: EU, Russia, Novosibirsk Sponsor URL: ia64-linux.org IPv4 address to authorize: 37.193.156.169 IPv6 address to authorize: 2001:470:d43f:fff6:a:e:0:49 Email contact: hostmaster at linux-ia64.org Mirroring AltArch: no From avij at centosproject.org Sat Feb 23 06:32:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sat, 23 Feb 2019 08:32:27 +0200 Subject: [CentOS-mirror] New mirror in Russia In-Reply-To: References: Message-ID: Daniel Volchixin kirjoitti 22.2.2019 klo 7.24: > HTTP: http://mirror.linux-ia64.org/centos/ > HTTPS: https://mirror.linux-ia64.org/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 500Mbps > Location: EU, Russia, Novosibirsk > Sponsor URL: ia64-linux.org > IPv4 address to authorize: 37.193.156.169 > IPv6 address to authorize: 2001:470:d43f:fff6:a:e:0:49 > Email contact: hostmaster at linux-ia64.org > Mirroring AltArch: no Thanks! The mirror has now been added and you can now rsync from rsync://msync.centos.org/CentOS/ From avij at centosproject.org Sat Feb 23 17:39:00 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sat, 23 Feb 2019 19:39:00 +0200 Subject: [CentOS-mirror] FTP URLs removed, ramping up HTTPS support Message-ID: Hi, I wrote around half a year ago that FTP is being phased out. Mirrorlist.centos.org stopped giving out FTP URLs around a week ago, and on Friday Fabian changed https://www.centos.org/download/mirrors/ to show HTTPS URLs in the column that used to show FTP URLs. This means there are no longer any FTP URLs pointing to your mirror from centos.org, and monitoring of those FTP URLs has also stopped. If you feel like it and other distributions that you mirror don't need it, you can now shut down & disable your FTP daemon. There's no need to notify us of your decision, because we no longer have a list of CentOS FTP mirrors that we would need to modify. As mentioned, the download page now lists HTTPS URLs for those mirrors that offer HTTPS, to the best of our knowledge. If your mirror has HTTPS support and the HTTPS URL isn't listed on the download page, please let us know (maybe off-list) and we'll add your HTTPS link. HTTPS isn't yet used by mirrorlist.c.o and "yum", it's only shown on the download page for the time being. Also, a kind reminder that even if you do support HTTPS, please do not redirect CentOS HTTP mirror traffic to HTTPS. Any such redirects will be treated as an error. Thanks for your support! From nethubonline at gmail.com Mon Feb 25 07:05:09 2019 From: nethubonline at gmail.com (Nethub Online - Ming) Date: Mon, 25 Feb 2019 15:05:09 +0800 Subject: [CentOS-mirror] HK mirror - repo.virtualhosting.hk sometimes HTTP Error 503 - Service Unavailable Message-ID: Hi CentOS maintainers, In Hong Kong (HK) sometimes yum update would get "HTTP Error 503 - Service Unavailable", finally I found that running "yum -y update" after "Loading mirror speeds from cached hostfile", while yum selects a mirror " repo.virtualhosting.hk", 95% chance will get error 503. How to duplicate problem: Since yum will select yum server from different mirror servers automatically, so I updated /etc/yum.repos.d/CentOS-Base.repo as below in order to force checking on "repo.virtualhosting.hk": ======================================================== [base] name=CentOS-$releasever - Base baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [updates] name=CentOS-$releasever - Updates baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [extras] name=CentOS-$releasever - Extras baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [centosplus] name=CentOS-$releasever - Plus baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 ======================================================== # yum -y update ... (10/366): avahi-libs-0.6.31-19.el7.x86_64.rpm | 61 kB 00:00:00 (11/366): apr-1.4.8-3.el7_4.1.x86_64.rpm | 103 kB 00:00:00 (12/366): bash-4.2.46-31.el7.x86_64.rpm | 1.0 MB 00:00:00 bind-libs-9.9.4-72.el7.x86_64. FAILED http://repo.virtualhosting.hk/centos/7/os/x86_64/Packages/bind-libs-9.9.4-72.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable Trying other mirror. bind-libs-lite-9.9.4-72.el7.x8 FAILED http://repo.virtualhosting.hk/centos/7/os/x86_64/Packages/bind-libs-lite-9.9.4-72.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable Trying other mirror. (13/366): bind-9.9.4-72.el7.x86_64.rpm | 1.8 MB 00:00:00 (14/366): MariaDB-10.1.38-centos73-x86_64-server.rpm | 104 MB 00:00:02 ... However, if I try to manually update the failed package (e.g. bind-libs like above) by "yum -y update bind-libs" , it will be success. It means the package exists in mirror server repo.virtualhosting, however somehow the server limits the HTTP request and return error 503, can CentOS mirror admin inform this mirror admin to fix the problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Tue Feb 26 06:15:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 26 Feb 2019 08:15:08 +0200 Subject: [CentOS-mirror] HK mirror - repo.virtualhosting.hk sometimes HTTP Error 503 - Service Unavailable In-Reply-To: References: Message-ID: <0f27f3af-017d-a7b5-0090-2db4ee5673ae@centosproject.org> Nethub Online - Ming kirjoitti 25.2.2019 klo 9.05: > However, if I try to manually update the failed package (e.g. bind-libs > like above) by "yum -y update bind-libs" , it will be success. It means > the package exists in mirror server repo.virtualhosting, however somehow > the server limits the HTTP request and return error 503, can CentOS > mirror admin inform this mirror admin to fix the problem? I have sent a message to that mirror's contact email address. Maybe they can reply here. From ftp at mgts.by Tue Feb 26 22:02:09 2019 From: ftp at mgts.by (Mitry Matyushkov) Date: Wed, 27 Feb 2019 01:02:09 +0300 Subject: [CentOS-mirror] New mirror in Belarus: mirror.datacenter.by Message-ID: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> Hello, Please add new mirror to the list: HTTP: http://mirror.datacenter.by/pub/CentOS/ HTTPS: https://mirror.datacenter.by/pub/CentOS/ RSYNC: rsync://mirror.datacenter.by/CentOS/ Sync schedule: Every 4 hrs Bandwidth: 2Gbps Location: EU, Belarus, Minsk Sponsor: RUE Beltelecom Sponsor URL: https://beltelecom.by/ IPv4 address to authorize: 178.124.134.106 IPv6 address to authorize: 2a02:2208:1:3::12 Email contact: admin at mirror.datacenter.by Mirroring AltArch: no Thank you. From avij at centosproject.org Wed Feb 27 08:39:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 10:39:08 +0200 Subject: [CentOS-mirror] New mirror in Belarus: mirror.datacenter.by In-Reply-To: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> References: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> Message-ID: Mitry Matyushkov kirjoitti 27.2.2019 klo 0.02: > Hello, > > Please add new mirror to the list: > > HTTP: http://mirror.datacenter.by/pub/CentOS/ > HTTPS: https://mirror.datacenter.by/pub/CentOS/ > RSYNC: rsync://mirror.datacenter.by/CentOS/ > > Sync schedule: Every 4 hrs > Bandwidth: 2Gbps > Location: EU, Belarus, Minsk > Sponsor: RUE Beltelecom > Sponsor URL: https://beltelecom.by/ > IPv4 address to authorize: 178.124.134.106 > IPv6 address to authorize: 2a02:2208:1:3::12 > Email contact: admin at mirror.datacenter.by > Mirroring AltArch: no Thanks! I've now added your mirror and you should start seeing some traffic soon. Feel free to start rsyncing from rsync://msync.centos.org/CentOS/ now. From rvalencia at blazar.com.mx Wed Feb 27 16:29:38 2019 From: rvalencia at blazar.com.mx (Roberto Valencia C.) Date: Wed, 27 Feb 2019 10:29:38 -0600 Subject: [CentOS-mirror] New CentOS Mirror Message-ID: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> HTTP: http://centos.blazar.mx HTTPS: https://centos.blazar.mx Sync schedule: Every 1 hr Bandwidth: 100Mbps Location: M?xico Sponsor: BLAZAR NETWORKS SA DE CV Sponsor URL: www.blazar.mx IPv4 address to authorize: 199.217.116.143 Email contact: rvalencia at blazar.com.mx Mirroring AltArch: no -- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: rvalencia_sign.png Type: image/png Size: 30846 bytes Desc: not available URL: From avij at centosproject.org Wed Feb 27 17:37:10 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 19:37:10 +0200 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> Message-ID: <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > HTTP: http://centos.blazar.mx > HTTPS: https://centos.blazar.mx > > Sync schedule: Every 1 hr > Bandwidth: 100Mbps > Location: M?xico > Sponsor: BLAZAR NETWORKS SA DE CV > Sponsor URL: www.blazar.mx > IPv4 address to authorize: 199.217.116.143 > Email contact: rvalencia at blazar.com.mx > Mirroring AltArch: no I get a strong feeling of d?j? vu about this.. I have a few concerns about this mirror. The first concern is that your mirror seems to be empty. According to https://wiki.centos.org/HowTos/CreatePublicMirrors you should make your initial rsync from some other external mirror first. A list of those other mirrors is available at https://www.centos.org/download/mirrors/ The location is also a problem. Based on the information I have available, this mirror is not in Mexico but somewhere in U.S. (which state?). Once the mirror has been synced I could add this as a U.S. mirror (if you tell me the state), but not as a Mexican mirror. What matters is where your mirror server is exposed to the rest of the Internet. That point seems to be somewhere in U.S., not Mexico. From salvatore.distefano at gmail.com Wed Feb 27 17:46:07 2019 From: salvatore.distefano at gmail.com (Salvatore Distefano) Date: Wed, 27 Feb 2019 18:46:07 +0100 Subject: [CentOS-mirror] requester Message-ID: Hello, Could you remove my address from mailing list thank a lots -------------- next part -------------- An HTML attachment was scrubbed... URL: From mmkatz at umd.edu Wed Feb 27 17:58:21 2019 From: mmkatz at umd.edu (Moshe M. Katz) Date: Wed, 27 Feb 2019 12:58:21 -0500 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Message-ID: Not affiliated with this mirror, but my tools track this IP address to Missouri, specifically to St. Louis. That result is the same testing from multiple geographically separate locations, so I'd say that it's probably correct. Moshe -- Moshe Katz mmkatz at umd.edu (301) 867-3732 On Wed, Feb 27, 2019 at 12:37 PM Anssi Johansson wrote: > Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > > HTTP: http://centos.blazar.mx > > HTTPS: https://centos.blazar.mx > > > > Sync schedule: Every 1 hr > > Bandwidth: 100Mbps > > Location: M?xico > > Sponsor: BLAZAR NETWORKS SA DE CV > > Sponsor URL: www.blazar.mx > > IPv4 address to authorize: 199.217.116.143 > > Email contact: rvalencia at blazar.com.mx > > Mirroring AltArch: no > > I get a strong feeling of d?j? vu about this.. > > I have a few concerns about this mirror. The first concern is that your > mirror seems to be empty. According to > https://wiki.centos.org/HowTos/CreatePublicMirrors you should make your > initial rsync from some other external mirror first. A list of those > other mirrors is available at https://www.centos.org/download/mirrors/ > > The location is also a problem. Based on the information I have > available, this mirror is not in Mexico but somewhere in U.S. (which > state?). Once the mirror has been synced I could add this as a U.S. > mirror (if you tell me the state), but not as a Mexican mirror. What > matters is where your mirror server is exposed to the rest of the > Internet. That point seems to be somewhere in U.S., not Mexico. > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jonathan at knownhost.com Wed Feb 27 18:05:37 2019 From: jonathan at knownhost.com (Jonathan Wright) Date: Wed, 27 Feb 2019 12:05:37 -0600 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Message-ID: <7217f9a6-d93b-64e7-a5b4-ca0f238b0a8a@knownhost.com> Traceroute definitely appears to terminate in St. Louis or very near. On 2/27/19 11:58 AM, Moshe M. Katz wrote: > Not affiliated with this mirror, but my tools track this IP address to > Missouri, specifically to St. Louis. That result is the same testing > from multiple geographically separate locations, so I'd say that it's > probably correct. > > Moshe > > -- > Moshe Katz > mmkatz at umd.edu > (301) 867-3732 > > > > On Wed, Feb 27, 2019 at 12:37 PM Anssi Johansson > > wrote: > > Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > > HTTP: http://centos.blazar.mx > > HTTPS: https://centos.blazar.mx > > > > Sync schedule: Every 1 hr > > Bandwidth: 100Mbps > > Location: M?xico > > Sponsor: BLAZAR NETWORKS SA DE CV > > Sponsor URL: www.blazar.mx > > IPv4 address to authorize: 199.217.116.143 > > Email contact: rvalencia at blazar.com.mx > > > Mirroring AltArch: no > > I get a strong feeling of d?j? vu about this.. > > I have a few concerns about this mirror. The first concern is that > your > mirror seems to be empty. According to > https://wiki.centos.org/HowTos/CreatePublicMirrors you should make > your > initial rsync from some other external mirror first. A list of those > other mirrors is available at https://www.centos.org/download/mirrors/ > > The location is also a problem. Based on the information I have > available, this mirror is not in Mexico but somewhere in U.S. (which > state?). Once the mirror has been synced I could add this as a U.S. > mirror (if you tell me the state), but not as a Mexican mirror. What > matters is where your mirror server is exposed to the rest of the > Internet. That point seems to be somewhere in U.S., not Mexico. > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror > > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror -- Jonathan Wright KnownHost, LLC https://www.knownhost.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mirror at cuegee.com Wed Feb 27 18:42:14 2019 From: mirror at cuegee.com (mirror @ cuegee it gmbh) Date: Wed, 27 Feb 2019 18:42:14 +0000 Subject: [CentOS-mirror] Mirror Update - mirror.cuegee.de -> mirror.cuegee.com Message-ID: Hello! we have moved from .de to .com, thus a few changes to our entry are in order. At this point we are also deprecating the old mirror.cuegee.DE to be discontinued in two years (Friday, 26. February 2021). I hope that gives users enough time to migrate. Note: mirror.cuegee.COM will stay alive for the foreseeable future. (Changes are marked with an *): *HTTP: http://mirror.cuegee.com/centos/ *HTTPS: https://mirror.cuegee.com/centos/ FTP: N/A *RSYNC: rsync://mirror.cuegee.com/centos/ Sync schedule: Every 4 hrs Bandwidth: 1 Gbps Location: DE Sponsor: cuegee it gmbh *Sponsor URL: https://cuegee.com/ IPv4 address to authorize: 185.144.238.4 IPv6 address to authorize: 2a07:4400:0:1001::11 *Email contact: mirror_AT_cuegee.com Mirroring AltArch: no Best regards Alexander twitter: @aschaber1 From avij at centosproject.org Wed Feb 27 19:09:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 21:09:08 +0200 Subject: [CentOS-mirror] Mirror Update - mirror.cuegee.de -> mirror.cuegee.com In-Reply-To: References: Message-ID: <64deacbd-6b95-b33f-8a20-93c5e766e236@centosproject.org> mirror @ cuegee it gmbh kirjoitti 27.2.2019 klo 20.42: > Hello! > > we have moved from .de to .com, thus a few changes to our entry are in order. > > At this point we are also deprecating the old mirror.cuegee.DE to be discontinued in two years (Friday, 26. February 2021). I hope that gives users enough time to migrate. > Note: mirror.cuegee.COM will stay alive for the foreseeable future. > > (Changes are marked with an *): > > *HTTP: http://mirror.cuegee.com/centos/ > *HTTPS: https://mirror.cuegee.com/centos/ > FTP: N/A > *RSYNC: rsync://mirror.cuegee.com/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 1 Gbps > Location: DE > Sponsor: cuegee it gmbh > *Sponsor URL: https://cuegee.com/ > IPv4 address to authorize: 185.144.238.4 > IPv6 address to authorize: 2a07:4400:0:1001::11 > *Email contact: mirror_AT_cuegee.com > Mirroring AltArch: no Hi, these changes have now been made. It may take a few days for the cached mirrorlists to expire everywhere. While we're at it, I'd like to point out that despite mirror.cuegee.com having an IPv6 address, it does not seem to be reachable over IPv6: $ curl -6v http://mirror.cuegee.com/centos/TIME * About to connect() to mirror.cuegee.com port 80 (#0) * Trying 2a07:4400:0:1001::11... * Connection timed out * Failed connect to mirror.cuegee.com:80; Connection timed out * Closing connection 0 curl: (7) Failed connect to mirror.cuegee.com:80; Connection timed out $ curl -6v https://mirror.cuegee.com/centos/TIME * About to connect() to mirror.cuegee.com port 443 (#0) * Trying 2a07:4400:0:1001::11... * Connection timed out * Failed connect to mirror.cuegee.com:443; Connection timed out * Closing connection 0 curl: (7) Failed connect to mirror.cuegee.com:443; Connection timed out $ rsync -6 rsync://mirror.cuegee.com/centos/ rsync: failed to connect to mirror.cuegee.com (2a07:4400:0:1001::11): Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(125) [Receiver=3.1.2] See also: http://miuku.net/ipv6reach/ This should either be fixed or the IPv6 address removed from DNS. Thanks! From avij at centosproject.org Fri Feb 1 01:27:38 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 1 Feb 2019 03:27:38 +0200 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <6e046879-e128-470d-7352-8b378a679278@garr.it> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> Message-ID: <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> Paolo Velati kirjoitti 31.1.2019 klo 16.27: > Hello CentOS maintainers, > > I've updated the infos about our mirror. > > > HTTP: http://centos.mirror.garr.it/centos > HTTPS: https://centos.mirror.garr.it/centos > > Sync schedule: Every 4 hrs > Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a datacenter > with 40Gbps uplink ) > Location: Italy (Bari) > Sponsor: GARR > Sponsor URL: http://www.garr.it/ > IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP > authorizations) > Email contact: mirror-service at garr.it > Mirroring AltArch: yes (I have the rsync script ready, once you > authorize IPs I'll start sync) > > AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ > AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ Hi, 90.147.160.192/28 is now in the ACL and other info updated accordingly. Note that I also removed your old IPv6 address from the ACL. If you run into problems syncing, you can try the -4 option to rsync to force the use of IPv4. If that works, the problem is likely IPv6 related, and the correct fix would be to add your IPv6 address to the ACL as well. Speaking of IPv6, it appears that one of your VMs is not set up correctly for IPv6 access: http: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip http://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 80
2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 https: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip https://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 443
2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 As for AltArch, while you can now sync from msync.centos.org/altarch, it would be nice if you could do your initial sync from some other European AltArch mirror first, and then switch to syncing from centos.org after your initial sync. List of those mirrors is at the usual place, https://www.centos.org/download/altarch-mirrors/ Thanks! From paolo.velati at garr.it Fri Feb 1 10:33:21 2019 From: paolo.velati at garr.it (Paolo Velati) Date: Fri, 1 Feb 2019 11:33:21 +0100 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> Message-ID: <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> Hello Anssi, I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. I'm syncing from eu-msync.centos.org for CentOS and altarch. Now the mirror should be fine (available IPv4+v6 and updated). As usual, thanks for your support. Paolo Velati On 2/1/19 2:27 AM, Anssi Johansson wrote: > Paolo Velati kirjoitti 31.1.2019 klo 16.27: >> Hello CentOS maintainers, >> >> I've updated the infos about our mirror. >> >> >> HTTP: http://centos.mirror.garr.it/centos >> HTTPS: https://centos.mirror.garr.it/centos >> >> Sync schedule: Every 4 hrs >> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >> datacenter with 40Gbps uplink ) >> Location: Italy (Bari) >> Sponsor: GARR >> Sponsor URL: http://www.garr.it/ >> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >> authorizations) >> Email contact: mirror-service at garr.it >> Mirroring AltArch: yes (I have the rsync script ready, once you >> authorize IPs I'll start sync) >> >> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ > > Hi, 90.147.160.192/28 is now in the ACL and other info updated > accordingly. Note that I also removed your old IPv6 address from the > ACL. If you run into problems syncing, you can try the -4 option to > rsync to force the use of IPv4. If that works, the problem is likely > IPv6 related, and the correct fix would be to add your IPv6 address to > the ACL as well. > > Speaking of IPv6, it appears that one of your VMs is not set up > correctly for IPv6 access: > > http: > $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do > echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip > http://centos.mirror.garr.it/centos/timestamp.txt; done > > 90.147.160.70 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.72 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.73 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:70 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:72 > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 80
> > > 2001:760:ffff:b6:4:100:0:73 > Mon Dec 10 22:49:01 UTC 2018 > > > https: > > $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do > echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip > https://centos.mirror.garr.it/centos/timestamp.txt; done > > 90.147.160.70 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.72 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.73 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:70 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:72 > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 443
> > > 2001:760:ffff:b6:4:100:0:73 > Mon Dec 10 22:49:01 UTC 2018 > > > As for AltArch, while you can now sync from msync.centos.org/altarch, > it would be nice if you could do your initial sync from some other > European AltArch mirror first, and then switch to syncing from > centos.org after your initial sync. List of those mirrors is at the > usual place, https://www.centos.org/download/altarch-mirrors/ > > Thanks! > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From avij at centosproject.org Fri Feb 1 16:01:33 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 1 Feb 2019 18:01:33 +0200 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> Message-ID: <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> I'm afraid this isn't quite fixed yet. The command I ran earlier still gives the same output: $ curl --resolve centos.mirror.garr.it:80:2001:760:ffff:b6:4:100:0:72 http://centos.mirror.garr.it/centos/timestamp.txt 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 80
Paolo Velati kirjoitti 1.2.2019 klo 12.33: > Hello Anssi, > > I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. > > I'm syncing from eu-msync.centos.org for CentOS and altarch. > > Now the mirror should be fine (available IPv4+v6 and updated). > > As usual, thanks for your support. > > Paolo Velati > > On 2/1/19 2:27 AM, Anssi Johansson wrote: >> Paolo Velati kirjoitti 31.1.2019 klo 16.27: >>> Hello CentOS maintainers, >>> >>> I've updated the infos about our mirror. >>> >>> >>> HTTP: http://centos.mirror.garr.it/centos >>> HTTPS: https://centos.mirror.garr.it/centos >>> >>> Sync schedule: Every 4 hrs >>> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >>> datacenter with 40Gbps uplink ) >>> Location: Italy (Bari) >>> Sponsor: GARR >>> Sponsor URL: http://www.garr.it/ >>> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >>> authorizations) >>> Email contact: mirror-service at garr.it >>> Mirroring AltArch: yes (I have the rsync script ready, once you >>> authorize IPs I'll start sync) >>> >>> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >>> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ >> >> Hi, 90.147.160.192/28 is now in the ACL and other info updated >> accordingly. Note that I also removed your old IPv6 address from the >> ACL. If you run into problems syncing, you can try the -4 option to >> rsync to force the use of IPv4. If that works, the problem is likely >> IPv6 related, and the correct fix would be to add your IPv6 address to >> the ACL as well. >> >> Speaking of IPv6, it appears that one of your VMs is not set up >> correctly for IPv6 access: >> >> http: >> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do >> echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip >> http://centos.mirror.garr.it/centos/timestamp.txt; done >> >> 90.147.160.70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.72 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:72 >> >> >> 404 Not Found >> >>

Not Found

>>

The requested URL /centos/timestamp.txt was not found on this >> server.

>>
>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >> 80
>> >> >> 2001:760:ffff:b6:4:100:0:73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> >> https: >> >> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do >> echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip >> https://centos.mirror.garr.it/centos/timestamp.txt; done >> >> 90.147.160.70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.72 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:72 >> >> >> 404 Not Found >> >>

Not Found

>>

The requested URL /centos/timestamp.txt was not found on this >> server.

>>
>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >> 443
>> >> >> 2001:760:ffff:b6:4:100:0:73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> >> As for AltArch, while you can now sync from msync.centos.org/altarch, >> it would be nice if you could do your initial sync from some other >> European AltArch mirror first, and then switch to syncing from >> centos.org after your initial sync. List of those mirrors is at the >> usual place, https://www.centos.org/download/altarch-mirrors/ >> >> Thanks! >> _______________________________________________ >> CentOS-mirror mailing list >> CentOS-mirror at centos.org >> https://lists.centos.org/mailman/listinfo/centos-mirror > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From paolo.velati at garr.it Mon Feb 4 09:19:06 2019 From: paolo.velati at garr.it (Paolo Velati) Date: Mon, 4 Feb 2019 10:19:06 +0100 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> Message-ID: <10213ec3-dbab-19de-366b-2f53ba34f79d@garr.it> Ok I've checked and I had a conflict with that ipv6 address. Now it should be _really_ fixed. Thank you Paolo On 2/1/19 5:01 PM, Anssi Johansson wrote: > I'm afraid this isn't quite fixed yet. The command I ran earlier still > gives the same output: > > $ curl --resolve centos.mirror.garr.it:80:2001:760:ffff:b6:4:100:0:72 > http://centos.mirror.garr.it/centos/timestamp.txt > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 80
> > > > Paolo Velati kirjoitti 1.2.2019 klo 12.33: >> Hello Anssi, >> >> I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. >> >> I'm syncing from eu-msync.centos.org for CentOS and altarch. >> >> Now the mirror should be fine (available IPv4+v6 and updated). >> >> As usual, thanks for your support. >> >> Paolo Velati >> >> On 2/1/19 2:27 AM, Anssi Johansson wrote: >>> Paolo Velati kirjoitti 31.1.2019 klo 16.27: >>>> Hello CentOS maintainers, >>>> >>>> I've updated the infos about our mirror. >>>> >>>> >>>> HTTP: http://centos.mirror.garr.it/centos >>>> HTTPS: https://centos.mirror.garr.it/centos >>>> >>>> Sync schedule: Every 4 hrs >>>> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >>>> datacenter with 40Gbps uplink ) >>>> Location: Italy (Bari) >>>> Sponsor: GARR >>>> Sponsor URL: http://www.garr.it/ >>>> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >>>> authorizations) >>>> Email contact: mirror-service at garr.it >>>> Mirroring AltArch: yes (I have the rsync script ready, once you >>>> authorize IPs I'll start sync) >>>> >>>> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >>>> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ >>> >>> Hi, 90.147.160.192/28 is now in the ACL and other info updated >>> accordingly. Note that I also removed your old IPv6 address from the >>> ACL. If you run into problems syncing, you can try the -4 option to >>> rsync to force the use of IPv4. If that works, the problem is likely >>> IPv6 related, and the correct fix would be to add your IPv6 address >>> to the ACL as well. >>> >>> Speaking of IPv6, it appears that one of your VMs is not set up >>> correctly for IPv6 access: >>> >>> http: >>> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; >>> do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip >>> http://centos.mirror.garr.it/centos/timestamp.txt; done >>> >>> 90.147.160.70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.72 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:72 >>> >>> >>> 404 Not Found >>> >>>

Not Found

>>>

The requested URL /centos/timestamp.txt was not found on this >>> server.

>>>
>>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >>> 80
>>> >>> >>> 2001:760:ffff:b6:4:100:0:73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> >>> https: >>> >>> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; >>> do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip >>> https://centos.mirror.garr.it/centos/timestamp.txt; done >>> >>> 90.147.160.70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.72 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:72 >>> >>> >>> 404 Not Found >>> >>>

Not Found

>>>

The requested URL /centos/timestamp.txt was not found on this >>> server.

>>>
>>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >>> 443
>>> >>> >>> 2001:760:ffff:b6:4:100:0:73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> >>> As for AltArch, while you can now sync from >>> msync.centos.org/altarch, it would be nice if you could do your >>> initial sync from some other European AltArch mirror first, and then >>> switch to syncing from centos.org after your initial sync. List of >>> those mirrors is at the usual place, >>> https://www.centos.org/download/altarch-mirrors/ >>> >>> Thanks! >>> _______________________________________________ >>> CentOS-mirror mailing list >>> CentOS-mirror at centos.org >>> https://lists.centos.org/mailman/listinfo/centos-mirror >> _______________________________________________ >> CentOS-mirror mailing list >> CentOS-mirror at centos.org >> https://lists.centos.org/mailman/listinfo/centos-mirror > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From admin at dedic.sh Mon Feb 4 09:58:02 2019 From: admin at dedic.sh (admin at dedic.sh) Date: Mon, 04 Feb 2019 12:58:02 +0300 Subject: [CentOS-mirror] Add IPv6 Message-ID: Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. Address is 2001:67c:1688:b:: Thank you. From avij at centosproject.org Mon Feb 4 17:23:24 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 19:23:24 +0200 Subject: [CentOS-mirror] Add IPv6 In-Reply-To: References: Message-ID: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> admin at dedic.sh kirjoitti 4.2.2019 klo 11.58: > Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. > Address is 2001:67c:1688:b:: Hi, this has now been added, so you should now be able to rsync from msync.centos.org over IPv6. There's a slight (firewall?) issue with your mirror, though: $ curl -6v http://dedic.sh/centos/timestamp.txt * About to connect() to dedic.sh port 80 (#0) * Trying 2001:67c:1688:b::... * Permission denied * Failed connect to dedic.sh:80; Permission denied * Closing connection 0 curl: (7) Failed connect to dedic.sh:80; Permission denied Maybe this could be fixed? Once the issue is fixed, your mirror will no longer be listed as failing on http://miuku.net/ipv6reach/ (the list is updated only every three hours). From asabigue at fder.edu.uy Mon Feb 4 18:45:56 2019 From: asabigue at fder.edu.uy (ariel sabiguero yawelak) Date: Mon, 4 Feb 2019 15:45:56 -0300 Subject: [CentOS-mirror] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> References: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: Hi. I am unable to reach msync from my mirror through IPv6. It simply does not resolve: espejito:/tmp # dig aaaa msync.centos.org ; <<>> DiG 9.11.2 <<>> aaaa msync.centos.org ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6999 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ; COOKIE: 592fe0f297ba7967cd069d5a5c588790bebc11d6d77ff7aa (good) ;; QUESTION SECTION: ;msync.centos.org.????????????? IN????? AAAA ;; AUTHORITY SECTION: msync.centos.org.?????? 1694??? IN????? SOA pdns1.centos.org. hostmaster.centos.org. 2019013013 1800 3600 604800 3600 ;; Query time: 0 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Mon Feb 04 15:42:24 -03 2019 ;; MSG SIZE? rcvd: 126 but it does resolve IPv4. Is there something I am doing wrong and I am unaware? regards ariel El 4/2/19 a las 14:23, Anssi Johansson escribi?: > admin at dedic.sh kirjoitti 4.2.2019 klo 11.58: >> Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. >> Address is 2001:67c:1688:b:: > > Hi, this has now been added, so you should now be able to rsync from > msync.centos.org over IPv6. > > There's a slight (firewall?) issue with your mirror, though: > > $ curl -6v http://dedic.sh/centos/timestamp.txt > * About to connect() to dedic.sh port 80 (#0) > *?? Trying 2001:67c:1688:b::... > * Permission denied > * Failed connect to dedic.sh:80; Permission denied > * Closing connection 0 > curl: (7) Failed connect to dedic.sh:80; Permission denied > > Maybe this could be fixed? Once the issue is fixed, your mirror will > no longer be listed as failing on http://miuku.net/ipv6reach/ (the > list is updated only every three hours). > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 4 18:53:01 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 20:53:01 +0200 Subject: [CentOS-mirror] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: References: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> ariel sabiguero yawelak kirjoitti 4.2.2019 klo 20.45: > Hi. > > I am unable to reach msync from my mirror through IPv6. It simply does > not resolve: We simply don't have any IPv6-capable msync servers in South America. The few servers we have in South America only have IPv4. We figured that in this case mirrors from South America would prefer to use IPv4 for syncing, instead of syncing from some other continent over IPv6. If there are people reading this message who could donate an IPv6-capable server in South America, https://wiki.centos.org/Donate has some pointers for how to move forward (with appropriate contact details; note that I'm not the one who manages the donated servers). Asia is also in a similar IPv4-only situation. From admin at hospedados.es Mon Feb 4 20:01:11 2019 From: admin at hospedados.es (Admin Hospedados) Date: Mon, 4 Feb 2019 21:01:11 +0100 Subject: [CentOS-mirror] New public mirror Message-ID: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> Hello We setup AltArch public mirror in C?diz (Spain): HTTP:http://mirror.gadix.com/centos-altarch/ Sync schedule: Every 8 hrs Bandwidth: 1Gbps Location: C?diz (Spain) Sponsor: Hospedados.com & GadIX.com Sponsor URL:www.gadix.com IPv4 address to authorize: 185.234.224.255 Email contact:admin at hospedados.es Mirroring AltArch : yes Best Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 4 20:17:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 22:17:27 +0200 Subject: [CentOS-mirror] New public mirror In-Reply-To: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> References: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> Message-ID: <5eae3cb1-6568-877c-d7ac-79db34ee57d2@centosproject.org> Admin Hospedados kirjoitti 4.2.2019 klo 22.01: > Hello > > > We setup AltArch public mirror in C?diz (Spain): > > HTTP: http://mirror.gadix.com/centos-altarch/ > > Sync schedule: Every 8 hrs > Bandwidth: 1Gbps > Location: C?diz (Spain) > Sponsor: Hospedados.com & GadIX.com > Sponsor URL:www.gadix.com > IPv4 address to authorize: 185.234.224.255 > Email contact:admin at hospedados.es > Mirroring AltArch : yes Thanks! The mirror has now been added and will show up on the lists shortly. From mirror at cedia.org.ec Tue Feb 5 13:01:19 2019 From: mirror at cedia.org.ec (CEDIA FOSS Mirrors) Date: Tue, 5 Feb 2019 08:01:19 -0500 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> References: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: <1549371679.805084.956033188@otrs.cedia.org.ec> hi Anssi we are IPv6 capable with [1]https://mirror.cedia.org.ec, if you would like us to setup a different mirror to act as msync.centos.org in dual stack, we are glad to help. regards epe Ernesto Perez -- CSIRT-CEDIA Ladr?n de Guevara E11-253 y Andaluc?a, EPN, Casa Patrimonial. Quito?- Ecuador Telf: (593) 7 407 9300 Ext. 115 csirt at cedia.org.ec / [2]https://csirt.cedia.org.ec 02/04/2019 14:00 - Anssi Johansson wrote: ariel sabiguero yawelak kirjoitti 4.2.2019 klo 20.45: > Hi. > > I am unable to reach msync from my mirror through IPv6. It simply does > not resolve: We simply don't have any IPv6-capable msync servers in South America. The few servers we have in South America only have IPv4. We figured that in this case mirrors from South America would prefer to use IPv4 for syncing, instead of syncing from some other continent over IPv6. If there are people reading this message who could donate an IPv6-capable server in South America, [3]https://wiki.centos.org/Donate has some pointers for how to move forward (with appropriate contact details; note that I'm not the one who manages the donated servers). Asia is also in a similar IPv4-only situation. _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org [4]https://lists.centos.org/mailman/listinfo/centos-mirror [1] https://mirror.cedia.org.ec [2] https://csirt.cedia.org.ec [3] https://wiki.centos.org/Donate [4] https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From arrfab at centos.org Tue Feb 5 13:39:06 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Tue, 5 Feb 2019 14:39:06 +0100 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <1549371679.805084.956033188@otrs.cedia.org.ec> References: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> Message-ID: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: > hi Anssi > we are IPv6 capable with https://mirror.cedia.org.ec, if you would like > us to setup a different mirror to act as msync.centos.org in dual stack, > we are glad to help. > > regards > epe > > thanks for your offering, but we have two different layers : - msync.centos.org = nodes donated for/in the centos infra and so that we control end-to-end through config management and under monitoring from our side - other mirrors = mirrors offered by community but that they maintain themselves and that we only "crawl" to validate content and mirror age. Is your offer to host a donated/dedicated server for the centos project ? (so basically like described on https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc1 ) -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From mirror at cedia.org.ec Tue Feb 5 14:21:33 2019 From: mirror at cedia.org.ec (CEDIA FOSS Mirrors) Date: Tue, 5 Feb 2019 09:21:33 -0500 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> References: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org><115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> Message-ID: <1549376493.708024.091935694@otrs.cedia.org.ec> 02/05/2019 08:40 - Fabian Arrotin wrote: On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: > hi Anssi > we are IPv6 capable with [1]https://mirror.cedia.org.ec, if you would like > us to setup a different mirror to act as msync.centos.org in dual stack, > we are glad to help. > > regards > epe > > thanks for your offering, but we have two different layers : - msync.centos.org = nodes donated for/in the centos infra and so that we control end-to-end through config management and under monitoring from our side - other mirrors = mirrors offered by community but that they maintain themselves and that we only "crawl" to validate content and mirror age. Is your offer to host a donated/dedicated server for the centos project ? (so basically like described on [2]https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc[..] ) yes, we can offer you a server with similar or better specs than the stated in that page. You may contact me offlist in order to plan and setup it according to the specs. regards epe ? -- Fabian Arrotin The CentOS Project | [3]https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org [4]https://lists.centos.org/mailman/listinfo/centos-mirror [1] https://mirror.cedia.org.ec [2] https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc1 [3] https://www.centos.org [4] https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From bb at twomiles.co.uk Tue Feb 5 15:38:37 2019 From: bb at twomiles.co.uk (Balazs Baranyi) Date: Tue, 5 Feb 2019 15:38:37 +0000 Subject: [CentOS-mirror] New CentOS mirror for Hungary Message-ID: Hello, We have setup a new CentOS mirror alongside our official Ubuntu mirror. Please feel free to add it to your list. HTTP: http://mirror.gtx.hu/centos FTP: n/a RSYNC: n/a Sync schedule: Every 4 hours Bandwidth: 1Gbit/s Location: Budapest, Hungary Sponsor: GTX Sponsor URL: http://mirror.gtx.hu IPv4 addresses to authorize: 213.181.201.96 and 62.77.130.44 IPv6 address to authorize: none Email contact: bb at twomiles.co.uk Mirroring AltArch : no I am glad to support the CentOS project! Best Regards, Balazs B -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Wed Feb 6 00:20:21 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 6 Feb 2019 02:20:21 +0200 Subject: [CentOS-mirror] New CentOS mirror for Hungary In-Reply-To: References: Message-ID: <895c3114-a025-f940-1a53-eaecbed3ac6b@centosproject.org> Balazs Baranyi kirjoitti 5.2.2019 klo 17.38: > Hello, > > We have setup a new CentOS mirror alongside our official Ubuntu mirror. > Please feel free to add it to your list. > > HTTP: http://mirror.gtx.hu/centos > FTP: n/a > RSYNC: n/a > > Sync schedule: Every 4 hours > Bandwidth: 1Gbit/s > Location: Budapest, Hungary > Sponsor: GTX > Sponsor URL: http://mirror.gtx.hu > IPv4 addresses to authorize: 213.181.201.96 and 62.77.130.44 > IPv6 address to authorize: none > Email contact: bb at twomiles.co.uk > Mirroring AltArch? : no > > I am glad to support the CentOS project! Thanks for the support! The mirror has now been added and you can now rsync from rsync://msync.centos.org/CentOS/ From arrfab at centos.org Wed Feb 6 12:55:06 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Wed, 6 Feb 2019 13:55:06 +0100 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <1549376493.708024.091935694@otrs.cedia.org.ec> References: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> <1549376493.708024.091935694@otrs.cedia.org.ec> Message-ID: <2603b181-9bf1-b978-2893-c868cf517293@centos.org> On 05/02/2019 15:21, CEDIA FOSS Mirrors wrote: > > > 02/05/2019 08:40 - Fabian Arrotin wrote: > On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: >> hi Anssi >> we are IPv6 capable with https://mirror.cedia.org.ec, if you would like >> us to setup a different mirror to act as msync.centos.org in dual stack, >> we are glad to help. >> >> regards >> epe >> >> > > thanks for your offering, but we have two different layers : > > - msync.centos.org = nodes donated for/in the centos infra and so that > we control end-to-end through config management and under monitoring > from our side > - other mirrors = mirrors offered by community but that they maintain > themselves and that we only "crawl" to validate content and mirror age. > > Is your offer to host a donated/dedicated server for the centos project > ? (so basically like described on > https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc[..] > > ) > > yes, we can offer you a server with similar or better specs than the > stated in that page. You may contact me offlist in order to plan and > setup it according to the specs. Which I did yesterday .. ;-) > > regards > epe > ? > -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From phild at fb.com Wed Feb 6 23:46:57 2019 From: phild at fb.com (Phil Dibowitz) Date: Wed, 6 Feb 2019 23:46:57 +0000 Subject: [CentOS-mirror] CentOS Mirror @ Facebook Message-ID: We seem to have fallen off of the list because the contact address changed. Sorry about that. Lets re-register! HTTP: http://mirror.facebook.net/centos/ RSYNC: rsync://mirror.facebook.net/centos/ Sync schedule: Every 6 hrs Bandwidth: a lot Location: Prineville, WA, and Forest City, NC Sponsor: Facebook Sponsor URL: facebook.com IPv4 address to authorize: 163.114.128.0/20, 199.201.64.0/22 IPv6 address to authorize: 2620:10d:c080::/41 Email contact: mirror-external at fb.com Mirroring AltArch: yes HTTP: http://mirror.facebook.net/centos-altarch/ RSYNC: rsync://mirror.facebook.net/centos-altarch/ And, in theory debuginfo: HTTP: http://mirror.facebook.net/centos-debuginfo/ RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ -- Phil Dibowitz Production Engineering Unexpected attachment? http://www.fburl.com/phildfaq -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From avij at centosproject.org Thu Feb 7 06:03:49 2019 From: avij at centosproject.org (Anssi Johansson) Date: Thu, 7 Feb 2019 08:03:49 +0200 Subject: [CentOS-mirror] CentOS Mirror @ Facebook In-Reply-To: References: Message-ID: Phil Dibowitz kirjoitti 7.2.2019 klo 1.46: > We seem to have fallen off of the list because the contact address changed. > Sorry about that. Lets re-register! > > > HTTP: http://mirror.facebook.net/centos/ > RSYNC: rsync://mirror.facebook.net/centos/ > > Sync schedule: Every 6 hrs > Bandwidth: a lot > Location: Prineville, WA, and Forest City, NC > Sponsor: Facebook > Sponsor URL: facebook.com > IPv4 address to authorize: 163.114.128.0/20, 199.201.64.0/22 > IPv6 address to authorize: 2620:10d:c080::/41 > Email contact: mirror-external at fb.com > Mirroring AltArch: yes > HTTP: http://mirror.facebook.net/centos-altarch/ > RSYNC: rsync://mirror.facebook.net/centos-altarch/ > > And, in theory debuginfo: > HTTP: http://mirror.facebook.net/centos-debuginfo/ > RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ Welcome back! You can now rsync from rsync://msync.centos.org/CentOS and rsync://msync.centos.org/altarch for those contents. As for debuginfo, we don't currently have a list where we could add your debuginfo mirror, and setting that up will require a few changes in various places on our side. We'll get back to this once the initial framework for mirroring debuginfo has been set up. Thanks! From arrfab at centos.org Thu Feb 7 12:30:05 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Thu, 7 Feb 2019 13:30:05 +0100 Subject: [CentOS-mirror] CentOS Mirror @ Facebook In-Reply-To: References: Message-ID: <66bae08f-1440-6d4c-54c9-6437f526d772@centos.org> On 07/02/2019 07:03, Anssi Johansson wrote: > Phil Dibowitz kirjoitti 7.2.2019 klo 1.46: >> We seem to have fallen off of the list because the contact address >> changed. >> Sorry about that. Lets re-register! >> And, in theory debuginfo: >> ?? HTTP: http://mirror.facebook.net/centos-debuginfo/ >> ?? RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ > > Welcome back! You can now rsync from rsync://msync.centos.org/CentOS and > rsync://msync.centos.org/altarch for those contents. > > As for debuginfo, we don't currently have a list where we could add your > debuginfo mirror, and setting that up will require a few changes in > various places on our side. We'll get back to this once the initial > framework for mirroring debuginfo has been set up. Thanks! It's true that we never had any plan for rsync/debuginfo, but I got some requests for this .. Actually our (donated) nodes pool for debuginfo is too small for this and to let everybody rsync content from us (also why we had to setup an ACL for the ::CentOS and ::altarch modules/targets) Now, wondering if we can still (while we work on a better way) allow some specific IPs, and publicly announce that for the time being, everybody can rsync from , for example, rsync://mirror.facebook.net/centos-debuginfo/ ? Would that work for everybody ? I remember that last week, CERN was also keen on mirroring debuginfo and share it publicly. So far, that's the only thing we can do directly to "unblock" this (while still waiting on some well connected sponsored nodes with enough storage) PS : the current debuginfo store disk usage is ~1.4TiB , nothing more -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From contact at alpix.eu Sun Feb 10 12:17:14 2019 From: contact at alpix.eu (Alpix) Date: Sun, 10 Feb 2019 13:17:14 +0100 Subject: [CentOS-mirror] New Mirror (mirror.alpix.eu) >> Server relocated In-Reply-To: References: Message-ID: Hi Anssi, im about to relocate the mirror today. At the moment all requests are still served by the old server. The new mirror will be IPv6 compatible. So a few Infos need to be updated: Sync schedule: Every hour at random minute Location: EU (Germany) City: Falkenstein IPv4 address to authorize: 176.9.28.85 IPv6 address to authorize: 2a01:4f8:150:3055::2 Can you please authorize the new IPs? And can you please let the the old IP authorized until 16.2.19 ? Because currently the old mirror is still live and needs to be in sync. If you need any more information, feel free to get in touch with me. Yours sincerely, Lukas N. Am So., 7. Mai 2017 um 20:42 Uhr schrieb Alpix : > > HTTP: https://mirror.alpix.eu/centos/ > HTTPS: http://mirror.alpix.eu/centos/ > FTP: - > RSYNC: rsync://mirror.alpix.eu/centos/ > > Sync schedule: Every 2 hrs at random minute > Bandwidth: 1 Gbit/s > Location: EU (Germany) > Sponsor: Alpix > Sponsor URL: https://alpix.eu > IPv4 address to authorize: 85.93.88.49 > IPv6 address to authorize: sadly no (...) > Email contact: contact at alpix.eu > Mirroring AltArch : no > > > If you need any more information, feel free to get in touch with me. > > Yours sincerely, > Lukas N. From avij at centosproject.org Sun Feb 10 13:09:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sun, 10 Feb 2019 15:09:27 +0200 Subject: [CentOS-mirror] New Mirror (mirror.alpix.eu) >> Server relocated In-Reply-To: References: Message-ID: <82f52751-e6ce-e6dd-6260-96302a3ac3ed@centosproject.org> Alpix kirjoitti 10.2.2019 klo 14.17: > Hi Anssi, > > im about to relocate the mirror today. > At the moment all requests are still served by the old server. > The new mirror will be IPv6 compatible. > > So a few Infos need to be updated: > Sync schedule: Every hour at random minute > Location: EU (Germany) City: Falkenstein > IPv4 address to authorize: 176.9.28.85 > IPv6 address to authorize: 2a01:4f8:150:3055::2 > > Can you please authorize the new IPs? > And can you please let the the old IP authorized until 16.2.19 ? > Because currently the old mirror is still live and needs to be in sync. Hi, these changes have now been made and you can now sync from both the old and new IP addresses. The old IP address has been set to expire later on. From bg.tech at wwfx.net Mon Feb 11 10:11:42 2019 From: bg.tech at wwfx.net (Worldwide Fx support team) Date: Mon, 11 Feb 2019 12:11:42 +0200 Subject: [CentOS-mirror] New public mirror Message-ID: Hello We setup Centos public mirror in Sofia (Bulgaria): HTTP: http://mirror.wwfx.net/Sync schedule: Every 6 hrsBandwidth: 2 GbpsLocation: Sofia (Bulgaria)Sponsor: Worldwide Fx / Nu Boyana Film StudiosSponsor URL: wwfx.netIPv4 address to authorize: 195.24.36.156Email contact: bg.tech at wwfx.net Best Regards N. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ra at ra.is Mon Feb 11 16:10:39 2019 From: ra at ra.is (Richard Allen) Date: Mon, 11 Feb 2019 16:10:39 +0000 (GMT) Subject: [CentOS-mirror] Mirror moving In-Reply-To: References: Message-ID: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Hello all, I've been running a mirror for a very long time. We are now moving the server to a new location and it's IP address will change and it will become IPv6 capable. We are syncing from eu-msync.centos.org::CentOS Is there a procedure to follow to get the new IP addresses recognized or something other I should do during this process? Regards, Richard. -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at chrishawker.com.au Mon Feb 11 22:07:35 2019 From: me at chrishawker.com.au (Christopher Hawker) Date: Mon, 11 Feb 2019 22:07:35 +0000 Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> References: , <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Message-ID: <786C2964-FEAC-46F4-909E-083696EE8807@chrishawker.com.au> Hi Richard, There?s no real procedure per-se, more or less you just need to reply here with the new IPs and when they will go live. Fabian or Anssi will then update the ACLs accordingly. Thanks, Christopher Hawker Sent from my iPhone On 12 Feb 2019, at 3:11 am, Richard Allen > wrote: Hello all, I've been running a mirror for a very long time. We are now moving the server to a new location and it's IP address will change and it will become IPv6 capable. We are syncing from eu-msync.centos.org::CentOS Is there a procedure to follow to get the new IP addresses recognized or something other I should do during this process? Regards, Richard. _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 11 23:57:18 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 12 Feb 2019 01:57:18 +0200 Subject: [CentOS-mirror] New public mirror In-Reply-To: References: Message-ID: <029c2c90-3395-ba91-378c-6f45a458d6aa@centosproject.org> Worldwide Fx support team kirjoitti 11.2.2019 klo 12.11: > Hello > > > We setup Centos public mirror?in Sofia (Bulgaria): > > HTTP:http://mirror.wwfx.net/ > Sync schedule: Every 6 hrs > Bandwidth: 2 Gbps > Location: Sofia (Bulgaria) > Sponsor: Worldwide Fx / Nu Boyana Film Studios > Sponsor URL:wwfx.net > IPv4 address to authorize: 195.24.36.156 > Email contact:bg.tech at wwfx.net Thanks, this mirror has now been added. You can now start rsyncing from rsync://msync.centos.org/CentOS/ for the content. From ra at ra.is Tue Feb 19 17:31:13 2019 From: ra at ra.is (Richard Allen) Date: Tue, 19 Feb 2019 17:31:13 +0000 (GMT) Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> References: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Message-ID: <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> Hello, We are in the process of moving the fedora.is mirror from S?minn (simnet.is) to a new location, hosted by Opin kerfi. Current info: www.fedora.is has address 194.105.226.20 www.fedora.is has IPv6 address 2001:1a98:2000:1:abcd:ef12:3456:7890 New host will be: mirrors.opensource.is has address 176.57.227.242 mirrors.opensource.is has IPv6 address 2a06:a101:80:80::2 Sponsor: Opin kerfi ( [ http://www.ok.is/ | http://www.ok.is ] ) The new one will not go live for a few days. It will provide all the same services as the original one. The original domain names (fedora.is and speglar.simnet.is) will point to the new address once the transfer is complete but we would prefer to be listed as "mirrors.opensource.is" if that is possible :) Regards, Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Tue Feb 19 19:26:10 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 19 Feb 2019 21:26:10 +0200 Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> References: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> Message-ID: <9479bc6a-1b8e-145c-097e-fda26216db84@centosproject.org> Richard Allen kirjoitti 19.2.2019 klo 19.31: > Hello, > > We are in the process of moving the fedora.is mirror from S?minn > (simnet.is) to a new location, hosted by Opin kerfi.? ?Current info: > > www.fedora.is has address 194.105.226.20 > www.fedora.is has IPv6 address 2001:1a98:2000:1:abcd:ef12:3456:7890 > > New host will be: > > mirrors.opensource.is has address 176.57.227.242 > mirrors.opensource.is has IPv6 address 2a06:a101:80:80::2 > Sponsor:? Opin kerfi (http://www.ok.is) > > The new one will not go live for a few days.? ?It will provide all the > same services as the original one.? ?The original domain names > (fedora.is and speglar.simnet.is) will point to the new address once the > transfer is complete but we would prefer to be listed as > "mirrors.opensource.is" if that is possible :) Sure, we can change the URLs when you're ready. I've already added the new IP addresses to the ACL so you can sync from the new server. I've also set the old IP addresses to expire in two months (so that they wouldn't be forgotten, it does not really matter if they're there for a week or a month longer than necessary). From martin at vastspace.net Thu Feb 21 14:56:52 2019 From: martin at vastspace.net (Martin) Date: Thu, 21 Feb 2019 22:56:52 +0800 Subject: [CentOS-mirror] New mirror application Message-ID: Hi guys, please help with the approval of the public mirror repo. Thank you. HTTP: http://mirror.vastspace.net/centos/ Sync schedule: Every 4 hrs Bandwidth: 1Gbps Location: Asia/ Singapore Sponsor: Sponsor URL: IPv4 address to authorize: 103.237.168.15 IPv6 address to authorize: Email contact: noc at vastspace.net Mirroring AltArch: no -- Best regards, Email address : martin at vastspace.net Website : https://www.vastspace.net Whatsapp: 9776 5889 Linkedin: https://www.linkedin.com/in/martinchan88/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Thu Feb 21 22:00:18 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 22 Feb 2019 00:00:18 +0200 Subject: [CentOS-mirror] New mirror application In-Reply-To: References: Message-ID: <5c7f1bd8-7339-ae91-d72f-6a1b6dfc1fdf@centosproject.org> Martin kirjoitti 21.2.2019 klo 16.56: > Hi guys, > please help with the approval of the public mirror repo. Thank you. > > HTTP: http://mirror.vastspace.net/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 1Gbps > Location: Asia/ Singapore > Sponsor: > Sponsor URL: > IPv4 address to authorize: 103.237.168.15 > IPv6 address to authorize: > Email contact: noc at vastspace.net > Mirroring AltArch: no Hi, welcome back! I've now re-enabled your mirror and you should now (or in about 15 minutes) be able to rsync from rsync://msync.centos.org/CentOS/ for the CentOS files. From daniel at volchixin.co.uk Fri Feb 22 05:24:26 2019 From: daniel at volchixin.co.uk (Daniel Volchixin) Date: Fri, 22 Feb 2019 12:24:26 +0700 Subject: [CentOS-mirror] (no subject) Message-ID: HTTP: http://mirror.linux-ia64.org/centos/ HTTPS: https://mirror.linux-ia64.org/centos/ Sync schedule: Every 4 hrs Bandwidth: 500Mbps Location: EU, Russia, Novosibirsk Sponsor URL: ia64-linux.org IPv4 address to authorize: 37.193.156.169 IPv6 address to authorize: 2001:470:d43f:fff6:a:e:0:49 Email contact: hostmaster at linux-ia64.org Mirroring AltArch: no From avij at centosproject.org Sat Feb 23 06:32:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sat, 23 Feb 2019 08:32:27 +0200 Subject: [CentOS-mirror] New mirror in Russia In-Reply-To: References: Message-ID: Daniel Volchixin kirjoitti 22.2.2019 klo 7.24: > HTTP: http://mirror.linux-ia64.org/centos/ > HTTPS: https://mirror.linux-ia64.org/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 500Mbps > Location: EU, Russia, Novosibirsk > Sponsor URL: ia64-linux.org > IPv4 address to authorize: 37.193.156.169 > IPv6 address to authorize: 2001:470:d43f:fff6:a:e:0:49 > Email contact: hostmaster at linux-ia64.org > Mirroring AltArch: no Thanks! The mirror has now been added and you can now rsync from rsync://msync.centos.org/CentOS/ From avij at centosproject.org Sat Feb 23 17:39:00 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sat, 23 Feb 2019 19:39:00 +0200 Subject: [CentOS-mirror] FTP URLs removed, ramping up HTTPS support Message-ID: Hi, I wrote around half a year ago that FTP is being phased out. Mirrorlist.centos.org stopped giving out FTP URLs around a week ago, and on Friday Fabian changed https://www.centos.org/download/mirrors/ to show HTTPS URLs in the column that used to show FTP URLs. This means there are no longer any FTP URLs pointing to your mirror from centos.org, and monitoring of those FTP URLs has also stopped. If you feel like it and other distributions that you mirror don't need it, you can now shut down & disable your FTP daemon. There's no need to notify us of your decision, because we no longer have a list of CentOS FTP mirrors that we would need to modify. As mentioned, the download page now lists HTTPS URLs for those mirrors that offer HTTPS, to the best of our knowledge. If your mirror has HTTPS support and the HTTPS URL isn't listed on the download page, please let us know (maybe off-list) and we'll add your HTTPS link. HTTPS isn't yet used by mirrorlist.c.o and "yum", it's only shown on the download page for the time being. Also, a kind reminder that even if you do support HTTPS, please do not redirect CentOS HTTP mirror traffic to HTTPS. Any such redirects will be treated as an error. Thanks for your support! From nethubonline at gmail.com Mon Feb 25 07:05:09 2019 From: nethubonline at gmail.com (Nethub Online - Ming) Date: Mon, 25 Feb 2019 15:05:09 +0800 Subject: [CentOS-mirror] HK mirror - repo.virtualhosting.hk sometimes HTTP Error 503 - Service Unavailable Message-ID: Hi CentOS maintainers, In Hong Kong (HK) sometimes yum update would get "HTTP Error 503 - Service Unavailable", finally I found that running "yum -y update" after "Loading mirror speeds from cached hostfile", while yum selects a mirror " repo.virtualhosting.hk", 95% chance will get error 503. How to duplicate problem: Since yum will select yum server from different mirror servers automatically, so I updated /etc/yum.repos.d/CentOS-Base.repo as below in order to force checking on "repo.virtualhosting.hk": ======================================================== [base] name=CentOS-$releasever - Base baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [updates] name=CentOS-$releasever - Updates baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [extras] name=CentOS-$releasever - Extras baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [centosplus] name=CentOS-$releasever - Plus baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 ======================================================== # yum -y update ... (10/366): avahi-libs-0.6.31-19.el7.x86_64.rpm | 61 kB 00:00:00 (11/366): apr-1.4.8-3.el7_4.1.x86_64.rpm | 103 kB 00:00:00 (12/366): bash-4.2.46-31.el7.x86_64.rpm | 1.0 MB 00:00:00 bind-libs-9.9.4-72.el7.x86_64. FAILED http://repo.virtualhosting.hk/centos/7/os/x86_64/Packages/bind-libs-9.9.4-72.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable Trying other mirror. bind-libs-lite-9.9.4-72.el7.x8 FAILED http://repo.virtualhosting.hk/centos/7/os/x86_64/Packages/bind-libs-lite-9.9.4-72.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable Trying other mirror. (13/366): bind-9.9.4-72.el7.x86_64.rpm | 1.8 MB 00:00:00 (14/366): MariaDB-10.1.38-centos73-x86_64-server.rpm | 104 MB 00:00:02 ... However, if I try to manually update the failed package (e.g. bind-libs like above) by "yum -y update bind-libs" , it will be success. It means the package exists in mirror server repo.virtualhosting, however somehow the server limits the HTTP request and return error 503, can CentOS mirror admin inform this mirror admin to fix the problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Tue Feb 26 06:15:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 26 Feb 2019 08:15:08 +0200 Subject: [CentOS-mirror] HK mirror - repo.virtualhosting.hk sometimes HTTP Error 503 - Service Unavailable In-Reply-To: References: Message-ID: <0f27f3af-017d-a7b5-0090-2db4ee5673ae@centosproject.org> Nethub Online - Ming kirjoitti 25.2.2019 klo 9.05: > However, if I try to manually update the failed package (e.g. bind-libs > like above) by "yum -y update bind-libs" , it will be success. It means > the package exists in mirror server repo.virtualhosting, however somehow > the server limits the HTTP request and return error 503, can CentOS > mirror admin inform this mirror admin to fix the problem? I have sent a message to that mirror's contact email address. Maybe they can reply here. From ftp at mgts.by Tue Feb 26 22:02:09 2019 From: ftp at mgts.by (Mitry Matyushkov) Date: Wed, 27 Feb 2019 01:02:09 +0300 Subject: [CentOS-mirror] New mirror in Belarus: mirror.datacenter.by Message-ID: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> Hello, Please add new mirror to the list: HTTP: http://mirror.datacenter.by/pub/CentOS/ HTTPS: https://mirror.datacenter.by/pub/CentOS/ RSYNC: rsync://mirror.datacenter.by/CentOS/ Sync schedule: Every 4 hrs Bandwidth: 2Gbps Location: EU, Belarus, Minsk Sponsor: RUE Beltelecom Sponsor URL: https://beltelecom.by/ IPv4 address to authorize: 178.124.134.106 IPv6 address to authorize: 2a02:2208:1:3::12 Email contact: admin at mirror.datacenter.by Mirroring AltArch: no Thank you. From avij at centosproject.org Wed Feb 27 08:39:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 10:39:08 +0200 Subject: [CentOS-mirror] New mirror in Belarus: mirror.datacenter.by In-Reply-To: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> References: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> Message-ID: Mitry Matyushkov kirjoitti 27.2.2019 klo 0.02: > Hello, > > Please add new mirror to the list: > > HTTP: http://mirror.datacenter.by/pub/CentOS/ > HTTPS: https://mirror.datacenter.by/pub/CentOS/ > RSYNC: rsync://mirror.datacenter.by/CentOS/ > > Sync schedule: Every 4 hrs > Bandwidth: 2Gbps > Location: EU, Belarus, Minsk > Sponsor: RUE Beltelecom > Sponsor URL: https://beltelecom.by/ > IPv4 address to authorize: 178.124.134.106 > IPv6 address to authorize: 2a02:2208:1:3::12 > Email contact: admin at mirror.datacenter.by > Mirroring AltArch: no Thanks! I've now added your mirror and you should start seeing some traffic soon. Feel free to start rsyncing from rsync://msync.centos.org/CentOS/ now. From rvalencia at blazar.com.mx Wed Feb 27 16:29:38 2019 From: rvalencia at blazar.com.mx (Roberto Valencia C.) Date: Wed, 27 Feb 2019 10:29:38 -0600 Subject: [CentOS-mirror] New CentOS Mirror Message-ID: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> HTTP: http://centos.blazar.mx HTTPS: https://centos.blazar.mx Sync schedule: Every 1 hr Bandwidth: 100Mbps Location: M?xico Sponsor: BLAZAR NETWORKS SA DE CV Sponsor URL: www.blazar.mx IPv4 address to authorize: 199.217.116.143 Email contact: rvalencia at blazar.com.mx Mirroring AltArch: no -- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: rvalencia_sign.png Type: image/png Size: 30846 bytes Desc: not available URL: From avij at centosproject.org Wed Feb 27 17:37:10 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 19:37:10 +0200 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> Message-ID: <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > HTTP: http://centos.blazar.mx > HTTPS: https://centos.blazar.mx > > Sync schedule: Every 1 hr > Bandwidth: 100Mbps > Location: M?xico > Sponsor: BLAZAR NETWORKS SA DE CV > Sponsor URL: www.blazar.mx > IPv4 address to authorize: 199.217.116.143 > Email contact: rvalencia at blazar.com.mx > Mirroring AltArch: no I get a strong feeling of d?j? vu about this.. I have a few concerns about this mirror. The first concern is that your mirror seems to be empty. According to https://wiki.centos.org/HowTos/CreatePublicMirrors you should make your initial rsync from some other external mirror first. A list of those other mirrors is available at https://www.centos.org/download/mirrors/ The location is also a problem. Based on the information I have available, this mirror is not in Mexico but somewhere in U.S. (which state?). Once the mirror has been synced I could add this as a U.S. mirror (if you tell me the state), but not as a Mexican mirror. What matters is where your mirror server is exposed to the rest of the Internet. That point seems to be somewhere in U.S., not Mexico. From salvatore.distefano at gmail.com Wed Feb 27 17:46:07 2019 From: salvatore.distefano at gmail.com (Salvatore Distefano) Date: Wed, 27 Feb 2019 18:46:07 +0100 Subject: [CentOS-mirror] requester Message-ID: Hello, Could you remove my address from mailing list thank a lots -------------- next part -------------- An HTML attachment was scrubbed... URL: From mmkatz at umd.edu Wed Feb 27 17:58:21 2019 From: mmkatz at umd.edu (Moshe M. Katz) Date: Wed, 27 Feb 2019 12:58:21 -0500 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Message-ID: Not affiliated with this mirror, but my tools track this IP address to Missouri, specifically to St. Louis. That result is the same testing from multiple geographically separate locations, so I'd say that it's probably correct. Moshe -- Moshe Katz mmkatz at umd.edu (301) 867-3732 On Wed, Feb 27, 2019 at 12:37 PM Anssi Johansson wrote: > Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > > HTTP: http://centos.blazar.mx > > HTTPS: https://centos.blazar.mx > > > > Sync schedule: Every 1 hr > > Bandwidth: 100Mbps > > Location: M?xico > > Sponsor: BLAZAR NETWORKS SA DE CV > > Sponsor URL: www.blazar.mx > > IPv4 address to authorize: 199.217.116.143 > > Email contact: rvalencia at blazar.com.mx > > Mirroring AltArch: no > > I get a strong feeling of d?j? vu about this.. > > I have a few concerns about this mirror. The first concern is that your > mirror seems to be empty. According to > https://wiki.centos.org/HowTos/CreatePublicMirrors you should make your > initial rsync from some other external mirror first. A list of those > other mirrors is available at https://www.centos.org/download/mirrors/ > > The location is also a problem. Based on the information I have > available, this mirror is not in Mexico but somewhere in U.S. (which > state?). Once the mirror has been synced I could add this as a U.S. > mirror (if you tell me the state), but not as a Mexican mirror. What > matters is where your mirror server is exposed to the rest of the > Internet. That point seems to be somewhere in U.S., not Mexico. > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jonathan at knownhost.com Wed Feb 27 18:05:37 2019 From: jonathan at knownhost.com (Jonathan Wright) Date: Wed, 27 Feb 2019 12:05:37 -0600 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Message-ID: <7217f9a6-d93b-64e7-a5b4-ca0f238b0a8a@knownhost.com> Traceroute definitely appears to terminate in St. Louis or very near. On 2/27/19 11:58 AM, Moshe M. Katz wrote: > Not affiliated with this mirror, but my tools track this IP address to > Missouri, specifically to St. Louis. That result is the same testing > from multiple geographically separate locations, so I'd say that it's > probably correct. > > Moshe > > -- > Moshe Katz > mmkatz at umd.edu > (301) 867-3732 > > > > On Wed, Feb 27, 2019 at 12:37 PM Anssi Johansson > > wrote: > > Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > > HTTP: http://centos.blazar.mx > > HTTPS: https://centos.blazar.mx > > > > Sync schedule: Every 1 hr > > Bandwidth: 100Mbps > > Location: M?xico > > Sponsor: BLAZAR NETWORKS SA DE CV > > Sponsor URL: www.blazar.mx > > IPv4 address to authorize: 199.217.116.143 > > Email contact: rvalencia at blazar.com.mx > > > Mirroring AltArch: no > > I get a strong feeling of d?j? vu about this.. > > I have a few concerns about this mirror. The first concern is that > your > mirror seems to be empty. According to > https://wiki.centos.org/HowTos/CreatePublicMirrors you should make > your > initial rsync from some other external mirror first. A list of those > other mirrors is available at https://www.centos.org/download/mirrors/ > > The location is also a problem. Based on the information I have > available, this mirror is not in Mexico but somewhere in U.S. (which > state?). Once the mirror has been synced I could add this as a U.S. > mirror (if you tell me the state), but not as a Mexican mirror. What > matters is where your mirror server is exposed to the rest of the > Internet. That point seems to be somewhere in U.S., not Mexico. > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror > > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror -- Jonathan Wright KnownHost, LLC https://www.knownhost.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mirror at cuegee.com Wed Feb 27 18:42:14 2019 From: mirror at cuegee.com (mirror @ cuegee it gmbh) Date: Wed, 27 Feb 2019 18:42:14 +0000 Subject: [CentOS-mirror] Mirror Update - mirror.cuegee.de -> mirror.cuegee.com Message-ID: Hello! we have moved from .de to .com, thus a few changes to our entry are in order. At this point we are also deprecating the old mirror.cuegee.DE to be discontinued in two years (Friday, 26. February 2021). I hope that gives users enough time to migrate. Note: mirror.cuegee.COM will stay alive for the foreseeable future. (Changes are marked with an *): *HTTP: http://mirror.cuegee.com/centos/ *HTTPS: https://mirror.cuegee.com/centos/ FTP: N/A *RSYNC: rsync://mirror.cuegee.com/centos/ Sync schedule: Every 4 hrs Bandwidth: 1 Gbps Location: DE Sponsor: cuegee it gmbh *Sponsor URL: https://cuegee.com/ IPv4 address to authorize: 185.144.238.4 IPv6 address to authorize: 2a07:4400:0:1001::11 *Email contact: mirror_AT_cuegee.com Mirroring AltArch: no Best regards Alexander twitter: @aschaber1 From avij at centosproject.org Wed Feb 27 19:09:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 21:09:08 +0200 Subject: [CentOS-mirror] Mirror Update - mirror.cuegee.de -> mirror.cuegee.com In-Reply-To: References: Message-ID: <64deacbd-6b95-b33f-8a20-93c5e766e236@centosproject.org> mirror @ cuegee it gmbh kirjoitti 27.2.2019 klo 20.42: > Hello! > > we have moved from .de to .com, thus a few changes to our entry are in order. > > At this point we are also deprecating the old mirror.cuegee.DE to be discontinued in two years (Friday, 26. February 2021). I hope that gives users enough time to migrate. > Note: mirror.cuegee.COM will stay alive for the foreseeable future. > > (Changes are marked with an *): > > *HTTP: http://mirror.cuegee.com/centos/ > *HTTPS: https://mirror.cuegee.com/centos/ > FTP: N/A > *RSYNC: rsync://mirror.cuegee.com/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 1 Gbps > Location: DE > Sponsor: cuegee it gmbh > *Sponsor URL: https://cuegee.com/ > IPv4 address to authorize: 185.144.238.4 > IPv6 address to authorize: 2a07:4400:0:1001::11 > *Email contact: mirror_AT_cuegee.com > Mirroring AltArch: no Hi, these changes have now been made. It may take a few days for the cached mirrorlists to expire everywhere. While we're at it, I'd like to point out that despite mirror.cuegee.com having an IPv6 address, it does not seem to be reachable over IPv6: $ curl -6v http://mirror.cuegee.com/centos/TIME * About to connect() to mirror.cuegee.com port 80 (#0) * Trying 2a07:4400:0:1001::11... * Connection timed out * Failed connect to mirror.cuegee.com:80; Connection timed out * Closing connection 0 curl: (7) Failed connect to mirror.cuegee.com:80; Connection timed out $ curl -6v https://mirror.cuegee.com/centos/TIME * About to connect() to mirror.cuegee.com port 443 (#0) * Trying 2a07:4400:0:1001::11... * Connection timed out * Failed connect to mirror.cuegee.com:443; Connection timed out * Closing connection 0 curl: (7) Failed connect to mirror.cuegee.com:443; Connection timed out $ rsync -6 rsync://mirror.cuegee.com/centos/ rsync: failed to connect to mirror.cuegee.com (2a07:4400:0:1001::11): Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(125) [Receiver=3.1.2] See also: http://miuku.net/ipv6reach/ This should either be fixed or the IPv6 address removed from DNS. Thanks! From avij at centosproject.org Fri Feb 1 01:27:38 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 1 Feb 2019 03:27:38 +0200 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <6e046879-e128-470d-7352-8b378a679278@garr.it> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> Message-ID: <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> Paolo Velati kirjoitti 31.1.2019 klo 16.27: > Hello CentOS maintainers, > > I've updated the infos about our mirror. > > > HTTP: http://centos.mirror.garr.it/centos > HTTPS: https://centos.mirror.garr.it/centos > > Sync schedule: Every 4 hrs > Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a datacenter > with 40Gbps uplink ) > Location: Italy (Bari) > Sponsor: GARR > Sponsor URL: http://www.garr.it/ > IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP > authorizations) > Email contact: mirror-service at garr.it > Mirroring AltArch: yes (I have the rsync script ready, once you > authorize IPs I'll start sync) > > AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ > AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ Hi, 90.147.160.192/28 is now in the ACL and other info updated accordingly. Note that I also removed your old IPv6 address from the ACL. If you run into problems syncing, you can try the -4 option to rsync to force the use of IPv4. If that works, the problem is likely IPv6 related, and the correct fix would be to add your IPv6 address to the ACL as well. Speaking of IPv6, it appears that one of your VMs is not set up correctly for IPv6 access: http: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip http://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 80
2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 https: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip https://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 443
2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 As for AltArch, while you can now sync from msync.centos.org/altarch, it would be nice if you could do your initial sync from some other European AltArch mirror first, and then switch to syncing from centos.org after your initial sync. List of those mirrors is at the usual place, https://www.centos.org/download/altarch-mirrors/ Thanks! From paolo.velati at garr.it Fri Feb 1 10:33:21 2019 From: paolo.velati at garr.it (Paolo Velati) Date: Fri, 1 Feb 2019 11:33:21 +0100 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> Message-ID: <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> Hello Anssi, I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. I'm syncing from eu-msync.centos.org for CentOS and altarch. Now the mirror should be fine (available IPv4+v6 and updated). As usual, thanks for your support. Paolo Velati On 2/1/19 2:27 AM, Anssi Johansson wrote: > Paolo Velati kirjoitti 31.1.2019 klo 16.27: >> Hello CentOS maintainers, >> >> I've updated the infos about our mirror. >> >> >> HTTP: http://centos.mirror.garr.it/centos >> HTTPS: https://centos.mirror.garr.it/centos >> >> Sync schedule: Every 4 hrs >> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >> datacenter with 40Gbps uplink ) >> Location: Italy (Bari) >> Sponsor: GARR >> Sponsor URL: http://www.garr.it/ >> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >> authorizations) >> Email contact: mirror-service at garr.it >> Mirroring AltArch: yes (I have the rsync script ready, once you >> authorize IPs I'll start sync) >> >> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ > > Hi, 90.147.160.192/28 is now in the ACL and other info updated > accordingly. Note that I also removed your old IPv6 address from the > ACL. If you run into problems syncing, you can try the -4 option to > rsync to force the use of IPv4. If that works, the problem is likely > IPv6 related, and the correct fix would be to add your IPv6 address to > the ACL as well. > > Speaking of IPv6, it appears that one of your VMs is not set up > correctly for IPv6 access: > > http: > $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do > echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip > http://centos.mirror.garr.it/centos/timestamp.txt; done > > 90.147.160.70 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.72 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.73 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:70 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:72 > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 80
> > > 2001:760:ffff:b6:4:100:0:73 > Mon Dec 10 22:49:01 UTC 2018 > > > https: > > $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do > echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip > https://centos.mirror.garr.it/centos/timestamp.txt; done > > 90.147.160.70 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.72 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.73 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:70 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:72 > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 443
> > > 2001:760:ffff:b6:4:100:0:73 > Mon Dec 10 22:49:01 UTC 2018 > > > As for AltArch, while you can now sync from msync.centos.org/altarch, > it would be nice if you could do your initial sync from some other > European AltArch mirror first, and then switch to syncing from > centos.org after your initial sync. List of those mirrors is at the > usual place, https://www.centos.org/download/altarch-mirrors/ > > Thanks! > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From avij at centosproject.org Fri Feb 1 16:01:33 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 1 Feb 2019 18:01:33 +0200 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> Message-ID: <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> I'm afraid this isn't quite fixed yet. The command I ran earlier still gives the same output: $ curl --resolve centos.mirror.garr.it:80:2001:760:ffff:b6:4:100:0:72 http://centos.mirror.garr.it/centos/timestamp.txt 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 80
Paolo Velati kirjoitti 1.2.2019 klo 12.33: > Hello Anssi, > > I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. > > I'm syncing from eu-msync.centos.org for CentOS and altarch. > > Now the mirror should be fine (available IPv4+v6 and updated). > > As usual, thanks for your support. > > Paolo Velati > > On 2/1/19 2:27 AM, Anssi Johansson wrote: >> Paolo Velati kirjoitti 31.1.2019 klo 16.27: >>> Hello CentOS maintainers, >>> >>> I've updated the infos about our mirror. >>> >>> >>> HTTP: http://centos.mirror.garr.it/centos >>> HTTPS: https://centos.mirror.garr.it/centos >>> >>> Sync schedule: Every 4 hrs >>> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >>> datacenter with 40Gbps uplink ) >>> Location: Italy (Bari) >>> Sponsor: GARR >>> Sponsor URL: http://www.garr.it/ >>> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >>> authorizations) >>> Email contact: mirror-service at garr.it >>> Mirroring AltArch: yes (I have the rsync script ready, once you >>> authorize IPs I'll start sync) >>> >>> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >>> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ >> >> Hi, 90.147.160.192/28 is now in the ACL and other info updated >> accordingly. Note that I also removed your old IPv6 address from the >> ACL. If you run into problems syncing, you can try the -4 option to >> rsync to force the use of IPv4. If that works, the problem is likely >> IPv6 related, and the correct fix would be to add your IPv6 address to >> the ACL as well. >> >> Speaking of IPv6, it appears that one of your VMs is not set up >> correctly for IPv6 access: >> >> http: >> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do >> echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip >> http://centos.mirror.garr.it/centos/timestamp.txt; done >> >> 90.147.160.70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.72 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:72 >> >> >> 404 Not Found >> >>

Not Found

>>

The requested URL /centos/timestamp.txt was not found on this >> server.

>>
>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >> 80
>> >> >> 2001:760:ffff:b6:4:100:0:73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> >> https: >> >> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do >> echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip >> https://centos.mirror.garr.it/centos/timestamp.txt; done >> >> 90.147.160.70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.72 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:72 >> >> >> 404 Not Found >> >>

Not Found

>>

The requested URL /centos/timestamp.txt was not found on this >> server.

>>
>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >> 443
>> >> >> 2001:760:ffff:b6:4:100:0:73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> >> As for AltArch, while you can now sync from msync.centos.org/altarch, >> it would be nice if you could do your initial sync from some other >> European AltArch mirror first, and then switch to syncing from >> centos.org after your initial sync. List of those mirrors is at the >> usual place, https://www.centos.org/download/altarch-mirrors/ >> >> Thanks! >> _______________________________________________ >> CentOS-mirror mailing list >> CentOS-mirror at centos.org >> https://lists.centos.org/mailman/listinfo/centos-mirror > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From paolo.velati at garr.it Mon Feb 4 09:19:06 2019 From: paolo.velati at garr.it (Paolo Velati) Date: Mon, 4 Feb 2019 10:19:06 +0100 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> Message-ID: <10213ec3-dbab-19de-366b-2f53ba34f79d@garr.it> Ok I've checked and I had a conflict with that ipv6 address. Now it should be _really_ fixed. Thank you Paolo On 2/1/19 5:01 PM, Anssi Johansson wrote: > I'm afraid this isn't quite fixed yet. The command I ran earlier still > gives the same output: > > $ curl --resolve centos.mirror.garr.it:80:2001:760:ffff:b6:4:100:0:72 > http://centos.mirror.garr.it/centos/timestamp.txt > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 80
> > > > Paolo Velati kirjoitti 1.2.2019 klo 12.33: >> Hello Anssi, >> >> I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. >> >> I'm syncing from eu-msync.centos.org for CentOS and altarch. >> >> Now the mirror should be fine (available IPv4+v6 and updated). >> >> As usual, thanks for your support. >> >> Paolo Velati >> >> On 2/1/19 2:27 AM, Anssi Johansson wrote: >>> Paolo Velati kirjoitti 31.1.2019 klo 16.27: >>>> Hello CentOS maintainers, >>>> >>>> I've updated the infos about our mirror. >>>> >>>> >>>> HTTP: http://centos.mirror.garr.it/centos >>>> HTTPS: https://centos.mirror.garr.it/centos >>>> >>>> Sync schedule: Every 4 hrs >>>> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >>>> datacenter with 40Gbps uplink ) >>>> Location: Italy (Bari) >>>> Sponsor: GARR >>>> Sponsor URL: http://www.garr.it/ >>>> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >>>> authorizations) >>>> Email contact: mirror-service at garr.it >>>> Mirroring AltArch: yes (I have the rsync script ready, once you >>>> authorize IPs I'll start sync) >>>> >>>> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >>>> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ >>> >>> Hi, 90.147.160.192/28 is now in the ACL and other info updated >>> accordingly. Note that I also removed your old IPv6 address from the >>> ACL. If you run into problems syncing, you can try the -4 option to >>> rsync to force the use of IPv4. If that works, the problem is likely >>> IPv6 related, and the correct fix would be to add your IPv6 address >>> to the ACL as well. >>> >>> Speaking of IPv6, it appears that one of your VMs is not set up >>> correctly for IPv6 access: >>> >>> http: >>> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; >>> do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip >>> http://centos.mirror.garr.it/centos/timestamp.txt; done >>> >>> 90.147.160.70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.72 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:72 >>> >>> >>> 404 Not Found >>> >>>

Not Found

>>>

The requested URL /centos/timestamp.txt was not found on this >>> server.

>>>
>>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >>> 80
>>> >>> >>> 2001:760:ffff:b6:4:100:0:73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> >>> https: >>> >>> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; >>> do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip >>> https://centos.mirror.garr.it/centos/timestamp.txt; done >>> >>> 90.147.160.70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.72 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:72 >>> >>> >>> 404 Not Found >>> >>>

Not Found

>>>

The requested URL /centos/timestamp.txt was not found on this >>> server.

>>>
>>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >>> 443
>>> >>> >>> 2001:760:ffff:b6:4:100:0:73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> >>> As for AltArch, while you can now sync from >>> msync.centos.org/altarch, it would be nice if you could do your >>> initial sync from some other European AltArch mirror first, and then >>> switch to syncing from centos.org after your initial sync. List of >>> those mirrors is at the usual place, >>> https://www.centos.org/download/altarch-mirrors/ >>> >>> Thanks! >>> _______________________________________________ >>> CentOS-mirror mailing list >>> CentOS-mirror at centos.org >>> https://lists.centos.org/mailman/listinfo/centos-mirror >> _______________________________________________ >> CentOS-mirror mailing list >> CentOS-mirror at centos.org >> https://lists.centos.org/mailman/listinfo/centos-mirror > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From admin at dedic.sh Mon Feb 4 09:58:02 2019 From: admin at dedic.sh (admin at dedic.sh) Date: Mon, 04 Feb 2019 12:58:02 +0300 Subject: [CentOS-mirror] Add IPv6 Message-ID: Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. Address is 2001:67c:1688:b:: Thank you. From avij at centosproject.org Mon Feb 4 17:23:24 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 19:23:24 +0200 Subject: [CentOS-mirror] Add IPv6 In-Reply-To: References: Message-ID: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> admin at dedic.sh kirjoitti 4.2.2019 klo 11.58: > Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. > Address is 2001:67c:1688:b:: Hi, this has now been added, so you should now be able to rsync from msync.centos.org over IPv6. There's a slight (firewall?) issue with your mirror, though: $ curl -6v http://dedic.sh/centos/timestamp.txt * About to connect() to dedic.sh port 80 (#0) * Trying 2001:67c:1688:b::... * Permission denied * Failed connect to dedic.sh:80; Permission denied * Closing connection 0 curl: (7) Failed connect to dedic.sh:80; Permission denied Maybe this could be fixed? Once the issue is fixed, your mirror will no longer be listed as failing on http://miuku.net/ipv6reach/ (the list is updated only every three hours). From asabigue at fder.edu.uy Mon Feb 4 18:45:56 2019 From: asabigue at fder.edu.uy (ariel sabiguero yawelak) Date: Mon, 4 Feb 2019 15:45:56 -0300 Subject: [CentOS-mirror] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> References: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: Hi. I am unable to reach msync from my mirror through IPv6. It simply does not resolve: espejito:/tmp # dig aaaa msync.centos.org ; <<>> DiG 9.11.2 <<>> aaaa msync.centos.org ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6999 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ; COOKIE: 592fe0f297ba7967cd069d5a5c588790bebc11d6d77ff7aa (good) ;; QUESTION SECTION: ;msync.centos.org.????????????? IN????? AAAA ;; AUTHORITY SECTION: msync.centos.org.?????? 1694??? IN????? SOA pdns1.centos.org. hostmaster.centos.org. 2019013013 1800 3600 604800 3600 ;; Query time: 0 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Mon Feb 04 15:42:24 -03 2019 ;; MSG SIZE? rcvd: 126 but it does resolve IPv4. Is there something I am doing wrong and I am unaware? regards ariel El 4/2/19 a las 14:23, Anssi Johansson escribi?: > admin at dedic.sh kirjoitti 4.2.2019 klo 11.58: >> Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. >> Address is 2001:67c:1688:b:: > > Hi, this has now been added, so you should now be able to rsync from > msync.centos.org over IPv6. > > There's a slight (firewall?) issue with your mirror, though: > > $ curl -6v http://dedic.sh/centos/timestamp.txt > * About to connect() to dedic.sh port 80 (#0) > *?? Trying 2001:67c:1688:b::... > * Permission denied > * Failed connect to dedic.sh:80; Permission denied > * Closing connection 0 > curl: (7) Failed connect to dedic.sh:80; Permission denied > > Maybe this could be fixed? Once the issue is fixed, your mirror will > no longer be listed as failing on http://miuku.net/ipv6reach/ (the > list is updated only every three hours). > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 4 18:53:01 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 20:53:01 +0200 Subject: [CentOS-mirror] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: References: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> ariel sabiguero yawelak kirjoitti 4.2.2019 klo 20.45: > Hi. > > I am unable to reach msync from my mirror through IPv6. It simply does > not resolve: We simply don't have any IPv6-capable msync servers in South America. The few servers we have in South America only have IPv4. We figured that in this case mirrors from South America would prefer to use IPv4 for syncing, instead of syncing from some other continent over IPv6. If there are people reading this message who could donate an IPv6-capable server in South America, https://wiki.centos.org/Donate has some pointers for how to move forward (with appropriate contact details; note that I'm not the one who manages the donated servers). Asia is also in a similar IPv4-only situation. From admin at hospedados.es Mon Feb 4 20:01:11 2019 From: admin at hospedados.es (Admin Hospedados) Date: Mon, 4 Feb 2019 21:01:11 +0100 Subject: [CentOS-mirror] New public mirror Message-ID: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> Hello We setup AltArch public mirror in C?diz (Spain): HTTP:http://mirror.gadix.com/centos-altarch/ Sync schedule: Every 8 hrs Bandwidth: 1Gbps Location: C?diz (Spain) Sponsor: Hospedados.com & GadIX.com Sponsor URL:www.gadix.com IPv4 address to authorize: 185.234.224.255 Email contact:admin at hospedados.es Mirroring AltArch : yes Best Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 4 20:17:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 22:17:27 +0200 Subject: [CentOS-mirror] New public mirror In-Reply-To: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> References: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> Message-ID: <5eae3cb1-6568-877c-d7ac-79db34ee57d2@centosproject.org> Admin Hospedados kirjoitti 4.2.2019 klo 22.01: > Hello > > > We setup AltArch public mirror in C?diz (Spain): > > HTTP: http://mirror.gadix.com/centos-altarch/ > > Sync schedule: Every 8 hrs > Bandwidth: 1Gbps > Location: C?diz (Spain) > Sponsor: Hospedados.com & GadIX.com > Sponsor URL:www.gadix.com > IPv4 address to authorize: 185.234.224.255 > Email contact:admin at hospedados.es > Mirroring AltArch : yes Thanks! The mirror has now been added and will show up on the lists shortly. From mirror at cedia.org.ec Tue Feb 5 13:01:19 2019 From: mirror at cedia.org.ec (CEDIA FOSS Mirrors) Date: Tue, 5 Feb 2019 08:01:19 -0500 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> References: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: <1549371679.805084.956033188@otrs.cedia.org.ec> hi Anssi we are IPv6 capable with [1]https://mirror.cedia.org.ec, if you would like us to setup a different mirror to act as msync.centos.org in dual stack, we are glad to help. regards epe Ernesto Perez -- CSIRT-CEDIA Ladr?n de Guevara E11-253 y Andaluc?a, EPN, Casa Patrimonial. Quito?- Ecuador Telf: (593) 7 407 9300 Ext. 115 csirt at cedia.org.ec / [2]https://csirt.cedia.org.ec 02/04/2019 14:00 - Anssi Johansson wrote: ariel sabiguero yawelak kirjoitti 4.2.2019 klo 20.45: > Hi. > > I am unable to reach msync from my mirror through IPv6. It simply does > not resolve: We simply don't have any IPv6-capable msync servers in South America. The few servers we have in South America only have IPv4. We figured that in this case mirrors from South America would prefer to use IPv4 for syncing, instead of syncing from some other continent over IPv6. If there are people reading this message who could donate an IPv6-capable server in South America, [3]https://wiki.centos.org/Donate has some pointers for how to move forward (with appropriate contact details; note that I'm not the one who manages the donated servers). Asia is also in a similar IPv4-only situation. _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org [4]https://lists.centos.org/mailman/listinfo/centos-mirror [1] https://mirror.cedia.org.ec [2] https://csirt.cedia.org.ec [3] https://wiki.centos.org/Donate [4] https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From arrfab at centos.org Tue Feb 5 13:39:06 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Tue, 5 Feb 2019 14:39:06 +0100 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <1549371679.805084.956033188@otrs.cedia.org.ec> References: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> Message-ID: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: > hi Anssi > we are IPv6 capable with https://mirror.cedia.org.ec, if you would like > us to setup a different mirror to act as msync.centos.org in dual stack, > we are glad to help. > > regards > epe > > thanks for your offering, but we have two different layers : - msync.centos.org = nodes donated for/in the centos infra and so that we control end-to-end through config management and under monitoring from our side - other mirrors = mirrors offered by community but that they maintain themselves and that we only "crawl" to validate content and mirror age. Is your offer to host a donated/dedicated server for the centos project ? (so basically like described on https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc1 ) -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From mirror at cedia.org.ec Tue Feb 5 14:21:33 2019 From: mirror at cedia.org.ec (CEDIA FOSS Mirrors) Date: Tue, 5 Feb 2019 09:21:33 -0500 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> References: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org><115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> Message-ID: <1549376493.708024.091935694@otrs.cedia.org.ec> 02/05/2019 08:40 - Fabian Arrotin wrote: On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: > hi Anssi > we are IPv6 capable with [1]https://mirror.cedia.org.ec, if you would like > us to setup a different mirror to act as msync.centos.org in dual stack, > we are glad to help. > > regards > epe > > thanks for your offering, but we have two different layers : - msync.centos.org = nodes donated for/in the centos infra and so that we control end-to-end through config management and under monitoring from our side - other mirrors = mirrors offered by community but that they maintain themselves and that we only "crawl" to validate content and mirror age. Is your offer to host a donated/dedicated server for the centos project ? (so basically like described on [2]https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc[..] ) yes, we can offer you a server with similar or better specs than the stated in that page. You may contact me offlist in order to plan and setup it according to the specs. regards epe ? -- Fabian Arrotin The CentOS Project | [3]https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org [4]https://lists.centos.org/mailman/listinfo/centos-mirror [1] https://mirror.cedia.org.ec [2] https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc1 [3] https://www.centos.org [4] https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From bb at twomiles.co.uk Tue Feb 5 15:38:37 2019 From: bb at twomiles.co.uk (Balazs Baranyi) Date: Tue, 5 Feb 2019 15:38:37 +0000 Subject: [CentOS-mirror] New CentOS mirror for Hungary Message-ID: Hello, We have setup a new CentOS mirror alongside our official Ubuntu mirror. Please feel free to add it to your list. HTTP: http://mirror.gtx.hu/centos FTP: n/a RSYNC: n/a Sync schedule: Every 4 hours Bandwidth: 1Gbit/s Location: Budapest, Hungary Sponsor: GTX Sponsor URL: http://mirror.gtx.hu IPv4 addresses to authorize: 213.181.201.96 and 62.77.130.44 IPv6 address to authorize: none Email contact: bb at twomiles.co.uk Mirroring AltArch : no I am glad to support the CentOS project! Best Regards, Balazs B -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Wed Feb 6 00:20:21 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 6 Feb 2019 02:20:21 +0200 Subject: [CentOS-mirror] New CentOS mirror for Hungary In-Reply-To: References: Message-ID: <895c3114-a025-f940-1a53-eaecbed3ac6b@centosproject.org> Balazs Baranyi kirjoitti 5.2.2019 klo 17.38: > Hello, > > We have setup a new CentOS mirror alongside our official Ubuntu mirror. > Please feel free to add it to your list. > > HTTP: http://mirror.gtx.hu/centos > FTP: n/a > RSYNC: n/a > > Sync schedule: Every 4 hours > Bandwidth: 1Gbit/s > Location: Budapest, Hungary > Sponsor: GTX > Sponsor URL: http://mirror.gtx.hu > IPv4 addresses to authorize: 213.181.201.96 and 62.77.130.44 > IPv6 address to authorize: none > Email contact: bb at twomiles.co.uk > Mirroring AltArch? : no > > I am glad to support the CentOS project! Thanks for the support! The mirror has now been added and you can now rsync from rsync://msync.centos.org/CentOS/ From arrfab at centos.org Wed Feb 6 12:55:06 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Wed, 6 Feb 2019 13:55:06 +0100 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <1549376493.708024.091935694@otrs.cedia.org.ec> References: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> <1549376493.708024.091935694@otrs.cedia.org.ec> Message-ID: <2603b181-9bf1-b978-2893-c868cf517293@centos.org> On 05/02/2019 15:21, CEDIA FOSS Mirrors wrote: > > > 02/05/2019 08:40 - Fabian Arrotin wrote: > On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: >> hi Anssi >> we are IPv6 capable with https://mirror.cedia.org.ec, if you would like >> us to setup a different mirror to act as msync.centos.org in dual stack, >> we are glad to help. >> >> regards >> epe >> >> > > thanks for your offering, but we have two different layers : > > - msync.centos.org = nodes donated for/in the centos infra and so that > we control end-to-end through config management and under monitoring > from our side > - other mirrors = mirrors offered by community but that they maintain > themselves and that we only "crawl" to validate content and mirror age. > > Is your offer to host a donated/dedicated server for the centos project > ? (so basically like described on > https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc[..] > > ) > > yes, we can offer you a server with similar or better specs than the > stated in that page. You may contact me offlist in order to plan and > setup it according to the specs. Which I did yesterday .. ;-) > > regards > epe > ? > -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From phild at fb.com Wed Feb 6 23:46:57 2019 From: phild at fb.com (Phil Dibowitz) Date: Wed, 6 Feb 2019 23:46:57 +0000 Subject: [CentOS-mirror] CentOS Mirror @ Facebook Message-ID: We seem to have fallen off of the list because the contact address changed. Sorry about that. Lets re-register! HTTP: http://mirror.facebook.net/centos/ RSYNC: rsync://mirror.facebook.net/centos/ Sync schedule: Every 6 hrs Bandwidth: a lot Location: Prineville, WA, and Forest City, NC Sponsor: Facebook Sponsor URL: facebook.com IPv4 address to authorize: 163.114.128.0/20, 199.201.64.0/22 IPv6 address to authorize: 2620:10d:c080::/41 Email contact: mirror-external at fb.com Mirroring AltArch: yes HTTP: http://mirror.facebook.net/centos-altarch/ RSYNC: rsync://mirror.facebook.net/centos-altarch/ And, in theory debuginfo: HTTP: http://mirror.facebook.net/centos-debuginfo/ RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ -- Phil Dibowitz Production Engineering Unexpected attachment? http://www.fburl.com/phildfaq -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From avij at centosproject.org Thu Feb 7 06:03:49 2019 From: avij at centosproject.org (Anssi Johansson) Date: Thu, 7 Feb 2019 08:03:49 +0200 Subject: [CentOS-mirror] CentOS Mirror @ Facebook In-Reply-To: References: Message-ID: Phil Dibowitz kirjoitti 7.2.2019 klo 1.46: > We seem to have fallen off of the list because the contact address changed. > Sorry about that. Lets re-register! > > > HTTP: http://mirror.facebook.net/centos/ > RSYNC: rsync://mirror.facebook.net/centos/ > > Sync schedule: Every 6 hrs > Bandwidth: a lot > Location: Prineville, WA, and Forest City, NC > Sponsor: Facebook > Sponsor URL: facebook.com > IPv4 address to authorize: 163.114.128.0/20, 199.201.64.0/22 > IPv6 address to authorize: 2620:10d:c080::/41 > Email contact: mirror-external at fb.com > Mirroring AltArch: yes > HTTP: http://mirror.facebook.net/centos-altarch/ > RSYNC: rsync://mirror.facebook.net/centos-altarch/ > > And, in theory debuginfo: > HTTP: http://mirror.facebook.net/centos-debuginfo/ > RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ Welcome back! You can now rsync from rsync://msync.centos.org/CentOS and rsync://msync.centos.org/altarch for those contents. As for debuginfo, we don't currently have a list where we could add your debuginfo mirror, and setting that up will require a few changes in various places on our side. We'll get back to this once the initial framework for mirroring debuginfo has been set up. Thanks! From arrfab at centos.org Thu Feb 7 12:30:05 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Thu, 7 Feb 2019 13:30:05 +0100 Subject: [CentOS-mirror] CentOS Mirror @ Facebook In-Reply-To: References: Message-ID: <66bae08f-1440-6d4c-54c9-6437f526d772@centos.org> On 07/02/2019 07:03, Anssi Johansson wrote: > Phil Dibowitz kirjoitti 7.2.2019 klo 1.46: >> We seem to have fallen off of the list because the contact address >> changed. >> Sorry about that. Lets re-register! >> And, in theory debuginfo: >> ?? HTTP: http://mirror.facebook.net/centos-debuginfo/ >> ?? RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ > > Welcome back! You can now rsync from rsync://msync.centos.org/CentOS and > rsync://msync.centos.org/altarch for those contents. > > As for debuginfo, we don't currently have a list where we could add your > debuginfo mirror, and setting that up will require a few changes in > various places on our side. We'll get back to this once the initial > framework for mirroring debuginfo has been set up. Thanks! It's true that we never had any plan for rsync/debuginfo, but I got some requests for this .. Actually our (donated) nodes pool for debuginfo is too small for this and to let everybody rsync content from us (also why we had to setup an ACL for the ::CentOS and ::altarch modules/targets) Now, wondering if we can still (while we work on a better way) allow some specific IPs, and publicly announce that for the time being, everybody can rsync from , for example, rsync://mirror.facebook.net/centos-debuginfo/ ? Would that work for everybody ? I remember that last week, CERN was also keen on mirroring debuginfo and share it publicly. So far, that's the only thing we can do directly to "unblock" this (while still waiting on some well connected sponsored nodes with enough storage) PS : the current debuginfo store disk usage is ~1.4TiB , nothing more -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From contact at alpix.eu Sun Feb 10 12:17:14 2019 From: contact at alpix.eu (Alpix) Date: Sun, 10 Feb 2019 13:17:14 +0100 Subject: [CentOS-mirror] New Mirror (mirror.alpix.eu) >> Server relocated In-Reply-To: References: Message-ID: Hi Anssi, im about to relocate the mirror today. At the moment all requests are still served by the old server. The new mirror will be IPv6 compatible. So a few Infos need to be updated: Sync schedule: Every hour at random minute Location: EU (Germany) City: Falkenstein IPv4 address to authorize: 176.9.28.85 IPv6 address to authorize: 2a01:4f8:150:3055::2 Can you please authorize the new IPs? And can you please let the the old IP authorized until 16.2.19 ? Because currently the old mirror is still live and needs to be in sync. If you need any more information, feel free to get in touch with me. Yours sincerely, Lukas N. Am So., 7. Mai 2017 um 20:42 Uhr schrieb Alpix : > > HTTP: https://mirror.alpix.eu/centos/ > HTTPS: http://mirror.alpix.eu/centos/ > FTP: - > RSYNC: rsync://mirror.alpix.eu/centos/ > > Sync schedule: Every 2 hrs at random minute > Bandwidth: 1 Gbit/s > Location: EU (Germany) > Sponsor: Alpix > Sponsor URL: https://alpix.eu > IPv4 address to authorize: 85.93.88.49 > IPv6 address to authorize: sadly no (...) > Email contact: contact at alpix.eu > Mirroring AltArch : no > > > If you need any more information, feel free to get in touch with me. > > Yours sincerely, > Lukas N. From avij at centosproject.org Sun Feb 10 13:09:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sun, 10 Feb 2019 15:09:27 +0200 Subject: [CentOS-mirror] New Mirror (mirror.alpix.eu) >> Server relocated In-Reply-To: References: Message-ID: <82f52751-e6ce-e6dd-6260-96302a3ac3ed@centosproject.org> Alpix kirjoitti 10.2.2019 klo 14.17: > Hi Anssi, > > im about to relocate the mirror today. > At the moment all requests are still served by the old server. > The new mirror will be IPv6 compatible. > > So a few Infos need to be updated: > Sync schedule: Every hour at random minute > Location: EU (Germany) City: Falkenstein > IPv4 address to authorize: 176.9.28.85 > IPv6 address to authorize: 2a01:4f8:150:3055::2 > > Can you please authorize the new IPs? > And can you please let the the old IP authorized until 16.2.19 ? > Because currently the old mirror is still live and needs to be in sync. Hi, these changes have now been made and you can now sync from both the old and new IP addresses. The old IP address has been set to expire later on. From bg.tech at wwfx.net Mon Feb 11 10:11:42 2019 From: bg.tech at wwfx.net (Worldwide Fx support team) Date: Mon, 11 Feb 2019 12:11:42 +0200 Subject: [CentOS-mirror] New public mirror Message-ID: Hello We setup Centos public mirror in Sofia (Bulgaria): HTTP: http://mirror.wwfx.net/Sync schedule: Every 6 hrsBandwidth: 2 GbpsLocation: Sofia (Bulgaria)Sponsor: Worldwide Fx / Nu Boyana Film StudiosSponsor URL: wwfx.netIPv4 address to authorize: 195.24.36.156Email contact: bg.tech at wwfx.net Best Regards N. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ra at ra.is Mon Feb 11 16:10:39 2019 From: ra at ra.is (Richard Allen) Date: Mon, 11 Feb 2019 16:10:39 +0000 (GMT) Subject: [CentOS-mirror] Mirror moving In-Reply-To: References: Message-ID: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Hello all, I've been running a mirror for a very long time. We are now moving the server to a new location and it's IP address will change and it will become IPv6 capable. We are syncing from eu-msync.centos.org::CentOS Is there a procedure to follow to get the new IP addresses recognized or something other I should do during this process? Regards, Richard. -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at chrishawker.com.au Mon Feb 11 22:07:35 2019 From: me at chrishawker.com.au (Christopher Hawker) Date: Mon, 11 Feb 2019 22:07:35 +0000 Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> References: , <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Message-ID: <786C2964-FEAC-46F4-909E-083696EE8807@chrishawker.com.au> Hi Richard, There?s no real procedure per-se, more or less you just need to reply here with the new IPs and when they will go live. Fabian or Anssi will then update the ACLs accordingly. Thanks, Christopher Hawker Sent from my iPhone On 12 Feb 2019, at 3:11 am, Richard Allen > wrote: Hello all, I've been running a mirror for a very long time. We are now moving the server to a new location and it's IP address will change and it will become IPv6 capable. We are syncing from eu-msync.centos.org::CentOS Is there a procedure to follow to get the new IP addresses recognized or something other I should do during this process? Regards, Richard. _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 11 23:57:18 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 12 Feb 2019 01:57:18 +0200 Subject: [CentOS-mirror] New public mirror In-Reply-To: References: Message-ID: <029c2c90-3395-ba91-378c-6f45a458d6aa@centosproject.org> Worldwide Fx support team kirjoitti 11.2.2019 klo 12.11: > Hello > > > We setup Centos public mirror?in Sofia (Bulgaria): > > HTTP:http://mirror.wwfx.net/ > Sync schedule: Every 6 hrs > Bandwidth: 2 Gbps > Location: Sofia (Bulgaria) > Sponsor: Worldwide Fx / Nu Boyana Film Studios > Sponsor URL:wwfx.net > IPv4 address to authorize: 195.24.36.156 > Email contact:bg.tech at wwfx.net Thanks, this mirror has now been added. You can now start rsyncing from rsync://msync.centos.org/CentOS/ for the content. From ra at ra.is Tue Feb 19 17:31:13 2019 From: ra at ra.is (Richard Allen) Date: Tue, 19 Feb 2019 17:31:13 +0000 (GMT) Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> References: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Message-ID: <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> Hello, We are in the process of moving the fedora.is mirror from S?minn (simnet.is) to a new location, hosted by Opin kerfi. Current info: www.fedora.is has address 194.105.226.20 www.fedora.is has IPv6 address 2001:1a98:2000:1:abcd:ef12:3456:7890 New host will be: mirrors.opensource.is has address 176.57.227.242 mirrors.opensource.is has IPv6 address 2a06:a101:80:80::2 Sponsor: Opin kerfi ( [ http://www.ok.is/ | http://www.ok.is ] ) The new one will not go live for a few days. It will provide all the same services as the original one. The original domain names (fedora.is and speglar.simnet.is) will point to the new address once the transfer is complete but we would prefer to be listed as "mirrors.opensource.is" if that is possible :) Regards, Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Tue Feb 19 19:26:10 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 19 Feb 2019 21:26:10 +0200 Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> References: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> Message-ID: <9479bc6a-1b8e-145c-097e-fda26216db84@centosproject.org> Richard Allen kirjoitti 19.2.2019 klo 19.31: > Hello, > > We are in the process of moving the fedora.is mirror from S?minn > (simnet.is) to a new location, hosted by Opin kerfi.? ?Current info: > > www.fedora.is has address 194.105.226.20 > www.fedora.is has IPv6 address 2001:1a98:2000:1:abcd:ef12:3456:7890 > > New host will be: > > mirrors.opensource.is has address 176.57.227.242 > mirrors.opensource.is has IPv6 address 2a06:a101:80:80::2 > Sponsor:? Opin kerfi (http://www.ok.is) > > The new one will not go live for a few days.? ?It will provide all the > same services as the original one.? ?The original domain names > (fedora.is and speglar.simnet.is) will point to the new address once the > transfer is complete but we would prefer to be listed as > "mirrors.opensource.is" if that is possible :) Sure, we can change the URLs when you're ready. I've already added the new IP addresses to the ACL so you can sync from the new server. I've also set the old IP addresses to expire in two months (so that they wouldn't be forgotten, it does not really matter if they're there for a week or a month longer than necessary). From martin at vastspace.net Thu Feb 21 14:56:52 2019 From: martin at vastspace.net (Martin) Date: Thu, 21 Feb 2019 22:56:52 +0800 Subject: [CentOS-mirror] New mirror application Message-ID: Hi guys, please help with the approval of the public mirror repo. Thank you. HTTP: http://mirror.vastspace.net/centos/ Sync schedule: Every 4 hrs Bandwidth: 1Gbps Location: Asia/ Singapore Sponsor: Sponsor URL: IPv4 address to authorize: 103.237.168.15 IPv6 address to authorize: Email contact: noc at vastspace.net Mirroring AltArch: no -- Best regards, Email address : martin at vastspace.net Website : https://www.vastspace.net Whatsapp: 9776 5889 Linkedin: https://www.linkedin.com/in/martinchan88/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Thu Feb 21 22:00:18 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 22 Feb 2019 00:00:18 +0200 Subject: [CentOS-mirror] New mirror application In-Reply-To: References: Message-ID: <5c7f1bd8-7339-ae91-d72f-6a1b6dfc1fdf@centosproject.org> Martin kirjoitti 21.2.2019 klo 16.56: > Hi guys, > please help with the approval of the public mirror repo. Thank you. > > HTTP: http://mirror.vastspace.net/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 1Gbps > Location: Asia/ Singapore > Sponsor: > Sponsor URL: > IPv4 address to authorize: 103.237.168.15 > IPv6 address to authorize: > Email contact: noc at vastspace.net > Mirroring AltArch: no Hi, welcome back! I've now re-enabled your mirror and you should now (or in about 15 minutes) be able to rsync from rsync://msync.centos.org/CentOS/ for the CentOS files. From daniel at volchixin.co.uk Fri Feb 22 05:24:26 2019 From: daniel at volchixin.co.uk (Daniel Volchixin) Date: Fri, 22 Feb 2019 12:24:26 +0700 Subject: [CentOS-mirror] (no subject) Message-ID: HTTP: http://mirror.linux-ia64.org/centos/ HTTPS: https://mirror.linux-ia64.org/centos/ Sync schedule: Every 4 hrs Bandwidth: 500Mbps Location: EU, Russia, Novosibirsk Sponsor URL: ia64-linux.org IPv4 address to authorize: 37.193.156.169 IPv6 address to authorize: 2001:470:d43f:fff6:a:e:0:49 Email contact: hostmaster at linux-ia64.org Mirroring AltArch: no From avij at centosproject.org Sat Feb 23 06:32:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sat, 23 Feb 2019 08:32:27 +0200 Subject: [CentOS-mirror] New mirror in Russia In-Reply-To: References: Message-ID: Daniel Volchixin kirjoitti 22.2.2019 klo 7.24: > HTTP: http://mirror.linux-ia64.org/centos/ > HTTPS: https://mirror.linux-ia64.org/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 500Mbps > Location: EU, Russia, Novosibirsk > Sponsor URL: ia64-linux.org > IPv4 address to authorize: 37.193.156.169 > IPv6 address to authorize: 2001:470:d43f:fff6:a:e:0:49 > Email contact: hostmaster at linux-ia64.org > Mirroring AltArch: no Thanks! The mirror has now been added and you can now rsync from rsync://msync.centos.org/CentOS/ From avij at centosproject.org Sat Feb 23 17:39:00 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sat, 23 Feb 2019 19:39:00 +0200 Subject: [CentOS-mirror] FTP URLs removed, ramping up HTTPS support Message-ID: Hi, I wrote around half a year ago that FTP is being phased out. Mirrorlist.centos.org stopped giving out FTP URLs around a week ago, and on Friday Fabian changed https://www.centos.org/download/mirrors/ to show HTTPS URLs in the column that used to show FTP URLs. This means there are no longer any FTP URLs pointing to your mirror from centos.org, and monitoring of those FTP URLs has also stopped. If you feel like it and other distributions that you mirror don't need it, you can now shut down & disable your FTP daemon. There's no need to notify us of your decision, because we no longer have a list of CentOS FTP mirrors that we would need to modify. As mentioned, the download page now lists HTTPS URLs for those mirrors that offer HTTPS, to the best of our knowledge. If your mirror has HTTPS support and the HTTPS URL isn't listed on the download page, please let us know (maybe off-list) and we'll add your HTTPS link. HTTPS isn't yet used by mirrorlist.c.o and "yum", it's only shown on the download page for the time being. Also, a kind reminder that even if you do support HTTPS, please do not redirect CentOS HTTP mirror traffic to HTTPS. Any such redirects will be treated as an error. Thanks for your support! From nethubonline at gmail.com Mon Feb 25 07:05:09 2019 From: nethubonline at gmail.com (Nethub Online - Ming) Date: Mon, 25 Feb 2019 15:05:09 +0800 Subject: [CentOS-mirror] HK mirror - repo.virtualhosting.hk sometimes HTTP Error 503 - Service Unavailable Message-ID: Hi CentOS maintainers, In Hong Kong (HK) sometimes yum update would get "HTTP Error 503 - Service Unavailable", finally I found that running "yum -y update" after "Loading mirror speeds from cached hostfile", while yum selects a mirror " repo.virtualhosting.hk", 95% chance will get error 503. How to duplicate problem: Since yum will select yum server from different mirror servers automatically, so I updated /etc/yum.repos.d/CentOS-Base.repo as below in order to force checking on "repo.virtualhosting.hk": ======================================================== [base] name=CentOS-$releasever - Base baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [updates] name=CentOS-$releasever - Updates baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [extras] name=CentOS-$releasever - Extras baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [centosplus] name=CentOS-$releasever - Plus baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 ======================================================== # yum -y update ... (10/366): avahi-libs-0.6.31-19.el7.x86_64.rpm | 61 kB 00:00:00 (11/366): apr-1.4.8-3.el7_4.1.x86_64.rpm | 103 kB 00:00:00 (12/366): bash-4.2.46-31.el7.x86_64.rpm | 1.0 MB 00:00:00 bind-libs-9.9.4-72.el7.x86_64. FAILED http://repo.virtualhosting.hk/centos/7/os/x86_64/Packages/bind-libs-9.9.4-72.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable Trying other mirror. bind-libs-lite-9.9.4-72.el7.x8 FAILED http://repo.virtualhosting.hk/centos/7/os/x86_64/Packages/bind-libs-lite-9.9.4-72.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable Trying other mirror. (13/366): bind-9.9.4-72.el7.x86_64.rpm | 1.8 MB 00:00:00 (14/366): MariaDB-10.1.38-centos73-x86_64-server.rpm | 104 MB 00:00:02 ... However, if I try to manually update the failed package (e.g. bind-libs like above) by "yum -y update bind-libs" , it will be success. It means the package exists in mirror server repo.virtualhosting, however somehow the server limits the HTTP request and return error 503, can CentOS mirror admin inform this mirror admin to fix the problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Tue Feb 26 06:15:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 26 Feb 2019 08:15:08 +0200 Subject: [CentOS-mirror] HK mirror - repo.virtualhosting.hk sometimes HTTP Error 503 - Service Unavailable In-Reply-To: References: Message-ID: <0f27f3af-017d-a7b5-0090-2db4ee5673ae@centosproject.org> Nethub Online - Ming kirjoitti 25.2.2019 klo 9.05: > However, if I try to manually update the failed package (e.g. bind-libs > like above) by "yum -y update bind-libs" , it will be success. It means > the package exists in mirror server repo.virtualhosting, however somehow > the server limits the HTTP request and return error 503, can CentOS > mirror admin inform this mirror admin to fix the problem? I have sent a message to that mirror's contact email address. Maybe they can reply here. From ftp at mgts.by Tue Feb 26 22:02:09 2019 From: ftp at mgts.by (Mitry Matyushkov) Date: Wed, 27 Feb 2019 01:02:09 +0300 Subject: [CentOS-mirror] New mirror in Belarus: mirror.datacenter.by Message-ID: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> Hello, Please add new mirror to the list: HTTP: http://mirror.datacenter.by/pub/CentOS/ HTTPS: https://mirror.datacenter.by/pub/CentOS/ RSYNC: rsync://mirror.datacenter.by/CentOS/ Sync schedule: Every 4 hrs Bandwidth: 2Gbps Location: EU, Belarus, Minsk Sponsor: RUE Beltelecom Sponsor URL: https://beltelecom.by/ IPv4 address to authorize: 178.124.134.106 IPv6 address to authorize: 2a02:2208:1:3::12 Email contact: admin at mirror.datacenter.by Mirroring AltArch: no Thank you. From avij at centosproject.org Wed Feb 27 08:39:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 10:39:08 +0200 Subject: [CentOS-mirror] New mirror in Belarus: mirror.datacenter.by In-Reply-To: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> References: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> Message-ID: Mitry Matyushkov kirjoitti 27.2.2019 klo 0.02: > Hello, > > Please add new mirror to the list: > > HTTP: http://mirror.datacenter.by/pub/CentOS/ > HTTPS: https://mirror.datacenter.by/pub/CentOS/ > RSYNC: rsync://mirror.datacenter.by/CentOS/ > > Sync schedule: Every 4 hrs > Bandwidth: 2Gbps > Location: EU, Belarus, Minsk > Sponsor: RUE Beltelecom > Sponsor URL: https://beltelecom.by/ > IPv4 address to authorize: 178.124.134.106 > IPv6 address to authorize: 2a02:2208:1:3::12 > Email contact: admin at mirror.datacenter.by > Mirroring AltArch: no Thanks! I've now added your mirror and you should start seeing some traffic soon. Feel free to start rsyncing from rsync://msync.centos.org/CentOS/ now. From rvalencia at blazar.com.mx Wed Feb 27 16:29:38 2019 From: rvalencia at blazar.com.mx (Roberto Valencia C.) Date: Wed, 27 Feb 2019 10:29:38 -0600 Subject: [CentOS-mirror] New CentOS Mirror Message-ID: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> HTTP: http://centos.blazar.mx HTTPS: https://centos.blazar.mx Sync schedule: Every 1 hr Bandwidth: 100Mbps Location: M?xico Sponsor: BLAZAR NETWORKS SA DE CV Sponsor URL: www.blazar.mx IPv4 address to authorize: 199.217.116.143 Email contact: rvalencia at blazar.com.mx Mirroring AltArch: no -- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: rvalencia_sign.png Type: image/png Size: 30846 bytes Desc: not available URL: From avij at centosproject.org Wed Feb 27 17:37:10 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 19:37:10 +0200 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> Message-ID: <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > HTTP: http://centos.blazar.mx > HTTPS: https://centos.blazar.mx > > Sync schedule: Every 1 hr > Bandwidth: 100Mbps > Location: M?xico > Sponsor: BLAZAR NETWORKS SA DE CV > Sponsor URL: www.blazar.mx > IPv4 address to authorize: 199.217.116.143 > Email contact: rvalencia at blazar.com.mx > Mirroring AltArch: no I get a strong feeling of d?j? vu about this.. I have a few concerns about this mirror. The first concern is that your mirror seems to be empty. According to https://wiki.centos.org/HowTos/CreatePublicMirrors you should make your initial rsync from some other external mirror first. A list of those other mirrors is available at https://www.centos.org/download/mirrors/ The location is also a problem. Based on the information I have available, this mirror is not in Mexico but somewhere in U.S. (which state?). Once the mirror has been synced I could add this as a U.S. mirror (if you tell me the state), but not as a Mexican mirror. What matters is where your mirror server is exposed to the rest of the Internet. That point seems to be somewhere in U.S., not Mexico. From salvatore.distefano at gmail.com Wed Feb 27 17:46:07 2019 From: salvatore.distefano at gmail.com (Salvatore Distefano) Date: Wed, 27 Feb 2019 18:46:07 +0100 Subject: [CentOS-mirror] requester Message-ID: Hello, Could you remove my address from mailing list thank a lots -------------- next part -------------- An HTML attachment was scrubbed... URL: From mmkatz at umd.edu Wed Feb 27 17:58:21 2019 From: mmkatz at umd.edu (Moshe M. Katz) Date: Wed, 27 Feb 2019 12:58:21 -0500 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Message-ID: Not affiliated with this mirror, but my tools track this IP address to Missouri, specifically to St. Louis. That result is the same testing from multiple geographically separate locations, so I'd say that it's probably correct. Moshe -- Moshe Katz mmkatz at umd.edu (301) 867-3732 On Wed, Feb 27, 2019 at 12:37 PM Anssi Johansson wrote: > Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > > HTTP: http://centos.blazar.mx > > HTTPS: https://centos.blazar.mx > > > > Sync schedule: Every 1 hr > > Bandwidth: 100Mbps > > Location: M?xico > > Sponsor: BLAZAR NETWORKS SA DE CV > > Sponsor URL: www.blazar.mx > > IPv4 address to authorize: 199.217.116.143 > > Email contact: rvalencia at blazar.com.mx > > Mirroring AltArch: no > > I get a strong feeling of d?j? vu about this.. > > I have a few concerns about this mirror. The first concern is that your > mirror seems to be empty. According to > https://wiki.centos.org/HowTos/CreatePublicMirrors you should make your > initial rsync from some other external mirror first. A list of those > other mirrors is available at https://www.centos.org/download/mirrors/ > > The location is also a problem. Based on the information I have > available, this mirror is not in Mexico but somewhere in U.S. (which > state?). Once the mirror has been synced I could add this as a U.S. > mirror (if you tell me the state), but not as a Mexican mirror. What > matters is where your mirror server is exposed to the rest of the > Internet. That point seems to be somewhere in U.S., not Mexico. > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jonathan at knownhost.com Wed Feb 27 18:05:37 2019 From: jonathan at knownhost.com (Jonathan Wright) Date: Wed, 27 Feb 2019 12:05:37 -0600 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Message-ID: <7217f9a6-d93b-64e7-a5b4-ca0f238b0a8a@knownhost.com> Traceroute definitely appears to terminate in St. Louis or very near. On 2/27/19 11:58 AM, Moshe M. Katz wrote: > Not affiliated with this mirror, but my tools track this IP address to > Missouri, specifically to St. Louis. That result is the same testing > from multiple geographically separate locations, so I'd say that it's > probably correct. > > Moshe > > -- > Moshe Katz > mmkatz at umd.edu > (301) 867-3732 > > > > On Wed, Feb 27, 2019 at 12:37 PM Anssi Johansson > > wrote: > > Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > > HTTP: http://centos.blazar.mx > > HTTPS: https://centos.blazar.mx > > > > Sync schedule: Every 1 hr > > Bandwidth: 100Mbps > > Location: M?xico > > Sponsor: BLAZAR NETWORKS SA DE CV > > Sponsor URL: www.blazar.mx > > IPv4 address to authorize: 199.217.116.143 > > Email contact: rvalencia at blazar.com.mx > > > Mirroring AltArch: no > > I get a strong feeling of d?j? vu about this.. > > I have a few concerns about this mirror. The first concern is that > your > mirror seems to be empty. According to > https://wiki.centos.org/HowTos/CreatePublicMirrors you should make > your > initial rsync from some other external mirror first. A list of those > other mirrors is available at https://www.centos.org/download/mirrors/ > > The location is also a problem. Based on the information I have > available, this mirror is not in Mexico but somewhere in U.S. (which > state?). Once the mirror has been synced I could add this as a U.S. > mirror (if you tell me the state), but not as a Mexican mirror. What > matters is where your mirror server is exposed to the rest of the > Internet. That point seems to be somewhere in U.S., not Mexico. > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror > > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror -- Jonathan Wright KnownHost, LLC https://www.knownhost.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mirror at cuegee.com Wed Feb 27 18:42:14 2019 From: mirror at cuegee.com (mirror @ cuegee it gmbh) Date: Wed, 27 Feb 2019 18:42:14 +0000 Subject: [CentOS-mirror] Mirror Update - mirror.cuegee.de -> mirror.cuegee.com Message-ID: Hello! we have moved from .de to .com, thus a few changes to our entry are in order. At this point we are also deprecating the old mirror.cuegee.DE to be discontinued in two years (Friday, 26. February 2021). I hope that gives users enough time to migrate. Note: mirror.cuegee.COM will stay alive for the foreseeable future. (Changes are marked with an *): *HTTP: http://mirror.cuegee.com/centos/ *HTTPS: https://mirror.cuegee.com/centos/ FTP: N/A *RSYNC: rsync://mirror.cuegee.com/centos/ Sync schedule: Every 4 hrs Bandwidth: 1 Gbps Location: DE Sponsor: cuegee it gmbh *Sponsor URL: https://cuegee.com/ IPv4 address to authorize: 185.144.238.4 IPv6 address to authorize: 2a07:4400:0:1001::11 *Email contact: mirror_AT_cuegee.com Mirroring AltArch: no Best regards Alexander twitter: @aschaber1 From avij at centosproject.org Wed Feb 27 19:09:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 21:09:08 +0200 Subject: [CentOS-mirror] Mirror Update - mirror.cuegee.de -> mirror.cuegee.com In-Reply-To: References: Message-ID: <64deacbd-6b95-b33f-8a20-93c5e766e236@centosproject.org> mirror @ cuegee it gmbh kirjoitti 27.2.2019 klo 20.42: > Hello! > > we have moved from .de to .com, thus a few changes to our entry are in order. > > At this point we are also deprecating the old mirror.cuegee.DE to be discontinued in two years (Friday, 26. February 2021). I hope that gives users enough time to migrate. > Note: mirror.cuegee.COM will stay alive for the foreseeable future. > > (Changes are marked with an *): > > *HTTP: http://mirror.cuegee.com/centos/ > *HTTPS: https://mirror.cuegee.com/centos/ > FTP: N/A > *RSYNC: rsync://mirror.cuegee.com/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 1 Gbps > Location: DE > Sponsor: cuegee it gmbh > *Sponsor URL: https://cuegee.com/ > IPv4 address to authorize: 185.144.238.4 > IPv6 address to authorize: 2a07:4400:0:1001::11 > *Email contact: mirror_AT_cuegee.com > Mirroring AltArch: no Hi, these changes have now been made. It may take a few days for the cached mirrorlists to expire everywhere. While we're at it, I'd like to point out that despite mirror.cuegee.com having an IPv6 address, it does not seem to be reachable over IPv6: $ curl -6v http://mirror.cuegee.com/centos/TIME * About to connect() to mirror.cuegee.com port 80 (#0) * Trying 2a07:4400:0:1001::11... * Connection timed out * Failed connect to mirror.cuegee.com:80; Connection timed out * Closing connection 0 curl: (7) Failed connect to mirror.cuegee.com:80; Connection timed out $ curl -6v https://mirror.cuegee.com/centos/TIME * About to connect() to mirror.cuegee.com port 443 (#0) * Trying 2a07:4400:0:1001::11... * Connection timed out * Failed connect to mirror.cuegee.com:443; Connection timed out * Closing connection 0 curl: (7) Failed connect to mirror.cuegee.com:443; Connection timed out $ rsync -6 rsync://mirror.cuegee.com/centos/ rsync: failed to connect to mirror.cuegee.com (2a07:4400:0:1001::11): Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(125) [Receiver=3.1.2] See also: http://miuku.net/ipv6reach/ This should either be fixed or the IPv6 address removed from DNS. Thanks! From avij at centosproject.org Fri Feb 1 01:27:38 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 1 Feb 2019 03:27:38 +0200 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <6e046879-e128-470d-7352-8b378a679278@garr.it> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> Message-ID: <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> Paolo Velati kirjoitti 31.1.2019 klo 16.27: > Hello CentOS maintainers, > > I've updated the infos about our mirror. > > > HTTP: http://centos.mirror.garr.it/centos > HTTPS: https://centos.mirror.garr.it/centos > > Sync schedule: Every 4 hrs > Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a datacenter > with 40Gbps uplink ) > Location: Italy (Bari) > Sponsor: GARR > Sponsor URL: http://www.garr.it/ > IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP > authorizations) > Email contact: mirror-service at garr.it > Mirroring AltArch: yes (I have the rsync script ready, once you > authorize IPs I'll start sync) > > AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ > AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ Hi, 90.147.160.192/28 is now in the ACL and other info updated accordingly. Note that I also removed your old IPv6 address from the ACL. If you run into problems syncing, you can try the -4 option to rsync to force the use of IPv4. If that works, the problem is likely IPv6 related, and the correct fix would be to add your IPv6 address to the ACL as well. Speaking of IPv6, it appears that one of your VMs is not set up correctly for IPv6 access: http: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip http://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 80
2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 https: $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip https://centos.mirror.garr.it/centos/timestamp.txt; done 90.147.160.70 Mon Dec 10 22:49:01 UTC 2018 90.147.160.72 Mon Dec 10 22:49:01 UTC 2018 90.147.160.73 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:70 Mon Dec 10 22:49:01 UTC 2018 2001:760:ffff:b6:4:100:0:72 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 443
2001:760:ffff:b6:4:100:0:73 Mon Dec 10 22:49:01 UTC 2018 As for AltArch, while you can now sync from msync.centos.org/altarch, it would be nice if you could do your initial sync from some other European AltArch mirror first, and then switch to syncing from centos.org after your initial sync. List of those mirrors is at the usual place, https://www.centos.org/download/altarch-mirrors/ Thanks! From paolo.velati at garr.it Fri Feb 1 10:33:21 2019 From: paolo.velati at garr.it (Paolo Velati) Date: Fri, 1 Feb 2019 11:33:21 +0100 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> Message-ID: <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> Hello Anssi, I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. I'm syncing from eu-msync.centos.org for CentOS and altarch. Now the mirror should be fine (available IPv4+v6 and updated). As usual, thanks for your support. Paolo Velati On 2/1/19 2:27 AM, Anssi Johansson wrote: > Paolo Velati kirjoitti 31.1.2019 klo 16.27: >> Hello CentOS maintainers, >> >> I've updated the infos about our mirror. >> >> >> HTTP: http://centos.mirror.garr.it/centos >> HTTPS: https://centos.mirror.garr.it/centos >> >> Sync schedule: Every 4 hrs >> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >> datacenter with 40Gbps uplink ) >> Location: Italy (Bari) >> Sponsor: GARR >> Sponsor URL: http://www.garr.it/ >> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >> authorizations) >> Email contact: mirror-service at garr.it >> Mirroring AltArch: yes (I have the rsync script ready, once you >> authorize IPs I'll start sync) >> >> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ > > Hi, 90.147.160.192/28 is now in the ACL and other info updated > accordingly. Note that I also removed your old IPv6 address from the > ACL. If you run into problems syncing, you can try the -4 option to > rsync to force the use of IPv4. If that works, the problem is likely > IPv6 related, and the correct fix would be to add your IPv6 address to > the ACL as well. > > Speaking of IPv6, it appears that one of your VMs is not set up > correctly for IPv6 access: > > http: > $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do > echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip > http://centos.mirror.garr.it/centos/timestamp.txt; done > > 90.147.160.70 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.72 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.73 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:70 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:72 > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 80
> > > 2001:760:ffff:b6:4:100:0:73 > Mon Dec 10 22:49:01 UTC 2018 > > > https: > > $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do > echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip > https://centos.mirror.garr.it/centos/timestamp.txt; done > > 90.147.160.70 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.72 > Mon Dec 10 22:49:01 UTC 2018 > > 90.147.160.73 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:70 > Mon Dec 10 22:49:01 UTC 2018 > > 2001:760:ffff:b6:4:100:0:72 > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 443
> > > 2001:760:ffff:b6:4:100:0:73 > Mon Dec 10 22:49:01 UTC 2018 > > > As for AltArch, while you can now sync from msync.centos.org/altarch, > it would be nice if you could do your initial sync from some other > European AltArch mirror first, and then switch to syncing from > centos.org after your initial sync. List of those mirrors is at the > usual place, https://www.centos.org/download/altarch-mirrors/ > > Thanks! > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From avij at centosproject.org Fri Feb 1 16:01:33 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 1 Feb 2019 18:01:33 +0200 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> Message-ID: <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> I'm afraid this isn't quite fixed yet. The command I ran earlier still gives the same output: $ curl --resolve centos.mirror.garr.it:80:2001:760:ffff:b6:4:100:0:72 http://centos.mirror.garr.it/centos/timestamp.txt 404 Not Found

Not Found

The requested URL /centos/timestamp.txt was not found on this server.


Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port 80
Paolo Velati kirjoitti 1.2.2019 klo 12.33: > Hello Anssi, > > I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. > > I'm syncing from eu-msync.centos.org for CentOS and altarch. > > Now the mirror should be fine (available IPv4+v6 and updated). > > As usual, thanks for your support. > > Paolo Velati > > On 2/1/19 2:27 AM, Anssi Johansson wrote: >> Paolo Velati kirjoitti 31.1.2019 klo 16.27: >>> Hello CentOS maintainers, >>> >>> I've updated the infos about our mirror. >>> >>> >>> HTTP: http://centos.mirror.garr.it/centos >>> HTTPS: https://centos.mirror.garr.it/centos >>> >>> Sync schedule: Every 4 hrs >>> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >>> datacenter with 40Gbps uplink ) >>> Location: Italy (Bari) >>> Sponsor: GARR >>> Sponsor URL: http://www.garr.it/ >>> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >>> authorizations) >>> Email contact: mirror-service at garr.it >>> Mirroring AltArch: yes (I have the rsync script ready, once you >>> authorize IPs I'll start sync) >>> >>> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >>> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ >> >> Hi, 90.147.160.192/28 is now in the ACL and other info updated >> accordingly. Note that I also removed your old IPv6 address from the >> ACL. If you run into problems syncing, you can try the -4 option to >> rsync to force the use of IPv4. If that works, the problem is likely >> IPv6 related, and the correct fix would be to add your IPv6 address to >> the ACL as well. >> >> Speaking of IPv6, it appears that one of your VMs is not set up >> correctly for IPv6 access: >> >> http: >> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do >> echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip >> http://centos.mirror.garr.it/centos/timestamp.txt; done >> >> 90.147.160.70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.72 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:72 >> >> >> 404 Not Found >> >>

Not Found

>>

The requested URL /centos/timestamp.txt was not found on this >> server.

>>
>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >> 80
>> >> >> 2001:760:ffff:b6:4:100:0:73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> >> https: >> >> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; do >> echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip >> https://centos.mirror.garr.it/centos/timestamp.txt; done >> >> 90.147.160.70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.72 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 90.147.160.73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:70 >> Mon Dec 10 22:49:01 UTC 2018 >> >> 2001:760:ffff:b6:4:100:0:72 >> >> >> 404 Not Found >> >>

Not Found

>>

The requested URL /centos/timestamp.txt was not found on this >> server.

>>
>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >> 443
>> >> >> 2001:760:ffff:b6:4:100:0:73 >> Mon Dec 10 22:49:01 UTC 2018 >> >> >> As for AltArch, while you can now sync from msync.centos.org/altarch, >> it would be nice if you could do your initial sync from some other >> European AltArch mirror first, and then switch to syncing from >> centos.org after your initial sync. List of those mirrors is at the >> usual place, https://www.centos.org/download/altarch-mirrors/ >> >> Thanks! >> _______________________________________________ >> CentOS-mirror mailing list >> CentOS-mirror at centos.org >> https://lists.centos.org/mailman/listinfo/centos-mirror > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From paolo.velati at garr.it Mon Feb 4 09:19:06 2019 From: paolo.velati at garr.it (Paolo Velati) Date: Mon, 4 Feb 2019 10:19:06 +0100 Subject: [CentOS-mirror] GARR Mirror update In-Reply-To: <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> References: <6e046879-e128-470d-7352-8b378a679278@garr.it> <2538e4b7-9fff-6f1d-aec6-d2941c16ec27@centosproject.org> <59cbc68c-9993-7947-b720-b7ad78bf3f41@garr.it> <284557a4-11cf-38eb-f288-36b031889ac9@centosproject.org> Message-ID: <10213ec3-dbab-19de-366b-2f53ba34f79d@garr.it> Ok I've checked and I had a conflict with that ipv6 address. Now it should be _really_ fixed. Thank you Paolo On 2/1/19 5:01 PM, Anssi Johansson wrote: > I'm afraid this isn't quite fixed yet. The command I ran earlier still > gives the same output: > > $ curl --resolve centos.mirror.garr.it:80:2001:760:ffff:b6:4:100:0:72 > http://centos.mirror.garr.it/centos/timestamp.txt > > > 404 Not Found > >

Not Found

>

The requested URL /centos/timestamp.txt was not found on this > server.

>
>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port > 80
> > > > Paolo Velati kirjoitti 1.2.2019 klo 12.33: >> Hello Anssi, >> >> I've fixed the ACL on the router for IPv6 2001:760:ffff:b6:4:100:0:72. >> >> I'm syncing from eu-msync.centos.org for CentOS and altarch. >> >> Now the mirror should be fine (available IPv4+v6 and updated). >> >> As usual, thanks for your support. >> >> Paolo Velati >> >> On 2/1/19 2:27 AM, Anssi Johansson wrote: >>> Paolo Velati kirjoitti 31.1.2019 klo 16.27: >>>> Hello CentOS maintainers, >>>> >>>> I've updated the infos about our mirror. >>>> >>>> >>>> HTTP: http://centos.mirror.garr.it/centos >>>> HTTPS: https://centos.mirror.garr.it/centos >>>> >>>> Sync schedule: Every 4 hrs >>>> Bandwidth: 3 x 10 Gbps (3 vms with 10Gbps connectivity in a >>>> datacenter with 40Gbps uplink ) >>>> Location: Italy (Bari) >>>> Sponsor: GARR >>>> Sponsor URL: http://www.garr.it/ >>>> IPv4 address to authorize: 90.147.160.192/28 (you can remove old IP >>>> authorizations) >>>> Email contact: mirror-service at garr.it >>>> Mirroring AltArch: yes (I have the rsync script ready, once you >>>> authorize IPs I'll start sync) >>>> >>>> AltArch HTTP: http://centos.mirror.garr.it/centos-altarch/ >>>> AltArch HTTPS: https://centos.mirror.garr.it/centos-altarch/ >>> >>> Hi, 90.147.160.192/28 is now in the ACL and other info updated >>> accordingly. Note that I also removed your old IPv6 address from the >>> ACL. If you run into problems syncing, you can try the -4 option to >>> rsync to force the use of IPv4. If that works, the problem is likely >>> IPv6 related, and the correct fix would be to add your IPv6 address >>> to the ACL as well. >>> >>> Speaking of IPv6, it appears that one of your VMs is not set up >>> correctly for IPv6 access: >>> >>> http: >>> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; >>> do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:80:$ip >>> http://centos.mirror.garr.it/centos/timestamp.txt; done >>> >>> 90.147.160.70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.72 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:72 >>> >>> >>> 404 Not Found >>> >>>

Not Found

>>>

The requested URL /centos/timestamp.txt was not found on this >>> server.

>>>
>>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >>> 80
>>> >>> >>> 2001:760:ffff:b6:4:100:0:73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> >>> https: >>> >>> $ for ip in 90.147.160.7{0,2,3} 2001:760:ffff:b6:4:100:0:7{0,2,3}; >>> do echo -e "\n$ip" ; curl --resolve centos.mirror.garr.it:443:$ip >>> https://centos.mirror.garr.it/centos/timestamp.txt; done >>> >>> 90.147.160.70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.72 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 90.147.160.73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:70 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> 2001:760:ffff:b6:4:100:0:72 >>> >>> >>> 404 Not Found >>> >>>

Not Found

>>>

The requested URL /centos/timestamp.txt was not found on this >>> server.

>>>
>>>
Apache/2.4.10 (Debian) Server at centos.mirror.garr.it Port >>> 443
>>> >>> >>> 2001:760:ffff:b6:4:100:0:73 >>> Mon Dec 10 22:49:01 UTC 2018 >>> >>> >>> As for AltArch, while you can now sync from >>> msync.centos.org/altarch, it would be nice if you could do your >>> initial sync from some other European AltArch mirror first, and then >>> switch to syncing from centos.org after your initial sync. List of >>> those mirrors is at the usual place, >>> https://www.centos.org/download/altarch-mirrors/ >>> >>> Thanks! >>> _______________________________________________ >>> CentOS-mirror mailing list >>> CentOS-mirror at centos.org >>> https://lists.centos.org/mailman/listinfo/centos-mirror >> _______________________________________________ >> CentOS-mirror mailing list >> CentOS-mirror at centos.org >> https://lists.centos.org/mailman/listinfo/centos-mirror > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror From admin at dedic.sh Mon Feb 4 09:58:02 2019 From: admin at dedic.sh (admin at dedic.sh) Date: Mon, 04 Feb 2019 12:58:02 +0300 Subject: [CentOS-mirror] Add IPv6 Message-ID: Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. Address is 2001:67c:1688:b:: Thank you. From avij at centosproject.org Mon Feb 4 17:23:24 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 19:23:24 +0200 Subject: [CentOS-mirror] Add IPv6 In-Reply-To: References: Message-ID: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> admin at dedic.sh kirjoitti 4.2.2019 klo 11.58: > Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. > Address is 2001:67c:1688:b:: Hi, this has now been added, so you should now be able to rsync from msync.centos.org over IPv6. There's a slight (firewall?) issue with your mirror, though: $ curl -6v http://dedic.sh/centos/timestamp.txt * About to connect() to dedic.sh port 80 (#0) * Trying 2001:67c:1688:b::... * Permission denied * Failed connect to dedic.sh:80; Permission denied * Closing connection 0 curl: (7) Failed connect to dedic.sh:80; Permission denied Maybe this could be fixed? Once the issue is fixed, your mirror will no longer be listed as failing on http://miuku.net/ipv6reach/ (the list is updated only every three hours). From asabigue at fder.edu.uy Mon Feb 4 18:45:56 2019 From: asabigue at fder.edu.uy (ariel sabiguero yawelak) Date: Mon, 4 Feb 2019 15:45:56 -0300 Subject: [CentOS-mirror] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> References: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: Hi. I am unable to reach msync from my mirror through IPv6. It simply does not resolve: espejito:/tmp # dig aaaa msync.centos.org ; <<>> DiG 9.11.2 <<>> aaaa msync.centos.org ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6999 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1 ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags:; udp: 4096 ; COOKIE: 592fe0f297ba7967cd069d5a5c588790bebc11d6d77ff7aa (good) ;; QUESTION SECTION: ;msync.centos.org.????????????? IN????? AAAA ;; AUTHORITY SECTION: msync.centos.org.?????? 1694??? IN????? SOA pdns1.centos.org. hostmaster.centos.org. 2019013013 1800 3600 604800 3600 ;; Query time: 0 msec ;; SERVER: 127.0.0.1#53(127.0.0.1) ;; WHEN: Mon Feb 04 15:42:24 -03 2019 ;; MSG SIZE? rcvd: 126 but it does resolve IPv4. Is there something I am doing wrong and I am unaware? regards ariel El 4/2/19 a las 14:23, Anssi Johansson escribi?: > admin at dedic.sh kirjoitti 4.2.2019 klo 11.58: >> Hello, please, add ipv6 address for mirror dedic.sh in Moscow, Russia. >> Address is 2001:67c:1688:b:: > > Hi, this has now been added, so you should now be able to rsync from > msync.centos.org over IPv6. > > There's a slight (firewall?) issue with your mirror, though: > > $ curl -6v http://dedic.sh/centos/timestamp.txt > * About to connect() to dedic.sh port 80 (#0) > *?? Trying 2001:67c:1688:b::... > * Permission denied > * Failed connect to dedic.sh:80; Permission denied > * Closing connection 0 > curl: (7) Failed connect to dedic.sh:80; Permission denied > > Maybe this could be fixed? Once the issue is fixed, your mirror will > no longer be listed as failing on http://miuku.net/ipv6reach/ (the > list is updated only every three hours). > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 4 18:53:01 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 20:53:01 +0200 Subject: [CentOS-mirror] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: References: <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> ariel sabiguero yawelak kirjoitti 4.2.2019 klo 20.45: > Hi. > > I am unable to reach msync from my mirror through IPv6. It simply does > not resolve: We simply don't have any IPv6-capable msync servers in South America. The few servers we have in South America only have IPv4. We figured that in this case mirrors from South America would prefer to use IPv4 for syncing, instead of syncing from some other continent over IPv6. If there are people reading this message who could donate an IPv6-capable server in South America, https://wiki.centos.org/Donate has some pointers for how to move forward (with appropriate contact details; note that I'm not the one who manages the donated servers). Asia is also in a similar IPv4-only situation. From admin at hospedados.es Mon Feb 4 20:01:11 2019 From: admin at hospedados.es (Admin Hospedados) Date: Mon, 4 Feb 2019 21:01:11 +0100 Subject: [CentOS-mirror] New public mirror Message-ID: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> Hello We setup AltArch public mirror in C?diz (Spain): HTTP:http://mirror.gadix.com/centos-altarch/ Sync schedule: Every 8 hrs Bandwidth: 1Gbps Location: C?diz (Spain) Sponsor: Hospedados.com & GadIX.com Sponsor URL:www.gadix.com IPv4 address to authorize: 185.234.224.255 Email contact:admin at hospedados.es Mirroring AltArch : yes Best Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 4 20:17:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Mon, 4 Feb 2019 22:17:27 +0200 Subject: [CentOS-mirror] New public mirror In-Reply-To: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> References: <3e2c576c-8821-07ba-f865-050a7259fe3c@hospedados.es> Message-ID: <5eae3cb1-6568-877c-d7ac-79db34ee57d2@centosproject.org> Admin Hospedados kirjoitti 4.2.2019 klo 22.01: > Hello > > > We setup AltArch public mirror in C?diz (Spain): > > HTTP: http://mirror.gadix.com/centos-altarch/ > > Sync schedule: Every 8 hrs > Bandwidth: 1Gbps > Location: C?diz (Spain) > Sponsor: Hospedados.com & GadIX.com > Sponsor URL:www.gadix.com > IPv4 address to authorize: 185.234.224.255 > Email contact:admin at hospedados.es > Mirroring AltArch : yes Thanks! The mirror has now been added and will show up on the lists shortly. From mirror at cedia.org.ec Tue Feb 5 13:01:19 2019 From: mirror at cedia.org.ec (CEDIA FOSS Mirrors) Date: Tue, 5 Feb 2019 08:01:19 -0500 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> References: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> Message-ID: <1549371679.805084.956033188@otrs.cedia.org.ec> hi Anssi we are IPv6 capable with [1]https://mirror.cedia.org.ec, if you would like us to setup a different mirror to act as msync.centos.org in dual stack, we are glad to help. regards epe Ernesto Perez -- CSIRT-CEDIA Ladr?n de Guevara E11-253 y Andaluc?a, EPN, Casa Patrimonial. Quito?- Ecuador Telf: (593) 7 407 9300 Ext. 115 csirt at cedia.org.ec / [2]https://csirt.cedia.org.ec 02/04/2019 14:00 - Anssi Johansson wrote: ariel sabiguero yawelak kirjoitti 4.2.2019 klo 20.45: > Hi. > > I am unable to reach msync from my mirror through IPv6. It simply does > not resolve: We simply don't have any IPv6-capable msync servers in South America. The few servers we have in South America only have IPv4. We figured that in this case mirrors from South America would prefer to use IPv4 for syncing, instead of syncing from some other continent over IPv6. If there are people reading this message who could donate an IPv6-capable server in South America, [3]https://wiki.centos.org/Donate has some pointers for how to move forward (with appropriate contact details; note that I'm not the one who manages the donated servers). Asia is also in a similar IPv4-only situation. _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org [4]https://lists.centos.org/mailman/listinfo/centos-mirror [1] https://mirror.cedia.org.ec [2] https://csirt.cedia.org.ec [3] https://wiki.centos.org/Donate [4] https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From arrfab at centos.org Tue Feb 5 13:39:06 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Tue, 5 Feb 2019 14:39:06 +0100 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <1549371679.805084.956033188@otrs.cedia.org.ec> References: <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> Message-ID: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: > hi Anssi > we are IPv6 capable with https://mirror.cedia.org.ec, if you would like > us to setup a different mirror to act as msync.centos.org in dual stack, > we are glad to help. > > regards > epe > > thanks for your offering, but we have two different layers : - msync.centos.org = nodes donated for/in the centos infra and so that we control end-to-end through config management and under monitoring from our side - other mirrors = mirrors offered by community but that they maintain themselves and that we only "crawl" to validate content and mirror age. Is your offer to host a donated/dedicated server for the centos project ? (so basically like described on https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc1 ) -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From mirror at cedia.org.ec Tue Feb 5 14:21:33 2019 From: mirror at cedia.org.ec (CEDIA FOSS Mirrors) Date: Tue, 5 Feb 2019 09:21:33 -0500 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> References: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org><115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> Message-ID: <1549376493.708024.091935694@otrs.cedia.org.ec> 02/05/2019 08:40 - Fabian Arrotin wrote: On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: > hi Anssi > we are IPv6 capable with [1]https://mirror.cedia.org.ec, if you would like > us to setup a different mirror to act as msync.centos.org in dual stack, > we are glad to help. > > regards > epe > > thanks for your offering, but we have two different layers : - msync.centos.org = nodes donated for/in the centos infra and so that we control end-to-end through config management and under monitoring from our side - other mirrors = mirrors offered by community but that they maintain themselves and that we only "crawl" to validate content and mirror age. Is your offer to host a donated/dedicated server for the centos project ? (so basically like described on [2]https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc[..] ) yes, we can offer you a server with similar or better specs than the stated in that page. You may contact me offlist in order to plan and setup it according to the specs. regards epe ? -- Fabian Arrotin The CentOS Project | [3]https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org [4]https://lists.centos.org/mailman/listinfo/centos-mirror [1] https://mirror.cedia.org.ec [2] https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc1 [3] https://www.centos.org [4] https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From bb at twomiles.co.uk Tue Feb 5 15:38:37 2019 From: bb at twomiles.co.uk (Balazs Baranyi) Date: Tue, 5 Feb 2019 15:38:37 +0000 Subject: [CentOS-mirror] New CentOS mirror for Hungary Message-ID: Hello, We have setup a new CentOS mirror alongside our official Ubuntu mirror. Please feel free to add it to your list. HTTP: http://mirror.gtx.hu/centos FTP: n/a RSYNC: n/a Sync schedule: Every 4 hours Bandwidth: 1Gbit/s Location: Budapest, Hungary Sponsor: GTX Sponsor URL: http://mirror.gtx.hu IPv4 addresses to authorize: 213.181.201.96 and 62.77.130.44 IPv6 address to authorize: none Email contact: bb at twomiles.co.uk Mirroring AltArch : no I am glad to support the CentOS project! Best Regards, Balazs B -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Wed Feb 6 00:20:21 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 6 Feb 2019 02:20:21 +0200 Subject: [CentOS-mirror] New CentOS mirror for Hungary In-Reply-To: References: Message-ID: <895c3114-a025-f940-1a53-eaecbed3ac6b@centosproject.org> Balazs Baranyi kirjoitti 5.2.2019 klo 17.38: > Hello, > > We have setup a new CentOS mirror alongside our official Ubuntu mirror. > Please feel free to add it to your list. > > HTTP: http://mirror.gtx.hu/centos > FTP: n/a > RSYNC: n/a > > Sync schedule: Every 4 hours > Bandwidth: 1Gbit/s > Location: Budapest, Hungary > Sponsor: GTX > Sponsor URL: http://mirror.gtx.hu > IPv4 addresses to authorize: 213.181.201.96 and 62.77.130.44 > IPv6 address to authorize: none > Email contact: bb at twomiles.co.uk > Mirroring AltArch? : no > > I am glad to support the CentOS project! Thanks for the support! The mirror has now been added and you can now rsync from rsync://msync.centos.org/CentOS/ From arrfab at centos.org Wed Feb 6 12:55:06 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Wed, 6 Feb 2019 13:55:06 +0100 Subject: [CentOS-mirror] [Ticket#2019020404000312] msync.centos.org v6 address available? WAS: Add IPv6 In-Reply-To: <1549376493.708024.091935694@otrs.cedia.org.ec> References: <9621d8e7-f230-a443-af31-126077c9a7f4@centos.org> <115d20e8-54af-ecdd-de4c-e98370b8953e@centosproject.org> <0ccd23f1-713c-ea3f-daea-f7cebc42b9e8@centosproject.org> <1549371679.805084.956033188@otrs.cedia.org.ec> <1549376493.708024.091935694@otrs.cedia.org.ec> Message-ID: <2603b181-9bf1-b978-2893-c868cf517293@centos.org> On 05/02/2019 15:21, CEDIA FOSS Mirrors wrote: > > > 02/05/2019 08:40 - Fabian Arrotin wrote: > On 05/02/2019 14:01, CEDIA FOSS Mirrors wrote: >> hi Anssi >> we are IPv6 capable with https://mirror.cedia.org.ec, if you would like >> us to setup a different mirror to act as msync.centos.org in dual stack, >> we are glad to help. >> >> regards >> epe >> >> > > thanks for your offering, but we have two different layers : > > - msync.centos.org = nodes donated for/in the centos infra and so that > we control end-to-end through config management and under monitoring > from our side > - other mirrors = mirrors offered by community but that they maintain > themselves and that we only "crawl" to validate content and mirror age. > > Is your offer to host a donated/dedicated server for the centos project > ? (so basically like described on > https://wiki.centos.org/Donate#head-2d5ae152a1967f88237a2d61216613e142d42fc[..] > > ) > > yes, we can offer you a server with similar or better specs than the > stated in that page. You may contact me offlist in order to plan and > setup it according to the specs. Which I did yesterday .. ;-) > > regards > epe > ? > -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From phild at fb.com Wed Feb 6 23:46:57 2019 From: phild at fb.com (Phil Dibowitz) Date: Wed, 6 Feb 2019 23:46:57 +0000 Subject: [CentOS-mirror] CentOS Mirror @ Facebook Message-ID: We seem to have fallen off of the list because the contact address changed. Sorry about that. Lets re-register! HTTP: http://mirror.facebook.net/centos/ RSYNC: rsync://mirror.facebook.net/centos/ Sync schedule: Every 6 hrs Bandwidth: a lot Location: Prineville, WA, and Forest City, NC Sponsor: Facebook Sponsor URL: facebook.com IPv4 address to authorize: 163.114.128.0/20, 199.201.64.0/22 IPv6 address to authorize: 2620:10d:c080::/41 Email contact: mirror-external at fb.com Mirroring AltArch: yes HTTP: http://mirror.facebook.net/centos-altarch/ RSYNC: rsync://mirror.facebook.net/centos-altarch/ And, in theory debuginfo: HTTP: http://mirror.facebook.net/centos-debuginfo/ RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ -- Phil Dibowitz Production Engineering Unexpected attachment? http://www.fburl.com/phildfaq -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 833 bytes Desc: OpenPGP digital signature URL: From avij at centosproject.org Thu Feb 7 06:03:49 2019 From: avij at centosproject.org (Anssi Johansson) Date: Thu, 7 Feb 2019 08:03:49 +0200 Subject: [CentOS-mirror] CentOS Mirror @ Facebook In-Reply-To: References: Message-ID: Phil Dibowitz kirjoitti 7.2.2019 klo 1.46: > We seem to have fallen off of the list because the contact address changed. > Sorry about that. Lets re-register! > > > HTTP: http://mirror.facebook.net/centos/ > RSYNC: rsync://mirror.facebook.net/centos/ > > Sync schedule: Every 6 hrs > Bandwidth: a lot > Location: Prineville, WA, and Forest City, NC > Sponsor: Facebook > Sponsor URL: facebook.com > IPv4 address to authorize: 163.114.128.0/20, 199.201.64.0/22 > IPv6 address to authorize: 2620:10d:c080::/41 > Email contact: mirror-external at fb.com > Mirroring AltArch: yes > HTTP: http://mirror.facebook.net/centos-altarch/ > RSYNC: rsync://mirror.facebook.net/centos-altarch/ > > And, in theory debuginfo: > HTTP: http://mirror.facebook.net/centos-debuginfo/ > RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ Welcome back! You can now rsync from rsync://msync.centos.org/CentOS and rsync://msync.centos.org/altarch for those contents. As for debuginfo, we don't currently have a list where we could add your debuginfo mirror, and setting that up will require a few changes in various places on our side. We'll get back to this once the initial framework for mirroring debuginfo has been set up. Thanks! From arrfab at centos.org Thu Feb 7 12:30:05 2019 From: arrfab at centos.org (Fabian Arrotin) Date: Thu, 7 Feb 2019 13:30:05 +0100 Subject: [CentOS-mirror] CentOS Mirror @ Facebook In-Reply-To: References: Message-ID: <66bae08f-1440-6d4c-54c9-6437f526d772@centos.org> On 07/02/2019 07:03, Anssi Johansson wrote: > Phil Dibowitz kirjoitti 7.2.2019 klo 1.46: >> We seem to have fallen off of the list because the contact address >> changed. >> Sorry about that. Lets re-register! >> And, in theory debuginfo: >> ?? HTTP: http://mirror.facebook.net/centos-debuginfo/ >> ?? RSYNC: rsync://mirror.facebook.net/centos-debuginfo/ > > Welcome back! You can now rsync from rsync://msync.centos.org/CentOS and > rsync://msync.centos.org/altarch for those contents. > > As for debuginfo, we don't currently have a list where we could add your > debuginfo mirror, and setting that up will require a few changes in > various places on our side. We'll get back to this once the initial > framework for mirroring debuginfo has been set up. Thanks! It's true that we never had any plan for rsync/debuginfo, but I got some requests for this .. Actually our (donated) nodes pool for debuginfo is too small for this and to let everybody rsync content from us (also why we had to setup an ACL for the ::CentOS and ::altarch modules/targets) Now, wondering if we can still (while we work on a better way) allow some specific IPs, and publicly announce that for the time being, everybody can rsync from , for example, rsync://mirror.facebook.net/centos-debuginfo/ ? Would that work for everybody ? I remember that last week, CERN was also keen on mirroring debuginfo and share it publicly. So far, that's the only thing we can do directly to "unblock" this (while still waiting on some well connected sponsored nodes with enough storage) PS : the current debuginfo store disk usage is ~1.4TiB , nothing more -- Fabian Arrotin The CentOS Project | https://www.centos.org gpg key: 56BEC54E | twitter: @arrfab -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: From contact at alpix.eu Sun Feb 10 12:17:14 2019 From: contact at alpix.eu (Alpix) Date: Sun, 10 Feb 2019 13:17:14 +0100 Subject: [CentOS-mirror] New Mirror (mirror.alpix.eu) >> Server relocated In-Reply-To: References: Message-ID: Hi Anssi, im about to relocate the mirror today. At the moment all requests are still served by the old server. The new mirror will be IPv6 compatible. So a few Infos need to be updated: Sync schedule: Every hour at random minute Location: EU (Germany) City: Falkenstein IPv4 address to authorize: 176.9.28.85 IPv6 address to authorize: 2a01:4f8:150:3055::2 Can you please authorize the new IPs? And can you please let the the old IP authorized until 16.2.19 ? Because currently the old mirror is still live and needs to be in sync. If you need any more information, feel free to get in touch with me. Yours sincerely, Lukas N. Am So., 7. Mai 2017 um 20:42 Uhr schrieb Alpix : > > HTTP: https://mirror.alpix.eu/centos/ > HTTPS: http://mirror.alpix.eu/centos/ > FTP: - > RSYNC: rsync://mirror.alpix.eu/centos/ > > Sync schedule: Every 2 hrs at random minute > Bandwidth: 1 Gbit/s > Location: EU (Germany) > Sponsor: Alpix > Sponsor URL: https://alpix.eu > IPv4 address to authorize: 85.93.88.49 > IPv6 address to authorize: sadly no (...) > Email contact: contact at alpix.eu > Mirroring AltArch : no > > > If you need any more information, feel free to get in touch with me. > > Yours sincerely, > Lukas N. From avij at centosproject.org Sun Feb 10 13:09:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sun, 10 Feb 2019 15:09:27 +0200 Subject: [CentOS-mirror] New Mirror (mirror.alpix.eu) >> Server relocated In-Reply-To: References: Message-ID: <82f52751-e6ce-e6dd-6260-96302a3ac3ed@centosproject.org> Alpix kirjoitti 10.2.2019 klo 14.17: > Hi Anssi, > > im about to relocate the mirror today. > At the moment all requests are still served by the old server. > The new mirror will be IPv6 compatible. > > So a few Infos need to be updated: > Sync schedule: Every hour at random minute > Location: EU (Germany) City: Falkenstein > IPv4 address to authorize: 176.9.28.85 > IPv6 address to authorize: 2a01:4f8:150:3055::2 > > Can you please authorize the new IPs? > And can you please let the the old IP authorized until 16.2.19 ? > Because currently the old mirror is still live and needs to be in sync. Hi, these changes have now been made and you can now sync from both the old and new IP addresses. The old IP address has been set to expire later on. From bg.tech at wwfx.net Mon Feb 11 10:11:42 2019 From: bg.tech at wwfx.net (Worldwide Fx support team) Date: Mon, 11 Feb 2019 12:11:42 +0200 Subject: [CentOS-mirror] New public mirror Message-ID: Hello We setup Centos public mirror in Sofia (Bulgaria): HTTP: http://mirror.wwfx.net/Sync schedule: Every 6 hrsBandwidth: 2 GbpsLocation: Sofia (Bulgaria)Sponsor: Worldwide Fx / Nu Boyana Film StudiosSponsor URL: wwfx.netIPv4 address to authorize: 195.24.36.156Email contact: bg.tech at wwfx.net Best Regards N. -------------- next part -------------- An HTML attachment was scrubbed... URL: From ra at ra.is Mon Feb 11 16:10:39 2019 From: ra at ra.is (Richard Allen) Date: Mon, 11 Feb 2019 16:10:39 +0000 (GMT) Subject: [CentOS-mirror] Mirror moving In-Reply-To: References: Message-ID: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Hello all, I've been running a mirror for a very long time. We are now moving the server to a new location and it's IP address will change and it will become IPv6 capable. We are syncing from eu-msync.centos.org::CentOS Is there a procedure to follow to get the new IP addresses recognized or something other I should do during this process? Regards, Richard. -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at chrishawker.com.au Mon Feb 11 22:07:35 2019 From: me at chrishawker.com.au (Christopher Hawker) Date: Mon, 11 Feb 2019 22:07:35 +0000 Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> References: , <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Message-ID: <786C2964-FEAC-46F4-909E-083696EE8807@chrishawker.com.au> Hi Richard, There?s no real procedure per-se, more or less you just need to reply here with the new IPs and when they will go live. Fabian or Anssi will then update the ACLs accordingly. Thanks, Christopher Hawker Sent from my iPhone On 12 Feb 2019, at 3:11 am, Richard Allen > wrote: Hello all, I've been running a mirror for a very long time. We are now moving the server to a new location and it's IP address will change and it will become IPv6 capable. We are syncing from eu-msync.centos.org::CentOS Is there a procedure to follow to get the new IP addresses recognized or something other I should do during this process? Regards, Richard. _______________________________________________ CentOS-mirror mailing list CentOS-mirror at centos.org https://lists.centos.org/mailman/listinfo/centos-mirror -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Mon Feb 11 23:57:18 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 12 Feb 2019 01:57:18 +0200 Subject: [CentOS-mirror] New public mirror In-Reply-To: References: Message-ID: <029c2c90-3395-ba91-378c-6f45a458d6aa@centosproject.org> Worldwide Fx support team kirjoitti 11.2.2019 klo 12.11: > Hello > > > We setup Centos public mirror?in Sofia (Bulgaria): > > HTTP:http://mirror.wwfx.net/ > Sync schedule: Every 6 hrs > Bandwidth: 2 Gbps > Location: Sofia (Bulgaria) > Sponsor: Worldwide Fx / Nu Boyana Film Studios > Sponsor URL:wwfx.net > IPv4 address to authorize: 195.24.36.156 > Email contact:bg.tech at wwfx.net Thanks, this mirror has now been added. You can now start rsyncing from rsync://msync.centos.org/CentOS/ for the content. From ra at ra.is Tue Feb 19 17:31:13 2019 From: ra at ra.is (Richard Allen) Date: Tue, 19 Feb 2019 17:31:13 +0000 (GMT) Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> References: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> Message-ID: <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> Hello, We are in the process of moving the fedora.is mirror from S?minn (simnet.is) to a new location, hosted by Opin kerfi. Current info: www.fedora.is has address 194.105.226.20 www.fedora.is has IPv6 address 2001:1a98:2000:1:abcd:ef12:3456:7890 New host will be: mirrors.opensource.is has address 176.57.227.242 mirrors.opensource.is has IPv6 address 2a06:a101:80:80::2 Sponsor: Opin kerfi ( [ http://www.ok.is/ | http://www.ok.is ] ) The new one will not go live for a few days. It will provide all the same services as the original one. The original domain names (fedora.is and speglar.simnet.is) will point to the new address once the transfer is complete but we would prefer to be listed as "mirrors.opensource.is" if that is possible :) Regards, Richard -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Tue Feb 19 19:26:10 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 19 Feb 2019 21:26:10 +0200 Subject: [CentOS-mirror] Mirror moving In-Reply-To: <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> References: <1358944860.702.1549901439845.JavaMail.zimbra@ra.is> <1368438136.700.1550597473122.JavaMail.zimbra@ra.is> Message-ID: <9479bc6a-1b8e-145c-097e-fda26216db84@centosproject.org> Richard Allen kirjoitti 19.2.2019 klo 19.31: > Hello, > > We are in the process of moving the fedora.is mirror from S?minn > (simnet.is) to a new location, hosted by Opin kerfi.? ?Current info: > > www.fedora.is has address 194.105.226.20 > www.fedora.is has IPv6 address 2001:1a98:2000:1:abcd:ef12:3456:7890 > > New host will be: > > mirrors.opensource.is has address 176.57.227.242 > mirrors.opensource.is has IPv6 address 2a06:a101:80:80::2 > Sponsor:? Opin kerfi (http://www.ok.is) > > The new one will not go live for a few days.? ?It will provide all the > same services as the original one.? ?The original domain names > (fedora.is and speglar.simnet.is) will point to the new address once the > transfer is complete but we would prefer to be listed as > "mirrors.opensource.is" if that is possible :) Sure, we can change the URLs when you're ready. I've already added the new IP addresses to the ACL so you can sync from the new server. I've also set the old IP addresses to expire in two months (so that they wouldn't be forgotten, it does not really matter if they're there for a week or a month longer than necessary). From martin at vastspace.net Thu Feb 21 14:56:52 2019 From: martin at vastspace.net (Martin) Date: Thu, 21 Feb 2019 22:56:52 +0800 Subject: [CentOS-mirror] New mirror application Message-ID: Hi guys, please help with the approval of the public mirror repo. Thank you. HTTP: http://mirror.vastspace.net/centos/ Sync schedule: Every 4 hrs Bandwidth: 1Gbps Location: Asia/ Singapore Sponsor: Sponsor URL: IPv4 address to authorize: 103.237.168.15 IPv6 address to authorize: Email contact: noc at vastspace.net Mirroring AltArch: no -- Best regards, Email address : martin at vastspace.net Website : https://www.vastspace.net Whatsapp: 9776 5889 Linkedin: https://www.linkedin.com/in/martinchan88/ -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Thu Feb 21 22:00:18 2019 From: avij at centosproject.org (Anssi Johansson) Date: Fri, 22 Feb 2019 00:00:18 +0200 Subject: [CentOS-mirror] New mirror application In-Reply-To: References: Message-ID: <5c7f1bd8-7339-ae91-d72f-6a1b6dfc1fdf@centosproject.org> Martin kirjoitti 21.2.2019 klo 16.56: > Hi guys, > please help with the approval of the public mirror repo. Thank you. > > HTTP: http://mirror.vastspace.net/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 1Gbps > Location: Asia/ Singapore > Sponsor: > Sponsor URL: > IPv4 address to authorize: 103.237.168.15 > IPv6 address to authorize: > Email contact: noc at vastspace.net > Mirroring AltArch: no Hi, welcome back! I've now re-enabled your mirror and you should now (or in about 15 minutes) be able to rsync from rsync://msync.centos.org/CentOS/ for the CentOS files. From daniel at volchixin.co.uk Fri Feb 22 05:24:26 2019 From: daniel at volchixin.co.uk (Daniel Volchixin) Date: Fri, 22 Feb 2019 12:24:26 +0700 Subject: [CentOS-mirror] (no subject) Message-ID: HTTP: http://mirror.linux-ia64.org/centos/ HTTPS: https://mirror.linux-ia64.org/centos/ Sync schedule: Every 4 hrs Bandwidth: 500Mbps Location: EU, Russia, Novosibirsk Sponsor URL: ia64-linux.org IPv4 address to authorize: 37.193.156.169 IPv6 address to authorize: 2001:470:d43f:fff6:a:e:0:49 Email contact: hostmaster at linux-ia64.org Mirroring AltArch: no From avij at centosproject.org Sat Feb 23 06:32:27 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sat, 23 Feb 2019 08:32:27 +0200 Subject: [CentOS-mirror] New mirror in Russia In-Reply-To: References: Message-ID: Daniel Volchixin kirjoitti 22.2.2019 klo 7.24: > HTTP: http://mirror.linux-ia64.org/centos/ > HTTPS: https://mirror.linux-ia64.org/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 500Mbps > Location: EU, Russia, Novosibirsk > Sponsor URL: ia64-linux.org > IPv4 address to authorize: 37.193.156.169 > IPv6 address to authorize: 2001:470:d43f:fff6:a:e:0:49 > Email contact: hostmaster at linux-ia64.org > Mirroring AltArch: no Thanks! The mirror has now been added and you can now rsync from rsync://msync.centos.org/CentOS/ From avij at centosproject.org Sat Feb 23 17:39:00 2019 From: avij at centosproject.org (Anssi Johansson) Date: Sat, 23 Feb 2019 19:39:00 +0200 Subject: [CentOS-mirror] FTP URLs removed, ramping up HTTPS support Message-ID: Hi, I wrote around half a year ago that FTP is being phased out. Mirrorlist.centos.org stopped giving out FTP URLs around a week ago, and on Friday Fabian changed https://www.centos.org/download/mirrors/ to show HTTPS URLs in the column that used to show FTP URLs. This means there are no longer any FTP URLs pointing to your mirror from centos.org, and monitoring of those FTP URLs has also stopped. If you feel like it and other distributions that you mirror don't need it, you can now shut down & disable your FTP daemon. There's no need to notify us of your decision, because we no longer have a list of CentOS FTP mirrors that we would need to modify. As mentioned, the download page now lists HTTPS URLs for those mirrors that offer HTTPS, to the best of our knowledge. If your mirror has HTTPS support and the HTTPS URL isn't listed on the download page, please let us know (maybe off-list) and we'll add your HTTPS link. HTTPS isn't yet used by mirrorlist.c.o and "yum", it's only shown on the download page for the time being. Also, a kind reminder that even if you do support HTTPS, please do not redirect CentOS HTTP mirror traffic to HTTPS. Any such redirects will be treated as an error. Thanks for your support! From nethubonline at gmail.com Mon Feb 25 07:05:09 2019 From: nethubonline at gmail.com (Nethub Online - Ming) Date: Mon, 25 Feb 2019 15:05:09 +0800 Subject: [CentOS-mirror] HK mirror - repo.virtualhosting.hk sometimes HTTP Error 503 - Service Unavailable Message-ID: Hi CentOS maintainers, In Hong Kong (HK) sometimes yum update would get "HTTP Error 503 - Service Unavailable", finally I found that running "yum -y update" after "Loading mirror speeds from cached hostfile", while yum selects a mirror " repo.virtualhosting.hk", 95% chance will get error 503. How to duplicate problem: Since yum will select yum server from different mirror servers automatically, so I updated /etc/yum.repos.d/CentOS-Base.repo as below in order to force checking on "repo.virtualhosting.hk": ======================================================== [base] name=CentOS-$releasever - Base baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [updates] name=CentOS-$releasever - Updates baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [extras] name=CentOS-$releasever - Extras baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 [centosplus] name=CentOS-$releasever - Plus baseurl=http://repo.virtualhosting.hk/centos/7/os/x86_64/ gpgcheck=1 enabled=0 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 ======================================================== # yum -y update ... (10/366): avahi-libs-0.6.31-19.el7.x86_64.rpm | 61 kB 00:00:00 (11/366): apr-1.4.8-3.el7_4.1.x86_64.rpm | 103 kB 00:00:00 (12/366): bash-4.2.46-31.el7.x86_64.rpm | 1.0 MB 00:00:00 bind-libs-9.9.4-72.el7.x86_64. FAILED http://repo.virtualhosting.hk/centos/7/os/x86_64/Packages/bind-libs-9.9.4-72.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable Trying other mirror. bind-libs-lite-9.9.4-72.el7.x8 FAILED http://repo.virtualhosting.hk/centos/7/os/x86_64/Packages/bind-libs-lite-9.9.4-72.el7.x86_64.rpm: [Errno 14] HTTP Error 503 - Service Unavailable Trying other mirror. (13/366): bind-9.9.4-72.el7.x86_64.rpm | 1.8 MB 00:00:00 (14/366): MariaDB-10.1.38-centos73-x86_64-server.rpm | 104 MB 00:00:02 ... However, if I try to manually update the failed package (e.g. bind-libs like above) by "yum -y update bind-libs" , it will be success. It means the package exists in mirror server repo.virtualhosting, however somehow the server limits the HTTP request and return error 503, can CentOS mirror admin inform this mirror admin to fix the problem? -------------- next part -------------- An HTML attachment was scrubbed... URL: From avij at centosproject.org Tue Feb 26 06:15:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Tue, 26 Feb 2019 08:15:08 +0200 Subject: [CentOS-mirror] HK mirror - repo.virtualhosting.hk sometimes HTTP Error 503 - Service Unavailable In-Reply-To: References: Message-ID: <0f27f3af-017d-a7b5-0090-2db4ee5673ae@centosproject.org> Nethub Online - Ming kirjoitti 25.2.2019 klo 9.05: > However, if I try to manually update the failed package (e.g. bind-libs > like above) by "yum -y update bind-libs" , it will be success. It means > the package exists in mirror server repo.virtualhosting, however somehow > the server limits the HTTP request and return error 503, can CentOS > mirror admin inform this mirror admin to fix the problem? I have sent a message to that mirror's contact email address. Maybe they can reply here. From ftp at mgts.by Tue Feb 26 22:02:09 2019 From: ftp at mgts.by (Mitry Matyushkov) Date: Wed, 27 Feb 2019 01:02:09 +0300 Subject: [CentOS-mirror] New mirror in Belarus: mirror.datacenter.by Message-ID: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> Hello, Please add new mirror to the list: HTTP: http://mirror.datacenter.by/pub/CentOS/ HTTPS: https://mirror.datacenter.by/pub/CentOS/ RSYNC: rsync://mirror.datacenter.by/CentOS/ Sync schedule: Every 4 hrs Bandwidth: 2Gbps Location: EU, Belarus, Minsk Sponsor: RUE Beltelecom Sponsor URL: https://beltelecom.by/ IPv4 address to authorize: 178.124.134.106 IPv6 address to authorize: 2a02:2208:1:3::12 Email contact: admin at mirror.datacenter.by Mirroring AltArch: no Thank you. From avij at centosproject.org Wed Feb 27 08:39:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 10:39:08 +0200 Subject: [CentOS-mirror] New mirror in Belarus: mirror.datacenter.by In-Reply-To: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> References: <27b5c8f7-8bb7-c024-edeb-91ba62b8afee@mgts.by> Message-ID: Mitry Matyushkov kirjoitti 27.2.2019 klo 0.02: > Hello, > > Please add new mirror to the list: > > HTTP: http://mirror.datacenter.by/pub/CentOS/ > HTTPS: https://mirror.datacenter.by/pub/CentOS/ > RSYNC: rsync://mirror.datacenter.by/CentOS/ > > Sync schedule: Every 4 hrs > Bandwidth: 2Gbps > Location: EU, Belarus, Minsk > Sponsor: RUE Beltelecom > Sponsor URL: https://beltelecom.by/ > IPv4 address to authorize: 178.124.134.106 > IPv6 address to authorize: 2a02:2208:1:3::12 > Email contact: admin at mirror.datacenter.by > Mirroring AltArch: no Thanks! I've now added your mirror and you should start seeing some traffic soon. Feel free to start rsyncing from rsync://msync.centos.org/CentOS/ now. From rvalencia at blazar.com.mx Wed Feb 27 16:29:38 2019 From: rvalencia at blazar.com.mx (Roberto Valencia C.) Date: Wed, 27 Feb 2019 10:29:38 -0600 Subject: [CentOS-mirror] New CentOS Mirror Message-ID: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> HTTP: http://centos.blazar.mx HTTPS: https://centos.blazar.mx Sync schedule: Every 1 hr Bandwidth: 100Mbps Location: M?xico Sponsor: BLAZAR NETWORKS SA DE CV Sponsor URL: www.blazar.mx IPv4 address to authorize: 199.217.116.143 Email contact: rvalencia at blazar.com.mx Mirroring AltArch: no -- -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: rvalencia_sign.png Type: image/png Size: 30846 bytes Desc: not available URL: From avij at centosproject.org Wed Feb 27 17:37:10 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 19:37:10 +0200 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> Message-ID: <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > HTTP: http://centos.blazar.mx > HTTPS: https://centos.blazar.mx > > Sync schedule: Every 1 hr > Bandwidth: 100Mbps > Location: M?xico > Sponsor: BLAZAR NETWORKS SA DE CV > Sponsor URL: www.blazar.mx > IPv4 address to authorize: 199.217.116.143 > Email contact: rvalencia at blazar.com.mx > Mirroring AltArch: no I get a strong feeling of d?j? vu about this.. I have a few concerns about this mirror. The first concern is that your mirror seems to be empty. According to https://wiki.centos.org/HowTos/CreatePublicMirrors you should make your initial rsync from some other external mirror first. A list of those other mirrors is available at https://www.centos.org/download/mirrors/ The location is also a problem. Based on the information I have available, this mirror is not in Mexico but somewhere in U.S. (which state?). Once the mirror has been synced I could add this as a U.S. mirror (if you tell me the state), but not as a Mexican mirror. What matters is where your mirror server is exposed to the rest of the Internet. That point seems to be somewhere in U.S., not Mexico. From salvatore.distefano at gmail.com Wed Feb 27 17:46:07 2019 From: salvatore.distefano at gmail.com (Salvatore Distefano) Date: Wed, 27 Feb 2019 18:46:07 +0100 Subject: [CentOS-mirror] requester Message-ID: Hello, Could you remove my address from mailing list thank a lots -------------- next part -------------- An HTML attachment was scrubbed... URL: From mmkatz at umd.edu Wed Feb 27 17:58:21 2019 From: mmkatz at umd.edu (Moshe M. Katz) Date: Wed, 27 Feb 2019 12:58:21 -0500 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Message-ID: Not affiliated with this mirror, but my tools track this IP address to Missouri, specifically to St. Louis. That result is the same testing from multiple geographically separate locations, so I'd say that it's probably correct. Moshe -- Moshe Katz mmkatz at umd.edu (301) 867-3732 On Wed, Feb 27, 2019 at 12:37 PM Anssi Johansson wrote: > Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > > HTTP: http://centos.blazar.mx > > HTTPS: https://centos.blazar.mx > > > > Sync schedule: Every 1 hr > > Bandwidth: 100Mbps > > Location: M?xico > > Sponsor: BLAZAR NETWORKS SA DE CV > > Sponsor URL: www.blazar.mx > > IPv4 address to authorize: 199.217.116.143 > > Email contact: rvalencia at blazar.com.mx > > Mirroring AltArch: no > > I get a strong feeling of d?j? vu about this.. > > I have a few concerns about this mirror. The first concern is that your > mirror seems to be empty. According to > https://wiki.centos.org/HowTos/CreatePublicMirrors you should make your > initial rsync from some other external mirror first. A list of those > other mirrors is available at https://www.centos.org/download/mirrors/ > > The location is also a problem. Based on the information I have > available, this mirror is not in Mexico but somewhere in U.S. (which > state?). Once the mirror has been synced I could add this as a U.S. > mirror (if you tell me the state), but not as a Mexican mirror. What > matters is where your mirror server is exposed to the rest of the > Internet. That point seems to be somewhere in U.S., not Mexico. > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jonathan at knownhost.com Wed Feb 27 18:05:37 2019 From: jonathan at knownhost.com (Jonathan Wright) Date: Wed, 27 Feb 2019 12:05:37 -0600 Subject: [CentOS-mirror] New CentOS Mirror In-Reply-To: References: <4aa8df6e-e679-a766-5b7f-e39ff4e6d168@blazar.com.mx> <54a3be40-3c8f-9bc7-03c2-4ddff76fc239@centosproject.org> Message-ID: <7217f9a6-d93b-64e7-a5b4-ca0f238b0a8a@knownhost.com> Traceroute definitely appears to terminate in St. Louis or very near. On 2/27/19 11:58 AM, Moshe M. Katz wrote: > Not affiliated with this mirror, but my tools track this IP address to > Missouri, specifically to St. Louis. That result is the same testing > from multiple geographically separate locations, so I'd say that it's > probably correct. > > Moshe > > -- > Moshe Katz > mmkatz at umd.edu > (301) 867-3732 > > > > On Wed, Feb 27, 2019 at 12:37 PM Anssi Johansson > > wrote: > > Roberto Valencia C. kirjoitti 27.2.2019 klo 18.29: > > HTTP: http://centos.blazar.mx > > HTTPS: https://centos.blazar.mx > > > > Sync schedule: Every 1 hr > > Bandwidth: 100Mbps > > Location: M?xico > > Sponsor: BLAZAR NETWORKS SA DE CV > > Sponsor URL: www.blazar.mx > > IPv4 address to authorize: 199.217.116.143 > > Email contact: rvalencia at blazar.com.mx > > > Mirroring AltArch: no > > I get a strong feeling of d?j? vu about this.. > > I have a few concerns about this mirror. The first concern is that > your > mirror seems to be empty. According to > https://wiki.centos.org/HowTos/CreatePublicMirrors you should make > your > initial rsync from some other external mirror first. A list of those > other mirrors is available at https://www.centos.org/download/mirrors/ > > The location is also a problem. Based on the information I have > available, this mirror is not in Mexico but somewhere in U.S. (which > state?). Once the mirror has been synced I could add this as a U.S. > mirror (if you tell me the state), but not as a Mexican mirror. What > matters is where your mirror server is exposed to the rest of the > Internet. That point seems to be somewhere in U.S., not Mexico. > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror > > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org > https://lists.centos.org/mailman/listinfo/centos-mirror -- Jonathan Wright KnownHost, LLC https://www.knownhost.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From mirror at cuegee.com Wed Feb 27 18:42:14 2019 From: mirror at cuegee.com (mirror @ cuegee it gmbh) Date: Wed, 27 Feb 2019 18:42:14 +0000 Subject: [CentOS-mirror] Mirror Update - mirror.cuegee.de -> mirror.cuegee.com Message-ID: Hello! we have moved from .de to .com, thus a few changes to our entry are in order. At this point we are also deprecating the old mirror.cuegee.DE to be discontinued in two years (Friday, 26. February 2021). I hope that gives users enough time to migrate. Note: mirror.cuegee.COM will stay alive for the foreseeable future. (Changes are marked with an *): *HTTP: http://mirror.cuegee.com/centos/ *HTTPS: https://mirror.cuegee.com/centos/ FTP: N/A *RSYNC: rsync://mirror.cuegee.com/centos/ Sync schedule: Every 4 hrs Bandwidth: 1 Gbps Location: DE Sponsor: cuegee it gmbh *Sponsor URL: https://cuegee.com/ IPv4 address to authorize: 185.144.238.4 IPv6 address to authorize: 2a07:4400:0:1001::11 *Email contact: mirror_AT_cuegee.com Mirroring AltArch: no Best regards Alexander twitter: @aschaber1 From avij at centosproject.org Wed Feb 27 19:09:08 2019 From: avij at centosproject.org (Anssi Johansson) Date: Wed, 27 Feb 2019 21:09:08 +0200 Subject: [CentOS-mirror] Mirror Update - mirror.cuegee.de -> mirror.cuegee.com In-Reply-To: References: Message-ID: <64deacbd-6b95-b33f-8a20-93c5e766e236@centosproject.org> mirror @ cuegee it gmbh kirjoitti 27.2.2019 klo 20.42: > Hello! > > we have moved from .de to .com, thus a few changes to our entry are in order. > > At this point we are also deprecating the old mirror.cuegee.DE to be discontinued in two years (Friday, 26. February 2021). I hope that gives users enough time to migrate. > Note: mirror.cuegee.COM will stay alive for the foreseeable future. > > (Changes are marked with an *): > > *HTTP: http://mirror.cuegee.com/centos/ > *HTTPS: https://mirror.cuegee.com/centos/ > FTP: N/A > *RSYNC: rsync://mirror.cuegee.com/centos/ > > Sync schedule: Every 4 hrs > Bandwidth: 1 Gbps > Location: DE > Sponsor: cuegee it gmbh > *Sponsor URL: https://cuegee.com/ > IPv4 address to authorize: 185.144.238.4 > IPv6 address to authorize: 2a07:4400:0:1001::11 > *Email contact: mirror_AT_cuegee.com > Mirroring AltArch: no Hi, these changes have now been made. It may take a few days for the cached mirrorlists to expire everywhere. While we're at it, I'd like to point out that despite mirror.cuegee.com having an IPv6 address, it does not seem to be reachable over IPv6: $ curl -6v http://mirror.cuegee.com/centos/TIME * About to connect() to mirror.cuegee.com port 80 (#0) * Trying 2a07:4400:0:1001::11... * Connection timed out * Failed connect to mirror.cuegee.com:80; Connection timed out * Closing connection 0 curl: (7) Failed connect to mirror.cuegee.com:80; Connection timed out $ curl -6v https://mirror.cuegee.com/centos/TIME * About to connect() to mirror.cuegee.com port 443 (#0) * Trying 2a07:4400:0:1001::11... * Connection timed out * Failed connect to mirror.cuegee.com:443; Connection timed out * Closing connection 0 curl: (7) Failed connect to mirror.cuegee.com:443; Connection timed out $ rsync -6 rsync://mirror.cuegee.com/centos/ rsync: failed to connect to mirror.cuegee.com (2a07:4400:0:1001::11): Connection timed out (110) rsync error: error in socket IO (code 10) at clientserver.c(125) [Receiver=3.1.2] See also: http://miuku.net/ipv6reach/ This should either be fixed or the IPv6 address removed from DNS. Thanks!