Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. WaltSteadman

    Login WAIT in Net::SSH::Expect

    Had to add a timeout and she seems to be working great now.
  2. WaltSteadman

    Help with SSH to Cisco Device

    Found a solution with Net::SSH::Expect. Thanks for all the help this board gives so often. Wally
  3. WaltSteadman

    Login WAIT in Net::SSH::Expect

    Greetings all, I found a script that works to SSH Version 2 into my Cisco Routers but the problem I am having with it is that it oftentimes gives a timed out error and I am not sure how to avoid that, so was hoping someone might have a solution #!/usr/bin/perl use Net::SSH::Expect; my $ssh...
  4. WaltSteadman

    Help with SSH to Cisco Device

    Greetings all, I have almost got this working but I am missing something very simple I am sure. I had never used subs in my perl scripts so this is new to me. Any assistance would be much appreciated. When I run my script here is the error I get: login failed...
  5. WaltSteadman

    Apache and SSL question

    Greetings all, I am trying to convert my apache server so that it will all https connections. I have done a bunch of google searches to find out if I can make it SSL capable without resinstalling it. I am running: Server version: Apache/2.0.46 Server built: Sep 1 2005 09:10:34 I do have...
  6. WaltSteadman

    Net::SSH::Expect question

    Greetings all, Still in pursuit of a good login for my non interactive devices. I started reading about Net::SSH::Expect and I think my problem might be how it talks to SSH as I get output from the script, but I am not getting all of the output and I am not sure why. this is the output I get...
  7. WaltSteadman

    Call a script and return results to original script

    I have an html page that sends some variables to a perl script "script.cgi" and I am wanting to call an expect script from within the script.cgi and get the results of the expect script returned back into the script.cgi and allow it to continue processing. I have a few scripts that redirect to...
  8. WaltSteadman

    Net::SSH::Perl or Net::Telnet or Expect.pm

    Greetings all, First and foremost, I am sorry for the long post, but I am stumped. I previously had a post about using Net::Telnet and Travs69 was a big help in getting me focused in on the problem and getting the script running. I guess what I am looking for is more assistance or a better...
  9. WaltSteadman

    permission denied with Net::Telnet

    Travs69, Thanks alot for all your help. I got the dump files working and as soon as I did that, I figured out where the glitch was and got the script working. Thanks for all your help. Wally
  10. WaltSteadman

    permission denied with Net::Telnet

    hitting enter is not working either. Kinda weird, I know I am missing something really basic. I will try to use the dump files and see what I get. Any clues on the syntax for outputting the output log and input log? The examples don't show it being used. I hvae tried outputting to an array...
  11. WaltSteadman

    permission denied with Net::Telnet

    I tried it with single quotes and got the same thing. My username contains an underscore _ but I have tried that with both a \_ and regular _ I know I am missing something simple, just not sure what it is. TIA Wally
  12. WaltSteadman

    permission denied with Net::Telnet

    Greetings all, I am trying to use interactive login and have been using the Net::Telnet command as that is the route I was pointed to by a friend. I am using the script from CPAN for the ssh example. I keep getting a "problem connecting to host: Permission denied (password)" which is the...
  13. WaltSteadman

    Using Expect Script with Perl

    Cool deal. Just curious as I work in a place called ADC so figured I would ask :) Thanks for your tips Wally
  14. WaltSteadman

    Using Expect Script with Perl

    Kevin, Just one more question of curiosity. Does the ADC in your name represent where you work? Such as a Data Center in some place like Austin?
  15. WaltSteadman

    Using Expect Script with Perl

    Kevin, Thanks for the tips. I had already fixed the uppercase E but didn't change the ' ' I notice you show only the username as being in the wrong quotes, and then I looked at the other inputs and one has "$firewall" is in double quotes and 'password' is in single quotes. because they are...
  16. WaltSteadman

    Using Expect Script with Perl

    I am trying to use a Perl Script to log in to a Netscreen Firewall. Since the Firewall requires interactive mode only, I need to use an Expect script or Net::SSH:Expect I think. I have no idea how to feed the expect script information into the perl script. Have looked on alot of sites that...
  17. WaltSteadman

    Script works from command line but not from browser

    Greetings all, I have a Perl script that worked a couple weeks ago. I have a web form that calls the script and it is suppose to open a file and then input some text, close the file and then email the file. If I run it from my browser it creates the files but they are empty. If I run it...
  18. WaltSteadman

    Getting rid of Gateway Go Back

    Greetings all, I have a Gateway desktop that I am trying to format and put Linux on but I don't know how to get rid of the Gateway go back that appears when the computer is booted up. Any suggestions. Machine is a Gateway Select. I got Linux to load, but when I restarted the computer it came...
  19. WaltSteadman

    Finding a Cell with Spreadsheet::ParseExcel

    Travs69, Thank you so much for the quick response. It works great. Thank you so much for your assistance.
  20. WaltSteadman

    Finding a Cell with Spreadsheet::ParseExcel

    Greetings all, I found most of my solution here already for using Spreadsheet::ParseExcel and with the code I got here, I can get the script to parse out each cells information and print it for me. What I am trying to do is have the user input two values and as it goes down each row, it will...

Part and Inventory Search

Back
Top