X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.1 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_AV,T_FRT_BELOW2
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
Date: Mon, 19 Mar 2012 07:51:29 -0300
Message-ID: <CAE=UkuqfuAJMVO1OJ6ou7UPVA-z0-VAHB=KmYcf-4EtP=6tfVQ@mail.gmail.com>
Subject: rsync ERROR: out of memory in flist_expand [sender]
From: Bruno Galindro da Costa <bruno.galindro@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id q2JApwbT002315

Hi!

    I'm try to copy some files from windows to Linux using rsync but,
after some short of time, an error was showed. Here is the log:

ERROR: out of memory in flist_expand [sender]
rsync error: error allocating core memory buffers (code 22) at
/home/lapo/package/rsync-3.0.9-1/src/rsync-3.0.9/util.c(117)
[sender=3.0.9]
rsync: connection unexpectedly closed (35795723020 bytes received so
far) [receiver]
rsync error: error in rsync protocol data stream (code 12) at
io.c(601) [receiver=3.0.7]
rsync: connection unexpectedly closed (102 bytes received so far) [generator]
rsync error: error allocating core memory buffers (code 22) at
io.c(601) [generator=3.0.7]

   Bellow is the command that I used:

/usr/bin/rsync --exclude-from=/opt/backup_ti/tmp/FILESERVER_exclude_from.tmp
-avzR --delete-excluded --rsh="ssh -o UserKnownHostsFile=/dev/null -o
StrictHostKeyChecking=no -p 31060"
root@127.0.0.1:"/cygdrive/c/fileserver"
/backup/fileserver/bkp_files_20120318225522

   Bellow is the /opt/backup_ti/tmp/FILESERVER_exclude_from.tmp content:

- TEMP
- RECYCLE.BIN
- System

   Is there any workaround that I can use to "solve" this problem?
Maybe using an option or change a configuration file on cygwin...

Search in google, I've found this solution
(http://blog.rudnyi.ru/2011/04/problem-with-rsync.html ), but, before
apply that, I like to see If there is another option to use.

--
Att.
Bruno Galindro da Costa

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


