https://bugzilla.samba.org/show_bug.cgi?id=3202
--- Additional Comments From [EMAIL PROTECTED] 2005-10-22 16:02 ---
i find out that it crash because it fill up stack
which is default 8MB, when i enlarge it to 32mb with ulimit, rsync work ok
--
Configure bugmail: https://bugzilla.sam
https://bugzilla.samba.org/show_bug.cgi?id=3202
Summary: rsync crash with long directory structure
Product: rsync
Version: 2.6.6
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Com
https://bugzilla.samba.org/show_bug.cgi?id=2957
--- Additional Comments From [EMAIL PROTECTED] 2005-10-22 10:26 ---
Also, don't forget the advice from the first entry on the issues-and-debugging
page about reporting the send/receive queue info from netstat:
http://rsync.samba.org/iss
https://bugzilla.samba.org/show_bug.cgi?id=2957
--- Additional Comments From [EMAIL PROTECTED] 2005-10-22 10:18 ---
(In reply to comment #18)
> Is there any test-script I can help you with,
> or any further information?
As mentioned in comment #13 (which was a reply to you), we need
https://bugzilla.samba.org/show_bug.cgi?id=2957
--- Additional Comments From [EMAIL PROTECTED] 2005-10-22 04:38 ---
I'm using it via ssltunnel here - so I suspect iit does neither have to do with
tcp-or-not-tcp nor cygwin (running under Linux). Is there any test-script I can
help you
Peter van der Meer wrote:
The ProxyCommand option in ssh usually contains space-characters, so it
would not work in your example.
Interpretation by a shell would solve this, but there are other possible
sollutions as well.
True! You are right!
If rsync would give this command to another sh
Manuel López-Ibáñez wrote:
Is it very complicated to use several -o before each option?
If you try:
rsync -e "ssh -o Port=22 -o ClearAllForwardings=yes -o
ConnectTimeout=5 target" myfile :/remote/path/
It works perfectly!!
However, is there any possible scenario where the argument of -e
s