Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-mirrors] Problem mirroring...

Heya,

I'm having a problem mirroring from the benow.ca mirror:

[root@sm1259 cron.daily]# cat eclipse.org.rsync 
#!/bin/bash
RSYNC="rsync -rtlv --delete"
$RSYNC download.eclipse.org::eclipseMirror/eclipse/downloads/drops/R-*
/home/mirrors/hosts/eclipse.org/eclipse/downloads/drops
$RSYNC download.eclipse.org::eclipseMirror/eclipse/downloads/drops/S-*
/home/mirrors/hosts/eclipse.org/eclipse/downloads/drops

[root@sm1259 cron.daily]# ./eclipse.org.rsync 
rsync: read error: Connection reset by peer
rsync error: error in rsync protocol data stream (code 12) at io.c(177)
rsync: read error: Connection reset by peer
rsync error: error in rsync protocol data stream (code 12) at io.c(177)

[root@sm1259 cron.daily]# rsync --version
rsync  version 2.5.7  protocol version 26

Connection reset on your side.  The ip and host information is:

ip: 209.25.160.104
host: mirrors.benow.ca

Any suggestions?

Andy



Back to the top