bugzilla-daemon at mindrot.org
2004-Aug-16 15:46 UTC
[Bug 913] hanging ssh on solaris 8 - when script is invoked from solaris 9
http://bugzilla.mindrot.org/show_bug.cgi?id=913 Summary: hanging ssh on solaris 8 - when script is invoked from solaris 9 Product: Portable OpenSSH Version: 3.7.1p2 Platform: Sparc OS/Version: Solaris Status: NEW Severity: major Priority: P2 Component: sshd AssignedTo: openssh-bugs at mindrot.org ReportedBy: smi987 at yahoo.com I am running ssh from Solaris 9(SSH Version Sun_SSH_1.0, protocol versions 1.5/2.0.) to Solaris 8 (OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7b 10 Apr 2003). Mahcine9 (Solaris 9) Machine8 (Solaris 8) On machine9 ? I execute: ssh supportc at machine8 "/usr/local/bin/my-script /input-file" ssh supportc at machine8 pwd Problem is I never get response of the command pwd, also on machine8 there are several ssh processes running. As soon as I kill sshd processes on machine8 - I get response from pwd. Any ideas - why sshd process does not go away on machine8(solaris8). Thanks in advance. S.Miler ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at mindrot.org
2004-Aug-29 07:25 UTC
[Bug 913] hanging ssh on solaris 8 - when script is invoked from solaris 9
http://bugzilla.mindrot.org/show_bug.cgi?id=913 ------- Additional Comments From dtucker at zip.com.au 2004-08-29 17:25 ------- I would guess that your script starts something and leaves it running? If so, I further suspect that it leaves some file descriptors open. Try: ssh supportc at machine8 "(/usr/local/bin/my-script /input-file >/dev/null </dev/null 2>&1)" and see also bug #52. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.