Re: find out the meaning of rsync error code

2009-01-21 Thread Jignesh Shah
Stuart, This problem is harassing us since long now. It occurs only when we run rsync in daemon mode and on remote sites. It works perfectly fine if source and destination are in same site. We have tried --blocking-io and also ran rsync manually but still no luck. We are not able to find what is

Re: find out the meaning of rsync error code

2009-01-21 Thread Jignesh Shah
I missed one point is that: It is also works between remote sites when we run rsync as a client-server normally.(i.e.non-daemon mode). Thanks. On 1/21/09, Jignesh Shah jignesh.shah1...@gmail.com wrote: Stuart, This problem is harassing us since long now. It occurs only when we run rsync in

Re: Rsync with OS X 10.3

2009-01-21 Thread macuserfr
Hi Jason, Here's rsync10.3xattr_supportv0.6.diff. You can find fileflags.diff and crtimes.diff (that are not from me, but I strongly recommend you to install) here: http://samba.anu.edu.au/ftp/rsync/src/rsync-patches-3.0.5.tar.gz As you could see in the mail from the mail-list, this version

Re: find out the meaning of rsync error code

2009-01-21 Thread Stuart Halliday
I'd recommend that you do a search on the failing systems for duplicate or old copies of Rsync. It just takes a PATH variable to include another old copy of rsync to make it fail. I'd also check your firewall or router aren't the problem. If you need to, temporary disable the firewall or any AV

Re: Rsync with OS X 10.3

2009-01-21 Thread macuserfr
Hi folks, I've made a Unicode test here and it seem safe to patch my Panther patch in this way: + unsigned int index=0; = CFStringGetCharacters(cfStringName, range, unicharName); while(indexrange.length) { if(unicharName[index]==0x003B) /* == ':'

Re: find out the meaning of rsync error code

2009-01-21 Thread Wayne Davison
On Tue, Jan 20, 2009 at 10:16:37AM +, Stuart Halliday wrote: I suggest that this may be caused by you using two different versions of Rsync? Please check that the daemon and client are running the same version. The only known issues of cross-version incompatibility have been fixed. If you

Re: find out the meaning of rsync error code

2009-01-21 Thread Wayne Davison
On Tue, Jan 20, 2009 at 03:25:05PM +0530, Jignesh Shah wrote: In rsync return code: 12 error, what 12 indicates? The error code is pretty inconsequential compared to the errors that come before it. See what rsync is actually complaining about, and make sure you know if there is an issue with

Should posters be required to join the list? (was: Bad habits)

2009-01-21 Thread Matt McCutchen
On Thu, 2008-03-20 at 11:52 -0400, Matt McCutchen wrote: Why are non members even allowed to post to the list? Why shouldn't they be? In my view, subscription to the list just indicates a personal preference to receive all the mail because one wishes to either help others or stay informed

Re: webdav timeout

2009-01-21 Thread Matt McCutchen
Helge, please CC rsync@lists.samba.org in your replies so your messages are archived for others' future benefit. On Wed, 2009-01-21 at 19:48 +0100, Kraak Helge wrote: Thanks for your reply Matt! I now tested two different commands with two different versions of rsync. Once I used the

Re: Rsync with OS X 10.3

2009-01-21 Thread Jason
Alright here is an update. Using v0.6 + standard OS X patches + code below I have compiled rsync 3.0.5 on a OS X 10.3 box. No errors were thrown during the compile. In order to test this build I created the Src and Dst volumes using the Backup Bouncer test suit. This was performed on a

How to setup and configure rsync with backupPC

2009-01-21 Thread Molin MEN
Dear all,Could you please explain me how do backupPC and rsync work together?I am a new user to debian linux and i would like to setup backupPC and rsync to backup all user data in my network. Could you tell me how to do that?Thank youMolin -- Please use reply-all for most replies to

Re: How to setup and configure rsync with backupPC

2009-01-21 Thread Matt McCutchen
On Wed, 2009-01-21 at 19:37 -0800, Molin MEN wrote: Could you please explain me how do backupPC and rsync work together? I am a new user to debian linux and i would like to setup backupPC and rsync to backup all user data in my network. Could you tell me how to do that? This isn't really an