<div class="gmail_quote">On Mon, Jan 11, 2010 at 3:12 AM, Matthias Adler <span dir="ltr">&lt;<a href="mailto:rsync@cronic.de">rsync@cronic.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
rsync: read errors mapping &quot;&lt;filename&gt;&quot;: Cannot allocate memory (12)<br></blockquote></div><div><br></div>The &quot;read errors mapping&quot; error is output when the read() calls for a file returned an error to the sender.  The errno (12) is what the OS indicated for the failure.  Having a read() return &quot;Cannot allocate memory&quot; makes it seem like something is very wrong in the OS -- that&#39;s not a typical error that read() should return.<br clear="all">
<br>..wayne..<br>