DO NOT REPLY [Bug 4907] --disable-ipv6 disables -4 option

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

Re: Which rsync version?

2007-08-21 Thread Brion Vibber
Wayne Davison wrote: > On Fri, Aug 03, 2007 at 09:20:22PM +0200, [EMAIL PROTECTED] wrote: >> #0 0x2b4167a93ee5 in free () from /lib64/libc.so.6 >> #1 0x00431c9b in pool_free_old (p=0x66fb90, >> addr=) at lib/pool_alloc.c:266 > > I found and fixed a bug in pool_free_old() that co

DO NOT REPLY [Bug 4907] New: --disable-ipv6 disables -4 option

2007-08-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4907 Summary: --disable-ipv6 disables -4 option Product: rsync Version: 2.6.9 Platform: Other OS/Version: Linux Status: NEW Severity: trivial Priority: P3 Componen

DO NOT REPLY [Bug 4899] When a mounted dir cannot be visited, rsync will halt there and the shell is halted, even "ctrl -c" can't quit it.

2007-08-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4899 --- Comment #5 from [EMAIL PROTECTED] 2007-08-21 06:00 CST --- Created an attachment (id=2876) --> (https://bugzilla.samba.org/attachment.cgi?id=2876&action=view) Alternative solution: check exclusion both ways The attached patch gives

DO NOT REPLY [Bug 4899] When a mounted dir cannot be visited, rsync will halt there and the shell is halted, even "ctrl -c" can't quit it.

2007-08-21 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4899 --- Comment #4 from [EMAIL PROTECTED] 2007-08-21 05:54 CST --- (In reply to comment #3) > In fact in my solution, I assumed the "thisname" is a dir to check whether it > is filtered. As Wayne tried to point out, while your solution does

Re: Looking inside device files

2007-08-21 Thread Matt McCutchen
On 8/20/07, Andre Majorel <[EMAIL PROTECTED]> wrote: > Is there a way to make rsync look inside device files ? The goal > is to copy the contents of a block device to a regular file > incrementally. > > Short of that, even just getting it to dump the block checksums of > the content a block device

Re: Which rsync version?

2007-08-21 Thread Sven . Hartrumpf
Mon, 20 Aug 2007 22:11:12 -0700, wayned wrote: > On Fri, Aug 03, 2007 at 09:20:22PM +0200, Sven.Hartrumpf wrote: > > #0 0x2b4167a93ee5 in free () from /lib64/libc.so.6 > > #1 0x00431c9b in pool_free_old (p=0x66fb90, > > addr=) at lib/pool_alloc.c:266 > > I found and fixed a bug i