Re: rsync out of memory at 8 MB although ulimit is 512MB

2007-08-29 Thread mjacob
Thanks, Matt, this is a really good answer to my question. I already wrote a script recursing into directories only doing smaller parts because I needed a fast solution. However this needs a little more work because some inodes in the tree can be removed or changed so at the target directory there

Re: CVE-2007-4091

2007-08-29 Thread Sven . Hartrumpf
Thu, 30 Aug 2007 01:41:01 -0400, danno wrote: > http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4091 > http://nvd.nist.gov/nvd.cfm?cvename=CVE-2007-4091 SUSE has provided fixed RPMs for SUSE 10.0 - 10.2 some days ago. But rsync's cvs sources do not contain the string "4091", yet. Ciao Sve

CVE-2007-4091

2007-08-29 Thread Dan Pritts
hi all, i haven't seen any discussion here of this issue, nor do i see any obviously related (open) bugs in bugzilla. It's not clear to me from the CVE how important this issue is or isn't, but i'm a bit concerned. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4091 http://nvd.nist.gov/

Re: RSYNC Hang on client match_sums

2007-08-29 Thread Alain DESEINE
Hi, Thanks for help ! No big files there ... Sometimes it hang on some hundred of bytes files, and sometimes some kilobytes files, and again sometime with no more than 10 MBit depends ... Another things, when a transfert hang ona particular file, if i run again the same commande, the file t

Re: RSYNC Hang on client match_sums

2007-08-29 Thread Steven Hartland
Its not hitting a 2GB file is it? - Original Message - From: "Alain DESEINE" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 29, 2007 10:47 AM Subject: RSYNC Hang on client match_sums Hi, Got a strange problem with rsync ! Here is the story ... I got a linux rsync server running fo

Re: RSYNC Hang on client match_sums

2007-08-29 Thread Matt McCutchen
On 8/29/07, Alain DESEINE <[EMAIL PROTECTED]> wrote: > This new > install hang after transferring few files (generally 2 or 3 files, but > sometimes after a litle bit more ) > I've run the client with the -vvv flag ans run a strace of the servers > processes To see how rsync is hung, we need a tr

Re: can rsync scan files only with mtime since T?

2007-08-29 Thread Ming Zhang
On Wed, 2007-08-29 at 16:16 -0400, Matt McCutchen wrote: > On 8/24/07, Ming Zhang <[EMAIL PROTECTED]> wrote: > > performance wise, does rsync and unison has fundamentally different? > > because i saw unison document also mention delta detection algorithm > > like rsync. > > Unison does use the sam

Re: can rsync scan files only with mtime since T?

2007-08-29 Thread Matt McCutchen
On 8/24/07, Ming Zhang <[EMAIL PROTECTED]> wrote: > performance wise, does rsync and unison has fundamentally different? > because i saw unison document also mention delta detection algorithm > like rsync. Unison does use the same delta-transfer algorithm as rsync by default, so there is no fundam

Re: rsync out of memory at 8 MB although ulimit is 512MB

2007-08-29 Thread Matt McCutchen
Wayne, The attached patch to the current CVS rsync corrects the misleading message. Matt Index: flist.c === RCS file: /cvsroot/rsync/flist.c,v retrieving revision 1.435 diff -u -r1.435 flist.c --- flist.c 4 Aug 2007 17:47:02 - 1.

Re: rsync out of memory at 8 MB although ulimit is 512MB

2007-08-29 Thread Matt McCutchen
On 8/27/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I encountered something amazing. First I thought there is not > enough memory allowed through ulimit. ulimit is now set to > (almost) 512MB but rsync still gets out fo memory at 8MB. > [sender] expand file_list to 131072 bytes, did move >

DO NOT REPLY [Bug 2423] Feature Request: Ability to transfer files newer than date or file. (--newer switch).

2007-08-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=2423 --- Comment #9 from [EMAIL PROTECTED] 2007-08-29 06:25 CST --- any update on this? -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the QA contact fo

RSYNC Hang on client match_sums

2007-08-29 Thread Alain DESEINE
Hi, Got a strange problem with rsync ! Here is the story ... I got a linux rsync server running for 8 months without any problem (rsync 2.6.6 18) I got about a dozen of rsync clients (linux and windows, generally using a 2.6.5 rsync version) that synchronize their datas without any problem. So