From: Marco R. <mre...@sw...> - 2004-05-07 15:17:51
|
Hi, I want to use the IPC::Session Perl-module to establish a bash shell in which i want to connect to other hosts via SSH. But a the moment i open the bash-session $session->new ("/bin/bash",30); i get the following error: HTTP/1.0 500 Perl execution failed Server: MiniServ/0.01 Date: Fri, 7 May 2004 10:07:00 GMT Content-type: text/html Connection: close Error - Perl execution failed open3: open(GLOB(0x810137c), <&=14) failed: Illegal seek at /usr/lib/ perl5/5.6.1/i586-linux/IPC/Session.pm line 93 Does this happen becaus of a scurity violation or because of a "incompatiblity"? thanks Marco |