DO NOT REPLY [Bug 5075] Syncing with --iconv may yield protocol error

2007-11-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5075 --- Comment #2 from [EMAIL PROTECTED] 2007-11-12 00:17 CST --- Sorry, I meant to add this too: There is also an uninitialized variable in readfd_buffered that can cause garbage to be read independently of the bug in mplex_write. Under

DO NOT REPLY [Bug 5075] Syncing with --iconv may yield protocol error

2007-11-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5075 --- Comment #1 from [EMAIL PROTECTED] 2007-11-12 00:14 CST --- Created an attachment (id=2963) --> (https://bugzilla.samba.org/attachment.cgi?id=2963&action=view) Diffs to fix bug -- Configure bugmail: https://bugzilla.samba.org/user

DO NOT REPLY [Bug 5075] New: Syncing with --iconv may yield protocol error

2007-11-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5075 Summary: Syncing with --iconv may yield protocol error Product: rsync Version: 3.0.0 Platform: All OS/Version: All Status: NEW Severity: major Priority: P3 Co

Re: xattrs: Permission denied?

2007-11-11 Thread Wesley W. Terpstra
On Nov 12, 2007, at 12:55 AM, Wayne Davison wrote: On Sun, Nov 11, 2007 at 03:09:08PM +0100, Wesley W. Terpstra wrote: There seem to be three distinct problems. Thanks for the detailed analysis. I'll be checking into this soon. I wanted to fix it, but every time I prepare a patch, it breaks

Re: xattrs: Permission denied?

2007-11-11 Thread Wayne Davison
On Sun, Nov 11, 2007 at 03:09:08PM +0100, Wesley W. Terpstra wrote: > There seem to be three distinct problems. Thanks for the detailed analysis. I'll be checking into this soon. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read:

DO NOT REPLY [Bug 5071] Enhancement Request - Customizable Connection Timeout Option

2007-11-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5071 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3 from [EM

DO NOT REPLY [Bug 5074] New: Push to a daemon with --only-write-batch modifies dest and then hangs

2007-11-11 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5074 Summary: Push to a daemon with --only-write-batch modifies dest and then hangs Product: rsync Version: 3.0.0 Platform: x86 OS/Version: Linux Status: NEW Seve

Re: dry-run bytest to be transferred?

2007-11-11 Thread Matt McCutchen
On Sun, 2007-11-11 at 12:47 -0800, Max Kipness wrote: > Is there anyway on a dry-run to actually see per file how many bytes are to > be transferred? On a normal run I use --log-format=/%f/%l/%b/%i which shows > the total file size and the actual bytes transferred. > > Also, during a dry-run, is

dry-run bytest to be transferred?

2007-11-11 Thread Max Kipness
Is there anyway on a dry-run to actually see per file how many bytes are to be transferred? On a normal run I use --log-format=/%f/%l/%b/%i which shows the total file size and the actual bytes transferred. Also, during a dry-run, is there anyway to show the Literal Data? Basically, I'm trying

Strange rsync error

2007-11-11 Thread Pournaris Charalampos
Hello, Sometimes when I am using the command: rsync -avR -e rsh "/raid/system/Images/./GHOST.BAT" 192.168.192.2:/raid/system/Images/ --delete -z --progress --exclude-from=/usr/local/excludes --bwlimit=70 I get the following error: rsync: mkdir "/raid/system/Images" failed: File exists (17) r

Re: xattrs: Permission denied?

2007-11-11 Thread Wesley W. Terpstra
I've been thus far unable to figure out why this breaks. There seem to be three distinct problems. Problem #1: receiver.c:451 calls set_file_attrs before the contents of a directory have been created. This resets the writable flag which was setup in generator.c to permit creating children.