X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Kai Schlichting <Gayson@web.de>
Subject:  Re: rsync + ssh crashes
Date:  Mon, 14 Aug 2006 20:28:55 +0200
Lines: 41
Message-ID: <ebqfdb$ur5$1@sea.gmane.org>
References:  <ebpq1j$ofk$3@sea.gmane.org> <ebq8b6$rn7$1@sea.gmane.org>
Mime-Version:  1.0
Content-Type:  text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding:  7bit
User-Agent: Thunderbird 1.5.0.5 (Windows/20060719)
In-Reply-To: <ebq8b6$rn7$1@sea.gmane.org>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@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

Kai Schlichting schrieb:
>> I try to use the following batch-script:
>>   set CYGWIN=tty binmode nontsec
>>   set TERM=ansi
>>   set PATH=C:\rsync;%PATH%
>>   set HOME=C:\rsync
>>   set RSYNC_RSH=/cygdrive/c/rsync/ssh.exe
>>   set USERNAME=backup
>>   rsync --progress --verbose --stats --delete -a -e 'ssh -i identity'
>>     /cygdrive/c/Test /cygdrive/c/Test2
>>     XXXMyServerIPXXX:/home/backup/tmp >> log.txt
>>
>> My C:\rsync - Directory
>>   cygcrypto-0.9.8.dll
>>   cygminires.dll
>>   cygpopt-0.dll
>>   cygwin1.dll # 1005.21.0.0
>>   cygz.dll
>>   identity
>>   log.txt
>>   rsync.exe # 2.6.6
>>   ssh.exe
>>   rsyncGo.bat # my Batch-Script
>>
>> Do you have any ideas, why during the execution of the batch rsync 
>> crashes?
> I found out, if i change
>   "rsync" into "C:\cygwin\bin\rsync"
>   "ssh" into "C:\cygwin\bin\ssh"
> so that not the "local" rsync.exe and ssh.exe, but the exe from the 
> cygwin installation is used.
> Does it help you to find a solution to use the exe in the directory 
> C:\rsync?
I found a message on command line:
24669 [main] rsync 3660 fork: child -1 - died waiting for longjmp before 
initialization, retry 0, exit code 0xC0000005, errno 11
24669 [main] rsync 3660 fork: child -1 - died waiting for longjmp before 
initialization, retry 0, exit code 0xC0000005, errno 11
rsync: fork: Resource temporarily unavailable (11)
rsync error: error in IPC code (code 14) at 
/home/lapo/packaging/tmp/rsync-2.6.6/pipe.c(61)


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

