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

2014-08-10 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I don't know what that error means as it is non-specific. However 3.0.4 is very old. Try upgrading your rsync and see if the problem goes away. On 08/10/2014 07:08 AM, jerrycww...@hsbc.com.hk wrote: > Does anyone know what this message is about? I k

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 jw schultz
quot; ><[EMAIL PROTECTED]> > > cc: [EMAIL PROTECTED], >[EMAIL PROTECTED] > Subject: Re: rsync error: unexplained >error

Re: rsync error: unexplained error

2002-09-02 Thread drstaples
les" <[EMAIL PROTECTED]> >cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject:

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
Well there's nothing in that configuration and command that jumps out at me, except that I don't think the max-delete option is very heavily used (and therefore not very heavily tested). I suggest putting some debugging statements int he code to narrow down where that error code of 255 is coming

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

2002-08-01 Thread Dogsbody
Hi, Sorry I didn't want to fill my original mail up with too much info :-\ Rsync on the Linux box is exactly the same version also compiled from source. SSH on Solaris Box: SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0. SSH on Linux Box: OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x

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

2002-08-01 Thread Dave Dykstra
What does your command line look like? Are you running the same version on the Linux box? It might also help to know the version of SSH on both ends. - Dave Dykstra On Wed, Jul 31, 2002 at 07:03:44PM +0100, Dogsbody wrote: > Hi All, > > I'm new to this group so please be gentle, I have scoure

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

2002-02-25 Thread Dave Dykstra
Check the server's log. By default it goes to syslog, but you can also make it go to a file with a "log file = " in rsyncd.conf. For security reasons the rsync daemon mode doesn't give away much information to the client. Make sure rsyncd.conf is not group-writable, that's a common problem. -

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