Posted on 2005-07-21 14:01:25-07 by secem
unable to determine remote shell
I am testing the IPC::session module for feasibility of use. The test I am running is very simple. use IPC::Session; my $session = new IPC::Session("rsh xxx",30); my $rc=$session->send("/bin/hostname"); print $session->stdout(); print "RC $rc\n"; When I try to run this, the following error message presents. unable to determine remote shell I am running this on a SunOS xxx 5.8 Generic_108528-22 sun4u sparc SUNW,Sun-Fire-880 machine.
Any ideas?
Direct Responses: 773 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.