As Fabian wrote before either you go to msync.centos.org from different ipv4 address or your system uses ipv6 stack to connect to msync servers. Try rsync -4 to disable ipv6 and/or check your ip with `curl http://icanhazip.com`. Regards, Mitry On 3/28/2021 11:00 PM, Vangus Support wrote: > Thats weird, we tried this command: > rsync -aqzH --delete *msync.centos.org::CentOS* > /mnt/HC_Volume_10038547/public_html/centos > And it still failed. > But when we try to do the same from other public mirror it works. > > > בתאריך יום א׳, 28 במרץ 2021 ב-22:34 מאת Travis Newton via > CentOS-mirror <centos-mirror at centos.org > <mailto:centos-mirror at centos.org>>: > > Try changing it to: > rsync -aqzH --delete *msync.centos.org::CentOS* > /mnt/HC_Volume_10038547/public_html/centos > > This is what we use in our script as we pulled it right from the > CentOS wiki. Also if your server is behind a NAT firewall, make sure > you have a 1:1 NAT otherwise it'll fail for connecting with the > wrong IP. > > Cheers! > > On Sun, Mar 28, 2021 at 2:53 PM Vangus Support <support at vangus.co.il > <mailto:support at vangus.co.il>> wrote: > > Thanks, but this still doesn't work: > > rsync -aqzH --delete rsync://msync.centos.org/CentOS/ > <http://msync.centos.org/centos/> > /mnt/HC_Volume_10038547/public_html/centos > > > It gives: > @ERROR: Unknown module 'CentOS' > rsync error: error starting client-server protocol (code 5) at > main.c(1657) [Receiver=3.1.3] > > Any Idea? :) > > > > > > בתאריך יום ו׳, 26 במרץ 2021 ב-12:40 מאת Fabian Arrotin > <arrfab at centos.org <mailto:arrfab at centos.org>>: > > On 26/03/2021 10:36, Christopher Hawker wrote: > > Hello, > > > > The reason your sync won’t be working is because the URL > you are trying > > to synchronise from is incorrect - the URL is > case-sensitive. You need > > to use: > > > > rsync://msync.centos.org/CentOS/ > <http://msync.centos.org/CentOS/> > > > > Oh ! that too :-) > I wasn't even looking at rsync url, assuming that people > could follow > https://wiki.centos.org/HowTos/CreatePublicMirrors > <https://wiki.centos.org/HowTos/CreatePublicMirrors> :-) > > Good catch ! > > -- > Fabian Arrotin > The CentOS Project | https://www.centos.org > <https://www.centos.org> > gpg key: 17F3B7A1 | twitter: @arrfab > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org <mailto:CentOS-mirror at centos.org> > https://lists.centos.org/mailman/listinfo/centos-mirror > <https://lists.centos.org/mailman/listinfo/centos-mirror> > > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org <mailto:CentOS-mirror at centos.org> > https://lists.centos.org/mailman/listinfo/centos-mirror > <https://lists.centos.org/mailman/listinfo/centos-mirror> > > > > -- > > Travis Newton > Founder/CEO > NodeSpace Hosting > Twitter: @NodeSpace <https://twitter.com/nodespace> | Instagram: > @NodeSpaceHosting <https://instagram.com/nodespacehosting> > _______________________________________________ > CentOS-mirror mailing list > CentOS-mirror at centos.org <mailto:CentOS-mirror at centos.org> > https://lists.centos.org/mailman/listinfo/centos-mirror > <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 >