[Bug 8060] New: hosts allow in rsyncd.conf doesn't handle IPv6 subnets smaller than /64.

2011-04-05 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8060 Summary: hosts allow in rsyncd.conf doesn't handle IPv6 subnets smaller than /64. Product: rsync Version: 3.0.8 Platform: All OS/Version: Linux Status: NEW

[Bug 8060] hosts allow in rsyncd.conf doesn't handle IPv6 subnets smaller than /64.

2011-04-05 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8060 Joshua Kinard ku...@gentoo.org changed: What|Removed |Added Status|NEW |RESOLVED

Re: osx 10.6 strange rsync errors

2011-04-05 Thread Wayne Davison
On Tue, Apr 5, 2011 at 3:08 AM, Ira Cooke iraco...@googlemail.com wrote: Would it be possible to include this patch in the official list? I'm making this change in the git repository. Sadly, I didn't remember to review it for inclusion in 3.0.8. ..wayne.. -- Please use reply-all for most

Getting errors with 3.0.8

2011-04-05 Thread David Allie
Hello! I've been trying 3.0.8 on OS X 10.6.7 today and have been getting some errors. The command I'm using is: /usr/local/bin/rsync -aNHAXx --protect-args --fileflags --force-change --progress /Users/davidallie/Documents/ /Volumes/david.allie/Documents/ The target Documents folder is on an

Re: osx 10.6 strange rsync errors

2011-04-05 Thread Ira Cooke
Thats great Thanks very much. Ira -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Re: Getting errors with 3.0.8

2011-04-05 Thread Mike Bombich
Drop the -A argument, iDisk doesn't supports ACLs. iDisk volumes are mounted over WebDAV, so ACLs, hard links, symlinks, and ownership are not supported. Try this instead: /usr/local/bin/rsync -rtp -NXx --fileflags --force-change --progress /Users/davidallie/Documents/

IO error encountered, skipping file deletion - WTF?

2011-04-05 Thread travis+ml-rsync
Anyone know what this is supposed to mean? 366305 files to consider IO error encountered -- skipping file deletion I keep getting this, and so it refuses to delete any files from a mirror. But what is the supposed I/O error? Can we have it give us some kind of clue? dmesg doesn't show any

3.0.8 OSX build hfs+ patch failing

2011-04-05 Thread Robert DuToit
Hi all, hi Mike, I am just building 3.0.8 on osx 10.6.6 and mike's hfs_compression.diff is failing. Am I missing something? Thanks, Rob patch -p1 patches/fileflags.diff
 patch -p1 patches/crtimes.diff 
patch -p1 patches/crtimes-64bit.diff ( this says previously applied…) 
patch -p1

[SCM] The rsync repository. - branch master updated

2011-04-05 Thread Rsync CVS commit messages
The branch, master has been updated via b223d96 Add some temp-name dot heuristics for OS X's sake. from 28b519c Applying the preallocate patch. ;a=shortlog;h=master - Log - commit