DO NOT REPLY [Bug 4807] No transfer of single files out of a module on Itanium IA64

2007-07-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4807 --- Comment #4 from [EMAIL PROTECTED] 2007-07-24 03:37 CST --- Created an attachment (id=2839) -- (https://bugzilla.samba.org/attachment.cgi?id=2839action=view) output of rsync compile run -- Configure bugmail:

DO NOT REPLY [Bug 4807] No transfer of single files out of a module on Itanium IA64

2007-07-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4807 --- Comment #5 from [EMAIL PROTECTED] 2007-07-24 03:53 CST --- (In reply to comment #3) Created an attachment (id=2838) -- (https://bugzilla.samba.org/attachment.cgi?id=2838action=view) [edit] Test File attachment Hi Wayne, hi

File/Folder Ownership - Cygwin/Rsync - Is it possible to get around rsync taking file ownership?

2007-07-24 Thread jhurd8025
Case point: 2 Servers (both with Windows Server 2k3 cygwin). Running ssh on the destination server. Problem: The rsync user will take ownership over any files copied over from the source server. This takes ownership away from the administrators group, thus disallowing inherited permissions. Is

DO NOT REPLY [Bug 4807] No transfer of single files out of a module on Itanium IA64

2007-07-24 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4807 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

rsync 2.6.9 error copying files containing '::' ?

2007-07-24 Thread John Neil
Dear rsync developers, rsync 2.6.9 appears to have a problem syncing files that contain '::' in their filename. I ran into this set of errors recently: [jneil-pc:fermi1/hw/fermi1_gf100][162] /home/utils/rsync-2.6.9/bin/ rsync -ah -z --rsh=/bin/rsh --rsync-path='/usr/bin/env -i

Re: rsync 2.6.9 error copying files containing '::' ?

2007-07-24 Thread Matt McCutchen
On 7/24/07, John Neil [EMAIL PROTECTED] wrote: rsync 2.6.9 appears to have a problem syncing files that contain '::' in their filename. I ran into this set of errors recently: [jneil-pc:fermi1/hw/fermi1_gf100][162] /home/utils/rsync-2.6.9/bin/ rsync -ah -z --rsh=/bin/rsh

Re: rsync 2.6.9 error copying files containing '::' ?

2007-07-24 Thread John Neil
On Jul 24, 2007, at 1:33 PM, Matt McCutchen wrote: On 7/24/07, John Neil [EMAIL PROTECTED] wrote: rsync 2.6.9 appears to have a problem syncing files that contain '::' in their filename. I ran into this set of errors recently: [jneil-pc:fermi1/hw/fermi1_gf100][162]

Re: Symbolic links on Mac OSX

2007-07-24 Thread Matt McCutchen
On 4/25/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have noticed an anomaly with symbolic links. umask 027 mkdir folder1 echo 'hello world' folder1/file1 cd folder1 ln -s file1 softfile1 rsync -a ../folder1/ ../folder2/ ls -lF ../folder* ../folder1: total 16 -rw-r- 1 alan alan 12

Re: rsync bug?? (rsync fails when -C is used).

2007-07-24 Thread Matt McCutchen
On 7/20/07, Paul Cui [EMAIL PROTECTED] wrote: [sender] add_rule(:C .cvsignore) ERROR: out of memory in add_rule [sender] So the problem is happening on the very first call to add_rule. That's very bizarre. Since I can't reproduce the problem on my computer, I can't do anything more on my side