Thread: [Ssh-sftp-perl-users] errors :(
Brought to you by:
dbrobins
From: thefinn <th...@tp...> - 2004-11-20 08:49:22
|
I had some problems with writing my own so I went to the example code and got the same issue. Here's the output of pssh: [root@ghettoshell eg]# ./pssh 203.26.137.3 ls Illegal instruction TF -- http://ghettoshell.net |
From: Steffen S. <st...@sc...> - 2004-11-20 10:08:55
|
On 20.11.2004 19:49:14 +0000, thefinn wrote: > I had some problems with writing my own so I went to the example code and got > the same issue. Here's the output of pssh: > > [root@ghettoshell eg]# ./pssh 203.26.137.3 ls > Illegal instruction > Sorry dude! I posted a question here about a week ago - your're the first thing I've recieved from this list.. Don't think posting here produces a lot of help.. sorry.. /Steffen > TF > -- > http://ghettoshell.net > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Ssh-sftp-perl-users mailing list > Ssh...@li... > https://lists.sourceforge.net/lists/listinfo/ssh-sftp-perl-users |
From: thefinn <th...@tp...> - 2004-11-20 10:44:34
|
Poo. :( Don't suppose you had the same problem? TF On Saturday 20 November 2004 21:08, Steffen Schumacher wrote: > On 20.11.2004 19:49:14 +0000, thefinn wrote: > > I had some problems with writing my own so I went to the example code and > > got the same issue. Here's the output of pssh: > > > > [root@ghettoshell eg]# ./pssh 203.26.137.3 ls > > Illegal instruction > > Sorry dude! > I posted a question here about a week ago - your're the > first thing I've recieved from this list.. Don't > think posting here produces a lot of help.. sorry.. > > /Steffen > > > TF > > -- > > http://ghettoshell.net > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: InterSystems CACHE > > FREE OODBMS DOWNLOAD - A multidimensional database that combines > > robust object and relational technologies, making it a perfect match > > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > > _______________________________________________ > > Ssh-sftp-perl-users mailing list > > Ssh...@li... > > https://lists.sourceforge.net/lists/listinfo/ssh-sftp-perl-users > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Ssh-sftp-perl-users mailing list > Ssh...@li... > https://lists.sourceforge.net/lists/listinfo/ssh-sftp-perl-users -- http://ghettoshell.net |
From: Mark F. <mar...@ea...> - 2004-11-20 16:17:43
|
I probably can't help much. But, have you guys tried using Expect.pm from CPAN to drive an ssh or sftp executable (for example, the binaries from openSSH)? I found this to be easier (in my case) than working with the ssh-sftp Perl module. Another benefit was that, if anything didn't work right as I drove the binary with Expect.pm, I could manually execute the binary to test it. I really underestimated how useful it is to be able to execute it natively as a reference. I've been doing this on Linux. That's all I can speak for. I don't know whether Expect.PM would work on Windows platforms. Just a possible alternative. Mark ----- Original Message ----- From: "Steffen Schumacher" <st...@sc...> To: "thefinn" <th...@tp...> Cc: <ssh...@li...> Sent: Saturday, November 20, 2004 3:08 AM Subject: Re: [Ssh-sftp-perl-users] errors :( > On 20.11.2004 19:49:14 +0000, thefinn wrote: > > I had some problems with writing my own so I went to the example code and got > > the same issue. Here's the output of pssh: > > > > [root@ghettoshell eg]# ./pssh 203.26.137.3 ls > > Illegal instruction > > > > Sorry dude! > I posted a question here about a week ago - your're the > first thing I've recieved from this list.. Don't > think posting here produces a lot of help.. sorry.. > > /Steffen > > > > TF > > -- > > http://ghettoshell.net > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: InterSystems CACHE > > FREE OODBMS DOWNLOAD - A multidimensional database that combines > > robust object and relational technologies, making it a perfect match > > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > > _______________________________________________ > > Ssh-sftp-perl-users mailing list > > Ssh...@li... > > https://lists.sourceforge.net/lists/listinfo/ssh-sftp-perl-users > > > ------------------------------------------------------- > This SF.Net email is sponsored by: InterSystems CACHE > FREE OODBMS DOWNLOAD - A multidimensional database that combines > robust object and relational technologies, making it a perfect match > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > _______________________________________________ > Ssh-sftp-perl-users mailing list > Ssh...@li... > https://lists.sourceforge.net/lists/listinfo/ssh-sftp-perl-users |
From: Steffen S. <st...@sc...> - 2004-11-20 16:44:18
|
On 20.11.2004 09:17:40 +0000, Mark Fuller wrote: > I probably can't help much. But, have you guys tried using Expect.pm from > CPAN to drive an ssh or sftp executable (for example, the binaries from > openSSH)? I found this to be easier (in my case) than working with the > ssh-sftp Perl module. Another benefit was that, if anything didn't work > right as I drove the binary with Expect.pm, I could manually execute the > binary to test it. I really underestimated how useful it is to be able to > execute it natively as a reference. > > I've been doing this on Linux. That's all I can speak for. I don't know > whether Expect.PM would work on Windows platforms. > Expect is my alternative, if (when) I'm convinced that the Net::SSH::Perl package won't work.. Problem is that I have no knowledge of Expect, so I'm a little hesitant.. /Steffen > Just a possible alternative. > > Mark > > ----- Original Message ----- > From: "Steffen Schumacher" <st...@sc...> > To: "thefinn" <th...@tp...> > Cc: <ssh...@li...> > Sent: Saturday, November 20, 2004 3:08 AM > Subject: Re: [Ssh-sftp-perl-users] errors :( > > > > On 20.11.2004 19:49:14 +0000, thefinn wrote: > > > I had some problems with writing my own so I went to the example code > and got > > > the same issue. Here's the output of pssh: > > > > > > [root@ghettoshell eg]# ./pssh 203.26.137.3 ls > > > Illegal instruction > > > > > > > Sorry dude! > > I posted a question here about a week ago - your're the > > first thing I've recieved from this list.. Don't > > think posting here produces a lot of help.. sorry.. > > > > /Steffen > > > > > > > TF > > > -- > > > http://ghettoshell.net > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email is sponsored by: InterSystems CACHE > > > FREE OODBMS DOWNLOAD - A multidimensional database that combines > > > robust object and relational technologies, making it a perfect match > > > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > > > _______________________________________________ > > > Ssh-sftp-perl-users mailing list > > > Ssh...@li... > > > https://lists.sourceforge.net/lists/listinfo/ssh-sftp-perl-users > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by: InterSystems CACHE > > FREE OODBMS DOWNLOAD - A multidimensional database that combines > > robust object and relational technologies, making it a perfect match > > for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 > > _______________________________________________ > > Ssh-sftp-perl-users mailing list > > Ssh...@li... > > https://lists.sourceforge.net/lists/listinfo/ssh-sftp-perl-users > |
From: Mark F. <mar...@ea...> - 2004-11-20 17:01:24
|
If you decide to use Expect.pm let me know and I can carve out an example from what I'm doing. It's really easy. I agree that the Expect.pm documentation requires a lot of reading and experimentation. But, once you get through many options which you have no use for, it's quite simple. To me, the strength is that it's WYSIWYG. What I mean is: if you're getting results that you don't understand you can execute the binary manually. Having that as a reference point is a benefit. Mark ----- Original Message ----- From: "Steffen Schumacher" <st...@sc...> > > Expect is my alternative, if (when) I'm convinced that the Net::SSH::Perl > package won't work.. Problem is that I have no knowledge of Expect, so I'm > a little hesitant.. |