[Bug 3202] rsync crash with long directory structure

2005-10-22 Thread samba-bugs
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

[Bug 3202] New: rsync crash with long directory structure

2005-10-22 Thread samba-bugs
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

[Bug 2957] rsync hangs when client put files to server (checked in 2.6.6 too)

2005-10-22 Thread samba-bugs
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

[Bug 2957] rsync hangs when client put files to server (checked in 2.6.6 too)

2005-10-22 Thread samba-bugs
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

[Bug 2957] rsync hangs when client put files to server (checked in 2.6.6 too)

2005-10-22 Thread samba-bugs
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

Re: "-signs in rsync as well as in embedded ssh command

2005-10-22 Thread Manuel López-Ibáñez
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

Re: "-signs in rsync as well as in embedded ssh command

2005-10-22 Thread Peter van der Meer
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