rsync for mirrors.ibiblio.org unavailable

We are a downstream of ibiblio mirror and we mirror the content of flightgear

Recently we found sync failures for this repo

rsync: [Receiver] failed to connect to mirrors.ibiblio.org (152.19.134.44): Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(137) [Receiver=3.2.3]
rsync error: Error in socket I/O

Is this intended (shutdown of the rsync service or whitelist) or just an outage? As the rsync service for distro is still available, I believe this is just an outage.

@zenithal This was related to a recent upgrade of mirrors.ibiblio.org and should be resolved. Please see if it works for you.

It is unfortunate that we still can not sync from you.

We got the same error as Rsync error on mirrors.ibiblio.org

Hello,

rsync is responding on mirrors.ibiblio.org:

 rsync mirrors.ibiblio.org::

apache         	Apache
CPAN           	CPAN
CTAN           	CTAN
eclipse        	Eclipse
flightgear     	Flightgear
gnu            	GNU ftp software
mozdev         	Mozdev
mozilla        	Mozilla
opencsw        	OpenCSW.org
simgear        	Simgear
sugar          	Sugar
xemacs         	xemacs

Which module are you attempting? (though this does appear to be related to connectivity, the module is worth asking)

Don

$ rsync rsync://mirrors.ibiblio.org/flightgear/

@ERROR: invalid uid ftp
rsync error: error starting client-server protocol (code 5) at main.c(1817) [Receiver=3.2.3]

We are trying to sync flightgear.

If it is Flightgear, we get

$ rsync rsync://mirrors.ibiblio.org/Flightgear/

@ERROR: Unknown module 'Flightgear'
rsync error: error starting client-server protocol (code 5) at main.c(1817) [Receiver=3.2.3]

Whoops! The UID error should be fixed.

The module you’ll want is flightgear (lowercase)

Try it now?

It works now, thank you!