search for: ahxn

Displaying 2 results from an estimated 2 matches for "ahxn".

Did you mean: ahn
2008 Feb 25
0
Fwd: Making rsync compile under Mac OS X 10.3.9 with extended attributes
...ith- flags","com.apple.FinderInfo") failed: Unknown error: -5000 (-5000) And error -5000 means: afpAccessDenied -5000 User does not have the correct access to the file Directory cannot be shared Available in Mac OS X v10.0 and later. In another hand, if I run rsync with options: -aHXN --fileflags -> error -aHN --fileflags -> no error -aHX -> no error -aHXN -> no error So it's seems that there is a conflict between fileflags and my patch. I guess that both are trying to set things on the same file at the (almost) same time and one is blocking the other to do...
2008 Jan 24
9
Making rsync compile under Mac OS X 10.3.9 with extended attributes
Somebody knows if it's possible to compile rsync (version 3 would be great, but can be 2.6.x) under Mac OS X 10.3.9 with extended attributes? Under OS 10.3.9 the Apple shipped rsync have not yet the -E argument option. RsyncX have a double free bug that is annoying. "Q" rsync 2.6.6 with extended attributes binary only works on 10.4 and above. I have tried to compile rsync