DO NOT REPLY [Bug 6633] Extended attributes under Solaris are not supported.

2009-08-31 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6633 --- Comment #7 from cava...@cilea.it 2009-09-01 01:11 CST --- I do not undestand you point. The last niglty snapshot and also the last git commit show the same results. Actually I put this line in the code to do some debugging: ssize_t

rsync and symlinks

2009-08-31 Thread Jignesh Shah
Hi, I have one question regarding handling of symlinks in rsync. If I have /source directory in which I have 100s of sub directories of directories and each one has symlink to some directories out side the /source directory hierarchy. Does rsync follows all those symlinks and syncs the data if I sp

Re: unpack_smb_acl unknown error, + rsync maintainability

2009-08-31 Thread Matt McCutchen
On Mon, 2009-08-31 at 16:59 -0500, Mike Bombich wrote: > Regardless, rsync shouldn't be converting uuid to uid/gid for Mac OS > X, it's unnecessary. This is really a question of whether Mac users expect users/groups to be preserved by uid/gid or by uuid. Are you saying it makes more sense to pr

Re: unpack_smb_acl unknown error

2009-08-31 Thread Mike Bombich
That error occurs when rsync tries to set an ACE specifying a user that does not exist. Here's what happens: 1) Read ACE on source file --> on Mac OS X, the user or group of the ACE is stored using the user or group's UUID 2) Convert UUID to uid/gid using mbr_uuid_to_id, also store which typ

Re: rsyncd always compression

2009-08-31 Thread Wayne Davison
On Mon, Aug 31, 2009 at 12:55:56PM +0200, Uwe Driessen wrote: > Anyone knows a trick that the server only answer if the client is use > the compression? This is not currently possible. It seems like it would be nice to have a "require options = --compress" setting that is the opposite of the "ref

Re: content of file

2009-08-31 Thread Wayne Davison
On Sun, Aug 30, 2009 at 02:53:12PM -0400, Mag Gam wrote: > Instead of copying the whole file, I rather use some sort of pipe. > thats all I assume you're using an rsync daemon, otherwise you could just use "ssh host tail -f file" or similar. If data is always being appended, see the --append opti

DO NOT REPLY [Bug 6633] Extended attributes under Solaris are not supported.

2009-08-31 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6633 --- Comment #6 from way...@samba.org 2009-08-31 15:04 CST --- Make sure you're trying the latest version from the git repo, a nightly tar file, or a file grabbed from the unpacked files: http://rsync.samba.org/download.html The cod

rsyncd always compression

2009-08-31 Thread Uwe Driessen
Hello I have forced for an option to say the anonymus rsync server that all trafik must compress before delivery. I found no option with "compress" for the rsyncd.conf or the startoption. Only for the client is -z available. Anyone knows a trick that the server only answer if the client is us

DO NOT REPLY [Bug 6633] Extended attributes under Solaris are not supported.

2009-08-31 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6633 --- Comment #5 from cava...@cilea.it 2009-08-31 04:54 CST --- I think the problem is that bufpos (and so ret) is always set to "-1" in this code ( in read_xattr). If cnt==0 shouldn't this indicate that end of file is reached? for (buf

DO NOT REPLY [Bug 6633] Extended attributes under Solaris are not supported.

2009-08-31 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=6633 cava...@cilea.it changed: What|Removed |Added CC||cava...@cilea.it --- Comment #4 f