rsync error: unexplained error (code 255) at rsync.c(541) [sender=3.0.4]

2014-08-10 Thread jerrycwwong
Does anyone know what this message is about? I keep getting this message once in a while after my rsync command is run for some time. rsync error: unexplained error (code 255) at rsync.c(541) [sender=3.0.4] Regards Jerry HSBC Global

Re: rsync error: unexplained error (code 255) at rsync.c(541) [sender=3.0.4]

2014-08-10 Thread Kevin Korb
keep getting this message once in a while after my rsync command is run for some time. rsync error: unexplained error (code 255) at rsync.c(541) [sender=3.0.4] Regards Jerry HSBC Global Asset Management (Hong Kong) Limited

DO NOT REPLY [Bug 6461] rsync occassionally issues the message rsync error: unexplained error (code 255) at main.c(1506) [generator=3.0.4]

2009-09-05 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6461 way...@samba.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 6461] New: rsync occassionally issues the message rsync error: unexplained error (code 255) at main.c(1506) [generator=3.0.4]

2009-06-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6461 Summary: rsync occassionally issues the message rsync error: unexplained error (code 255) at main.c(1506) [generator=3.0.4] Product: rsync Version: 3.0.4 Platform

DO NOT REPLY [Bug 6461] rsync occassionally issues the message rsync error: unexplained error (code 255) at main.c(1506) [generator=3.0.4]

2009-06-10 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6461 --- Comment #1 from james.pur...@ny.frb.org 2009-06-10 09:03 CST --- I should mention that we are using rsync in conjunction with ssh. Please let me know if there are additional details you would like. -- Configure bugmail:

more on rsync error: unexplained error (code 255) at main.c(925)

2002-09-26 Thread Roberto Dominguez
Hi there! I am having a problem having a Solaris 9 box retrieveing files from a OpenBSD 2.9 box. The both have rsync 2.5.5 protocol version 26. They were compiled using gcc 2.95.3. Everythings goes until it tries to disconnect: receiving file list ... donewrote 16 bytes read 28412 bytes

Re: rsync error: unexplained error

2002-09-03 Thread Dave Dykstra
On Sun, Sep 01, 2002 at 05:34:31PM -0700, jw schultz wrote: ... This sounds like a problem that was fixed a few months ago. You might try searching archives. Upgrade to current (2.5.5) or the CVS tree. No, this problem has not been fixed in CVS yet. I posted a hack patch back in February

Re: rsync error: unexplained error

2002-09-02 Thread drstaples
] cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: rsync error: unexplained error

Re: rsync error: unexplained error

2002-09-02 Thread jw schultz
] Subject: Re: rsync error: unexplained error 09/01/02 05:34 PM

Re: rsync error: unexplained error

2002-09-01 Thread jw schultz
To start with, use the carrage return and don't send html. This sounds like a problem that was fixed a few months ago. You might try searching archives. Upgrade to current (2.5.5) or the CVS tree. And please send any changes as diff -u against up-to-date CVS (see diff(1) and patch(1)) encoded

Re: rsync error: unexplained error (code 255) at main.c(925)

2002-08-02 Thread Dave Dykstra
over SSH and pulling files back to me. The section from the log that shows the error with vvv verbosity is... wrote 16 bytes read 506 bytes 348.00 bytes/sec total size is 8639208 speedup is 16550.21 rsync error: unexplained error (code 255) at main.c(925) _exit_cleanup(code

Re: rsync error: unexplained error (code 255) at main.c(925)

2002-08-01 Thread Dogsbody
the error with vvv verbosity is... wrote 16 bytes read 506 bytes 348.00 bytes/sec total size is 8639208 speedup is 16550.21 rsync error: unexplained error (code 255) at main.c(925) _exit_cleanup(code=255, file=main.c, line=925): about to call exit(255) I also have a separate job which

rsync error: unexplained error (code -1) at main.c(883)

2002-02-22 Thread Robert J. Collins
, using it's hostname i get this: myhost# rsync myhost.hwi.buffalo.edu:: rsync error: unexplained error (code -1) at main.c(883) Thanks -rcollins -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart

Re: rsync error: unexplained error (code -1) at main.c(842)

2002-02-06 Thread Dave Dykstra
I've not seen that one before, but I tried to trace it in the source code. A -1 from main.c line 842 means that start_client() returned a -1 which means that start_socket_client returned -1 and there are several things that can cause that. Mostly they seem to be if the server doesn't do its part