Skip Menu |

This queue is for tickets about the Net-SSH-Expect CPAN distribution.

Report information
The Basics
Id: 44630
Status: open
Priority: 0/
Queue: Net-SSH-Expect

People
Owner: Nobody in particular
Requestors: netsshexpect [...] t-b-o-h.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: send not returning output
Date: Fri, 27 Mar 2009 18:43:23 -0400 (EDT)
To: bug-net-ssh-expect [...] rt.cpan.org
From: JJ <netsshexpect [...] t-b-o-h.com>
Hi, Wrote a really small/neat program to collect some information from a device. Problem is, as soon as I put it into production one of the commands stopped returning output. The command actually runs, but I don't get output. I need the results of the output to make the next decision in my program. I did have the glitch originally that at one point it stopped getting results of the login, but that mysteriously cleared up as mysteriously as it started. I'm running Net-SSH-Expect-1.09 on a Centos 64 bit system under perl 5.8.8 . I can privately email a "perl -d" of the process if that would help. Thanks, Tuc
On Fri Mar 27 18:43:45 2009, netsshexpect@t-b-o-h.com wrote: Show quoted text
> Hi, > > Wrote a really small/neat program to collect some information > from a device. Problem is, as soon as I put it into production > one of the commands stopped returning output. The command actually runs, > but I don't get output. I need the results of the output to make the next > decision in my program. I did have the glitch originally that at one point > it stopped getting results of the login, but that mysteriously cleared up > as mysteriously as it started. I'm running Net-SSH-Expect-1.09 on > a Centos 64 bit system under perl 5.8.8 . I can privately email > a "perl -d" of the process if that would help. > > Thanks, Tuc
What does $ssh->peek() show after the $ssh->cmd(....)? Did you examine the log file (log_file parameter in the constructor)? Jason
Subject: Re: [rt.cpan.org #44630] send not returning output
Date: Tue, 01 Aug 2017 22:51:49 -0400
To: <bug-net-ssh-expect [...] rt.cpan.org>
From: Tuc <tuc [...] tucs-beachin-obx-house.com>
Hi, I haven't a clue what I was working on over 8 years ago when I filed this. I think that was probably 3 jobs ago.. Close it. Thanks, Tuc On 2017-08-01 17:59, Jason L. Froebe via RT wrote: Show quoted text
>
https://rt.cpan.org/Ticket/Display.html?id=44630 > Show quoted text
> > On Fri Mar 27
18:43:45 2009, netsshexpect@t-b-o-h.comwrote: Show quoted text
>
>> Hi, Wrote a really
small/neat program to collect some information from a device. Problem is, as soon as I put it into production one of the commands stopped returning output. The command actually runs, but I don't get output. I need the results of the output to make the next decision in my program. I did have the glitch originally that at one point it stopped getting results of the login, but that mysteriously cleared up as mysteriously as it started. I'm running Net-SSH-Expect-1.09 on a Centos 64 bit system under perl 5.8.8 . I can privately email a "perl -d" of the process if that would help. Thanks, Tuc Show quoted text
> > What does $ssh->peek() show after the
$ssh->cmd(....)? Did you examine the log file (log_file parameter in the constructor)? Show quoted text
> > Jason
Subject: Re: [rt.cpan.org #44630] send not returning output
Date: Wed, 2 Aug 2017 10:14:16 -0300
To: bug-Net-SSH-Expect [...] rt.cpan.org
From: Bruno Negrao Zica <bnegrao [...] gmail.com>
Jason, do you want to be the new maintainer for this module? On Tue, Aug 1, 2017 at 6:59 PM, Jason L. Froebe via RT < bug-Net-SSH-Expect@rt.cpan.org> wrote: Show quoted text
> Queue: Net-SSH-Expect > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=44630 > > > On Fri Mar 27 18:43:45 2009, netsshexpect@t-b-o-h.com wrote:
> > Hi, > > > > Wrote a really small/neat program to collect some information > > from a device. Problem is, as soon as I put it into production > > one of the commands stopped returning output. The command actually runs, > > but I don't get output. I need the results of the output to make the next > > decision in my program. I did have the glitch originally that at one
> point
> > it stopped getting results of the login, but that mysteriously cleared up > > as mysteriously as it started. I'm running Net-SSH-Expect-1.09 on > > a Centos 64 bit system under perl 5.8.8 . I can privately email > > a "perl -d" of the process if that would help. > > > > Thanks, Tuc
> > What does $ssh->peek() show after the $ssh->cmd(....)? Did you examine > the log file (log_file parameter in the constructor)? > > Jason >