failed to connect to rsync.opensuse.org: Connection refused

I have a private update repository for my machines.
I used to have this for 11.0 and it worked perfectly, now I’m getting the following error (for both, 11.0 and 11.2):

rsync: failed to connect to rsync.opensuse.org: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(122) [receiver=3.0.2]

The command I’m using is:


rsync -rlpt rsync://rsync.opensuse.org/opensuse-updates/11.2/ /var/pub/opensuse/update/11.2 --delete-after --delete-excluded --max-delete=4000 --timeout=1800 -hi

This worked last week though, so I suspect something has changed.

The rsync modules info seems empty :\

rsync.opensuse.org:

rsync:
rsync

Sun Dec 6 02:31:43 UTC 2009
http://svn.mirrorbrain.org/svn/mirrorbrain/trunk/tools/rsyncinfo.py

And this is the result from stage (wich of course I can’t access :wink: )

stage.opensuse.org:

opensuse-hotstuff-160gb 170.06G
opensuse-hotstuff-80gb 142.30G
opensuse-full 174.78G
opensuse-full-with-factory 191.42G
opensuse-full-with-factory-dvd5 191.42G
opensuse-full-really-everything 402.65G
opensuse-updates 75.42G
buildservice-repos 377.00G
buildservice-repos-main 208.08G
opensuse-source 52.45G
opensuse-debug 114.47G

Sun Dec 6 02:31:42 UTC 2009
http://svn.mirrorbrain.org/svn/mirrorbrain/trunk/tools/rsyncinfo.py

Any idea what can I do, or who to contact with this?

Dahool wrote:
> --------------------
>
> rsync -rlpt rsync://rsync.opensuse.org/opensuse-updates/11.2/ /var/pub/opensuse/update/11.2 --delete-after --delete-excluded --max-delete=4000 --timeout=1800 -hi
>
> --------------------
> Any idea what can I do, or who to contact with this?

you can try changing the address to

rsync://rsync.opensuse.org/update/11.2/

and see if that works…

NOTE: i learned that by putting rsync.opensuse.org in a browser window
and seeing there is no directory named “opensuse-updates”


palladium

I didn’t think about that, though still getting connection refused :frowning: