in reply to Re^7: Script hangs when executing command over ssh
in thread Script hangs when executing command over ssh
Thank you and this is a good suggestion.
In debugging I have found that perl hangs in Net::SSH::Perl::SSH2 in the routine 'sub client_loop' in the line 'my($rready, $wready) = $select_class->select($rb, $wb);' but I do not have enough understanding to see why. I hope you or some kind monks can shed some light on this.
Also it is strange the same works with output to STDOUT.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Script hangs when executing command over ssh
by marinersk (Priest) on Jun 18, 2015 at 21:03 UTC | |
|
Re^9: Script hangs when executing command over ssh
by marinersk (Priest) on Jun 19, 2015 at 21:20 UTC |