Internally in Red Hat we are syncing ELN composes for testing. This is done by running rsync against rsync://dl-iad01.fedoraproject.org/fedora-eln/
rsync
rsync://dl-iad01.fedoraproject.org/fedora-eln/
This last succeeded on March 31. Ever since that it's failing:
$ rsync --list-only rsync://dl-iad01.fedoraproject.org/fedora-eln/ rsync: failed to connect to dl-iad01.fedoraproject.org (38.145.60.22): Connection refused (111) rsync error: error in socket IO (code 10) at clientserver.c(126) [Receiver=3.1.2]
Has something changed? Can you help me debug this?
Do you get the same error trying
dl01.fedoraproject.org dl02.fedoraproject.org dl03.fedoraproject.org
I do get the same on dl01, but not dl02 and dl03. Those complain about max connections. That is okay I believe. Let me try to test it and I'll reach out back if I still see problems.
I fixed dl01. There's a ansible patch needed, will submit a freeze break later today to really fix it.
Metadata Update from @phsmoura: - Issue priority set to: Waiting on Assignee (was: Needs Review) - Issue tagged with: low-trouble, medium-gain, ops
This is finally also fixed in ansible.
Metadata Update from @kevin: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.