rsync: pack_smb_acl: sys_acl_init(): Cannot allocate memory

2010-08-20 Thread Mike Bombich
Before I call this a bug, I figured I'd ask -- what's the + 3 for in calc_sacl_entries? static int calc_sacl_entries(const rsync_acl *racl) { /* A System ACL always gets user/group/other permission entries. */ return racl-names.count #ifdef ACLS_NEED_MASK + 4;

Re: read errors mapping filename: Cannot allocate memory (12)

2010-01-15 Thread Wayne Davison
On Mon, Jan 11, 2010 at 3:12 AM, Matthias Adler rs...@cronic.de wrote: rsync: read errors mapping filename: Cannot allocate memory (12) The read errors mapping error is output when the read() calls for a file returned an error to the sender. The errno (12) is what the OS indicated

read errors mapping filename: Cannot allocate memory (12)

2010-01-11 Thread Matthias Adler
--exclude-from=excludes.txt --link-dest=/backup/local/20100110/server1/backup$ '/backup/server1/backup$/' '/backup/local/20100111/server1/backup$' When copying a rather large file (34 GB) I get the following error: rsync: read errors mapping filename: Cannot allocate memory (12) WARNING

Rsync / Cygwin : Cannot Allocate Memory

2006-03-24 Thread Rick Romero
Hi, I'm running the latest cygwin, with rsync 2.6.6 protocol 26. My command is: c:\cygwin\bin\rsync -vrtz --delete /cygdrive/e [EMAIL PROTECTED] etc I get the following error when trying to rsync 500,000 files: rsync: fork failed in do_recv: Cannot allocate memory (12) rsync error: error

Re: Rsync / Cygwin : Cannot Allocate Memory

2006-03-24 Thread Wayne Davison
On Fri, Mar 24, 2006 at 08:20:18AM -0600, Rick Romero wrote: rsync: fork failed in do_recv: Cannot allocate memory (12) This error is happening on the receiving side, and you seem to have only mentioned the OS and memory for the sending system (I assume -- you didn't explicitly say

Re: Rsync / Cygwin : Cannot Allocate Memory

2006-03-24 Thread Rick Romero
Wayne Davison wrote: On Fri, Mar 24, 2006 at 08:20:18AM -0600, Rick Romero wrote: rsync: fork failed in do_recv: Cannot allocate memory (12) This error is happening on the receiving side, and you seem to have only mentioned the OS and memory for the sending system (I assume -- you

Re: Rsync / Cygwin : Cannot Allocate Memory

2006-03-24 Thread Rick Romero
Rick Romero wrote: Wayne Davison wrote: On Fri, Mar 24, 2006 at 08:20:18AM -0600, Rick Romero wrote: rsync: fork failed in do_recv: Cannot allocate memory (12) This error is happening on the receiving side, and you seem to have only mentioned the OS and memory for the sending system

Re: Cannot Allocate Memory

2005-06-13 Thread John Van Essen
, the first few files/directories issue a 'cannot allocate memory', but strangly enough, it continues on. If that's an actual quote of the error message, it's not from rsync. Rsync uses ERROR: out of memory in {NameOfRoutine}, and then exits. Does this simply mean that the 256mb memory isn't

Cannot Allocate Memory

2005-06-07 Thread Max Kipness
. From another session I can't issue a kill command either...very strange. On other servers, the first few files/directories issue a 'cannot allocate memory', but strangly enough, it continues on. Does this simply mean that the 256mb memory isn't sufficient? I am trying to sync a very large folder