DO NOT REPLY [Bug 5811] rsync error: error allocating core memory buffers (code 22) at io.c(635)

2008-10-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5811 --- Comment #2 from [EMAIL PROTECTED] 2008-10-15 09:05 CST --- Hello, Sorry the error message indeed came from the 3.0.3, i actually faced the problem with the 3.0.4. It seems that the problem is solved with using --delete-after

DO NOT REPLY [Bug 5811] rsync error: error allocating core memory buffers (code 22) at io.c(635)

2008-10-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=5811 --- Comment #3 from [EMAIL PROTECTED] 2008-10-15 09:28 CST --- Actually it does not work. I think it is because of some characters in my folder/file list : pc-imac-mj:~ ug$ /usr/local/bin/rsync -avz -i --iconv=UTF8-MAC,ISO8859-15

Re: assert problem

2008-10-15 Thread Wayne Davison
On Tue, Oct 14, 2008 at 08:24:31AM +0700, BuraphaLinux Server wrote: rsync: hlink.c:273: check_prior: Assertion `node-data != ((void *)0)' failed. Everywhere in the hlink.c code that sets a node, sets a data value and ensures that it is non-zero, so there's no code path in the logic that can

Re: using rsync to get filestats

2008-10-15 Thread Matt McCutchen
On Tue, 2008-10-14 at 07:31 -0400, Mag Gam wrote: Does rsync use stat()? does find use stat() when running with printf? I think the stat() is the most expensive part. Rsync and find -printf both use stat(2). Matt -- Please use reply-all for most replies to avoid omitting the mailing list. To