Has the directory structure changed for the rsync server? I get this error when trying to update my local repositories for both 42.1and 13.1
rsync: failed to connect to rsync.opensuse.org: Network is unreachable (101)
rsync error: error in socket IO (code 10) at clientserver.c(122) [Receiver=3.0.7]
using this command (similar for 13.1):
rsync -rlpt rsync.opensuse.org::opensuse-updates/leap/42.1 ...
I can ping the server:
ping rsync.opensuse.org
PING widehat.opensuse.org (62.146.92.202) 56(84) bytes of data.
64 bytes from widehat.opensuse.org (62.146.92.202): icmp_seq=1 ttl=42 time=197 ms
64 bytes from widehat.opensuse.org (62.146.92.202): icmp_seq=3 ttl=42 time=210 ms
Thanks, Do