Re: rsync: failed to hard-link error message

2006-07-21 Thread Wayne Davison
On Thu, Jul 13, 2006 at 01:10:11PM -0700, Brett Hamilton wrote: > I confirmed that CAN_HARDLINK_SPECIAL was already commented out in > config.h, and I'm wondering if rsync should still be producing these > errors? The code that produces the cited error is in the function try_dests_non() in gener

Re: RSYNC-2.6.8 IN RED HAT 5.2

2006-07-21 Thread Wayne Davison
On Thu, Jul 20, 2006 at 06:24:30PM +0700, [EMAIL PROTECTED] wrote: > Can anyone tell me how to install rsync-2.6.8 in Red Hat 5.2 box ? Download the 2.6.8 tar file and then build and install that. You could do that using rpmbuild, as long as your rpm build environment is setup. For instance, mine

Re: Cwrsync ... mkdir permission denied

2006-07-21 Thread Wayne Davison
On Wed, Jul 19, 2006 at 11:04:35AM +0200, Grignon Mickaƫl wrote: > I have a little problem with Cwrsync. I don't know if one of you has > already use it but I don't understand why rsync can't create > directories. In your config file for the daemon, do you have "uid = 0" and "gid = 0" in it (or so

Re: Rsync error on client end: unexpected tag 3 [sender]

2006-07-21 Thread Wayne Davison
On Fri, Jul 21, 2006 at 12:22:24PM +0200, Julian Pace Ross wrote: > However from the previous mails it is not clear what is causing this and > whether the patch is required on the server, client or both. It is the receiving side that causes the tag-3 error (the generator, to be specific). So, if

Re: Rsync error on client end: unexpected tag 3 [sender]

2006-07-21 Thread Julian Pace Ross
Hi Wayne,I am getting the "unexpected tag 3" error quite often when pushing using 2.6.8CVS on cygwin /WinXP to 2.6.8CVS on Linux over SSH (no daemon).The CVS version is pre tag-3.patch that you had posted. I can compile with this patch on both sides (using cygwin on the client).However from the pre