bugzilla-daemon at bugzilla.mindrot.org
2007-Oct-23 21:44 UTC
[Bug 1382] New: scp/sftp sometimes hangs as a ControlMaster slave
https://bugzilla.mindrot.org/show_bug.cgi?id=1382 Summary: scp/sftp sometimes hangs as a ControlMaster slave Classification: Unclassified Product: Portable OpenSSH Version: 4.7p1 Platform: ix86 OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: bitbucket at mindrot.org ReportedBy: mzwcp6002 at sneakemail.com This can be reproduced with the attached Perl script, which sets up a ControlMaster master and repeatedly copies the file 'foo' from some remote location. On MacOS X (Intel), it hangs at some number of iterations, sometimes 20ish, 40ish, 150, etc. The script only tests scp, but I remember having similar issues with sftp before. Some extra background on this bug: the version control system darcs uses the ControlMaster feature because operations like committing patches or retrieving them from a remote repository requires several invocations of ssh, scp and sftp, not necessarily in that order. We were pretty happy with the ControlMaster feature until one day, MacOS X users on the Intel machines started reporting that darcs would mysteriously hang in the middle of some operation using a remote repository. I have also heard one report that darcs with ControlMaster enabled also sometimes hangs on Linux, but have not been able to confirm it. I've been stumped on this one for ages until a user suggested we try reproducing it outside of darcs, hence the attached Perl script. Thanks! -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Oct-23 21:45 UTC
[Bug 1382] scp/sftp sometimes hangs as a ControlMaster slave
https://bugzilla.mindrot.org/show_bug.cgi?id=1382 --- Comment #1 from EricKow <mzwcp6002 at sneakemail.com> 2007-10-24 07:45:01 --- Created an attachment (id=1370) --> (http://bugzilla.mindrot.org/attachment.cgi?id=1370) script to call scp repeatedly as a ControlMaster slave -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Oct-23 21:56 UTC
[Bug 1382] scp/sftp sometimes hangs as a ControlMaster slave
https://bugzilla.mindrot.org/show_bug.cgi?id=1382 --- Comment #2 from EricKow <mzwcp6002 at sneakemail.com> 2007-10-24 07:56:29 --- I forgot to mention: we have seen this behaviour with versions 4.2, 4.3, 4.5 and 4.7 -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Oct-24 11:39 UTC
[Bug 1382] scp/sftp sometimes hangs as a ControlMaster slave
https://bugzilla.mindrot.org/show_bug.cgi?id=1382 Alexander Staubo <alex at purefiction.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |alex at purefiction.net -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2007-Oct-26 00:41 UTC
[Bug 1382] scp/sftp sometimes hangs as a ControlMaster slave
https://bugzilla.mindrot.org/show_bug.cgi?id=1382 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE CC| |djm at mindrot.org --- Comment #3 from Damien Miller <djm at mindrot.org> 2007-10-26 10:41:13 --- *** This bug has been marked as a duplicate of bug 1263 *** -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2008-Apr-03 23:01 UTC
[Bug 1382] scp/sftp sometimes hangs as a ControlMaster slave
https://bugzilla.mindrot.org/show_bug.cgi?id=1382 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Damien Miller <djm at mindrot.org> 2008-04-04 10:01:11 --- Close resolved bugs after release. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
Seemingly Similar Threads
- [Bug 1617] New: -L & -R do not work for slave ControlMaster connections
- ControlMaster, scp and current working directory
- [Bug 2437] New: ssh with ControlMaster and ControlPath hangs on 2nd session in same terminal
- [Bug 1938] New: EscapeChar sometimes don't work when using ControlMaster
- [Bug 1994] New: document which settings/etc. get "persistent" with the ControlMaster connection