X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,SPF_HELO_PASS,TW_AV,T_FRT_BELOW2,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Richard Ivarson Subject: Re: rsync ERROR: out of memory in flist_expand [sender] Date: Tue, 20 Mar 2012 10:30:34 +0100 Lines: 52 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.3) Gecko/20120306 Thunderbird/10.0.3 In-Reply-To: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Bruno, is this rsync problem maybe related to my rsync problem which I mentioned recently in the thread "Rsync stops inmid of synchronisation" ? (My latest post there was: http://article.gmane.org/gmane.os.cygwin/132270 ... but I don't know how to link to the entire thread.) -Richard Am 19.03.2012 11:51, schrieb Bruno Galindro da Costa: > 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 AT 127 DOT 0 DOT 0 DOT 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