-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Andrew MacKenzie wrote:
| What I get when running rsync (note the two 'local' directories): # | rsync foo bar rsync: read error: Socket operation on non-socket
Trying to sync local dirs I sometimes get hanged rsync process (that's a known problem with no solution yet, unfortunately), but never seen such error. "foo" and "bar" are simple files? how big?
What seems stranger to me is your scp hang: I transferred also big files with cygwin's rsync with no such problems. (just as an example, I just transferred a 500Mb file "locally" through scp with no problems)
Do you get always an hang? And always at the same point?
I guess the usual cygcheck output could be useful...
| rsync error: error in rsync protocol data stream (code 12) at | /tmp/rsync-2.5.6/io.c(177)
A bit of context from io.c:
170 static void die_from_readerr (int err)
171 {
172 /* this prevents us trying to write errors on a dead socket */
173 io_multiplexing_close();
174 175 rprintf(FERROR, "%s: read error: %s\n",
176 RSYNC_NAME, strerror (err));
177 exit_cleanup(RERR_STREAMIO);
178 }
| This problem seems to be rather specific to my system, as I've found | no other complaints similar to this. I've posted issues to the rsync | list, and nobody seems to be able to help me there. I suspect it's a | cygwin problem at this point. Perhaps an error in my install? I've | "uninstalled" and "reinstalled" cygwin a few times now to try to fix | any problems that may exist in my install, but to no avail.
So I can guess your cygwin install is already up-to-date to few days ago?
Lapo
- -- Lapo 'Raist' Luchini [EMAIL PROTECTED] (PGP & X.509 keys available) http://www.lapo.it (ICQ UIN: 529796) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (Cygwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAj9lh5oACgkQaJiCLMjyUvtlrQCfQswHKeeKIBLm46VikmMTi74/ 7ekAoPSJ1q76G5DITYYeqjfBJZpz9UQr =uqYc -----END PGP SIGNATURE-----
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/