Tails Hon1nbo kirjoitti 6.3.2018 klo 23.06:
- Thanks,
*>> >>* however I am running into an issue; when I try to switch my syncs to *>>* us-msync, I receive a Module Not Found error for "CentOS" *
This sounds like the IP addresses you specified do not match the IP addresses that are actually used. Please try these two commands from 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
These commands will show your actual IP addresses in the error message.
As the command shows, it's still coming from one of the same IPs I specified before in my original announce: $ rsync -4 rsync://no-access.miuku.net/keep-out @ERROR: access denied to keep-out from unknown (66.34.204.84) rsync error: error starting client-server protocol (code 5) at main.c(1516) [Receiver=3.0.9]
~H P.S: I had set to digests which I realized broke natural replies. I've switched that back off so this should be the last that doesn't thread properly.
On Wed, Mar 7, 2018 at 6:00 AM, centos-mirror-request@centos.org wrote:
Send CentOS-mirror mailing list submissions to centos-mirror@centos.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.centos.org/mailman/listinfo/centos-mirror or, via email, send a message with subject or body 'help' to centos-mirror-request@centos.org
You can reach the person managing the list at centos-mirror-owner@centos.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of CentOS-mirror digest..."
Today's Topics:
- New CentOS Mirror - NCSU (Justin Deffenbaugh)
- Re: New CentOS Mirror - NCSU (Anssi Johansson)
- Re: CentOS-mirror Digest, Vol 157, Issue 5 (Tails Hon1nbo)
- Re: New CentOS Mirror - NCSU (Justin Deffenbaugh)
- Re: Hacking & Coffee (new mirror) (Anssi Johansson)
Message: 1 Date: Tue, 6 Mar 2018 09:55:18 -0500 From: Justin Deffenbaugh jwdeffen@ncsu.edu To: centos-mirror@centos.org Subject: [CentOS-mirror] New CentOS Mirror - NCSU Message-ID: <CAJAC8Mi0fyM6x6fX22KxtKxruhcVU3wkY+a-S3p2Mn2oo_xYUQ@mail. gmail.com> Content-Type: text/plain; charset="utf-8"
HTTPS: https://packages.oit.ncsu.edu/centos/ RSYNC: rsync://packages.oit.ncsu.edu/centos
Sync schedule: Every 6 hrs Bandwidth: 1000Mbps Location: US North Carolina Sponsor: North Carolina State University Sponsor URL: www.ncsu.edu IPv4 address to authorize: 152.7.106.23 Email contact: mirrorsadmin@ncsu.edu Mirroring AltArch : no
Tails Hon1nbo kirjoitti 7.3.2018 klo 23.35:
Tails Hon1nbo kirjoitti 6.3.2018 klo 23.06:
/Thanks, />>//>>/however I am running into an issue; when I try to switch my syncs to />>/us-msync, I receive a Module Not Found error for "CentOS" /
This sounds like the IP addresses you specified do not match the IP addresses that are actually used. Please try these two commands from 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
These commands will show your actual IP addresses in the error message.
As the command shows, it's still coming from one of the same IPs I specified before in my original announce: $ rsync -4 rsync://no-access.miuku.net/keep-out http://no-access.miuku.net/keep-out @ERROR: access denied to keep-out from unknown (66.34.204.84) rsync error: error starting client-server protocol (code 5) at main.c(1516) [Receiver=3.0.9]
OK, that IPv4 address is on the list, but how about IPv6? My guess is that your system has an IPv6 address that does not match what you wrote earlier (2604:7780:100:0:225:90ff:fe37:aad6) and rsync tries to use IPv6 by default when connecting to rsync://us-msync.centos.org/CentOS/
You could try "rsync -4 rsync://us-msync.centos.org/CentOS/" and see if it works any better. If it does, the problem is IPv6-related. The above "rsync -6 rsync://no-access.miuku.net/keep-out" command would give more information in this case.