Results 1 to 4 of 4
hi,
i got the following eror while doing rsync remotely
rsync: failed to connect : Connection timed out
rsync error: error in socket IO (code 10) at clientserver.c(83)
thanks....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-17-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 9
rsync error
hi,
i got the following eror while doing rsync remotely
rsync: failed to connect : Connection timed out
rsync error: error in socket IO (code 10) at clientserver.c(83)
thanks.
- 08-17-2006 #2
You need to make sure the remote system is running the rsync server daemon. How to install/enable that depends on the system you're running. Many distros don't have the rsync server enabled by default.
As far as I can see, that is likely your problem. However, make sure you can ping the system too - it could be basic networking to/from that system isn't working.
DT
- 08-17-2006 #3Linux Engineer
- Join Date
- Apr 2006
- Location
- Saint Paul, MN, USA / CentOS, Debian, Solaris, SuSE
- Posts
- 1,199
Hi.
If following DThors' advice does not work, there may be another possibility. I vaguely recall using rsync's ability to ssh into a box (where I had a login, but not control), run the rsync command on that box, and have it communicate back to the originating box. Sorry, I don't recall the details, but I seem to remember that the man page provides the procedure ... cheers, drlWelcome - get the most out of the forum by reading forum basics and guidelines: click here.
90% of questions can be answered by using man pages, Quick Search, Advanced Search, Google search, Wikipedia.
We look forward to helping you with the challenge of the other 10%.
( Mn, 2.6.n, AMD-64 3000+, ASUS A8V Deluxe, 1 GB, SATA + IDE, Matrox G400 AGP )
- 08-17-2006 #4
Yup, you're probably thinking of this:
which wouldn't need the daemon to be running. That's another thing I forgot to ask - please indicate what you've typed in so the type of connection you're trying to run can be established. First, though, go through the basics - ensure network communication is there(ping), try ssh, then go on from there.Code:rsync -av --rsh=ssh host::module /dest
DT


Reply With Quote
