Re: Internal error: wrong write used in receiver.

2007-07-18 Thread Matt McCutchen
On 7/18/07, kimry <[EMAIL PROTECTED]> wrote: ### patch -p1 < rsync-acl-patch (Stripping trailing CRs from patch.) patching file flist.c patch unexpectedly ends in middle of line ===>> is that ok? I think you are just missing the newline at the very end of rs

Re: Internal error: wrong write used in receiver.

2007-07-18 Thread Matt McCutchen
On 7/18/07, kimry <[EMAIL PROTECTED]> wrote: I just started to use rsync-acl-2.6.9.tar.bz2 And I got the same error Internal error: wrong write used in receiver. Is there a fix for that? The patch is here: http://lists.samba.org/archive/rsync/2006-November/016706.html Matt -- To unsubscri

Re: Internal error: wrong write used in receiver.

2006-11-10 Thread Wayne Davison
On Fri, Nov 10, 2006 at 07:16:43AM -0800, Wayne Davison wrote: > Looks like the ACLs patch didn't get tested with --delete + --acls. The xattrs patch has the same problem. If someone is using xattrs.diff (which requires acls.diff too), the attached patch fixes both the ACL code and the xattrs cod

Re: Internal error: wrong write used in receiver.

2006-11-10 Thread Wayne Davison
On Fri, Nov 10, 2006 at 02:15:22PM +0100, Sven Strickroth wrote: > [generator] make_file(home/administ,*,2) > Internal error: wrong write used in receiver. Looks like the ACLs patch didn't get tested with --delete + --acls. Applying the attached patch will fix this. ..wayne.. --- old/flist.c +++