Hi there! We are geting the following error today. root@mirrors:~# rsync -aqzH --delete eu-msync.centos.org::CentOS /home/http/CentOS/@ERROR: Unknown module 'CentOS'rsync error: error starting client-server protocol (code 5) at main.c(1653) [Receiver=3.1.1] Is ther anything we should change so set this right? Best regards. Abed
Are you by chance syncing via IPv6?
If so, it could be that your v6 address has changed, in which case, force IPv4 with rsync -aqzH -4 --delete eu-msync.centos.org http://eu-msync.centos.org/::CentOS /home/http/CentOS/
Cheers,
Levi Pihema-Lindsay 2Pro International Limited e: levi@2prointl.co p: +64275258549 http://td512.me/?promo=email_sig&utm_source=email_sig&utm_medium=email_sig&utm_campaign=external_links My emails are PGP signed http://td512.me/?promo=email_sig&utm_source=email_sig&utm_medium=email_sig&utm_campaign=external_links
On 14/05/2017, at 8:24 AM, abdulaziz.alahmad@glesys.se wrote:
Hi there!
We are geting the following error today.
root@mirrors:~# rsync -aqzH --delete eu-msync.centos.org::CentOS /home/http/CentOS/ @ERROR: Unknown module 'CentOS' rsync error: error starting client-server protocol (code 5) at main.c(1653) [Receiver=3.1.1]
Is ther anything we should change so set this right?
Best regards. Abed _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org https://lists.centos.org/mailman/listinfo/centos-mirror
Hello,
I guess this is the new mirror in the UAE, if so, you need to sync from another sponsor first before going to the official CentOS mirrors, when completing the sync, send the notification to the list to whitelist your IPs and then you can sync directly from the official mirrors.
All the best,
-------------------------------- Tarik Chelabi Sr. System Administrator RHC{SA,E}: 130-202-997 https://www.redhat.com/rhtapps/certification/badge/verify/UXHOAGR543KN52SWBCZQ3LZ4BQAEQU3CUPSQX2KSDXT6RW46LQ3VFS7LTHTMYXYXRZARNID6YKBDE4U5NQYTCNA62RUWOCM34WWBUYQ= ScopeSky Communications LLC. Email: tarik@scopesky.com
Web: www.scopesky.com
On May 13, 2017, at 11:24 PM, abdulaziz.alahmad@glesys.se wrote:
Hi there!
We are geting the following error today.
root@mirrors:~# rsync -aqzH --delete eu-msync.centos.org::CentOS /home/http/CentOS/ @ERROR: Unknown module 'CentOS' rsync error: error starting client-server protocol (code 5) at main.c(1653) [Receiver=3.1.1]
Is ther anything we should change so set this right?
Best regards. Abed _______________________________________________ CentOS-mirror mailing list CentOS-mirror@centos.org https://lists.centos.org/mailman/listinfo/centos-mirror
abdulaziz.alahmad@glesys.se kirjoitti 13.5.2017 klo 23.24:
Hi there!
We are geting the following error today.
root@mirrors:~# rsync -aqzH --delete eu-msync.centos.org::CentOS /home/http/CentOS/ @ERROR: Unknown module 'CentOS' rsync error: error starting client-server protocol (code 5) at main.c(1653) [Receiver=3.1.1]
Is ther anything we should change so set this right?
Levi's suggestion of using -4 to force the use of IPv4 may help as a temporary workaround if you have recently added an IPv6 address to your mirror server. If this is the case, please tell us your IPv6 address so we can add it to the whitelist.
Try running these two commands on your mirror server and report their output:
rsync -4 rsync://no-access.miuku.net/keep-out rsync -6 rsync://no-access.miuku.net/keep-out
The output will show your IP addresses.