Re: Net::Openssh not fetching data

2012-12-17 Thread Salvador Fandino
From: Salvador Fandino To: Rajeev Prasad Cc: perl list Sent: Monday, December 17, 2012 11:15 AM Subject: Re: Net::Openssh not fetching data On 12/17/2012 05:21 PM, Rajeev Prasad wrote: the following is _i think_ timing out. when it is run from within my script ( @cmdresult, $c

Re: Net::Openssh not fetching data

2012-12-17 Thread Rajeev Prasad
list Sent: Monday, December 17, 2012 11:15 AM Subject: Re: Net::Openssh not fetching data On 12/17/2012 05:21 PM, Rajeev Prasad wrote: > > the following is _i think_ timing out. when it is run from within my script > > > ( @cmdresult, $cmderr ) = $ssh->capture($CMD); >

Re: Net::Openssh not fetching data

2012-12-17 Thread Salvador Fandino
On 12/17/2012 05:21 PM, Rajeev Prasad wrote: the following is _i think_ timing out. when it is run from within my script ( @cmdresult, $cmderr ) = $ssh->capture($CMD); where $CMD is: egrep "data_to_grep" *.data_file.txt the output is about 300Mb of data. further, the command when run on

Net::Openssh not fetching data

2012-12-17 Thread Rajeev Prasad
  the following is _i think_ timing out. when it is run from within my script     ( @cmdresult, $cmderr ) = $ssh->capture($CMD);     where $CMD is:   egrep "data_to_grep" *.data_file.txt   the output is about 300Mb of data.   further, the command when run on the remote system directly (after loggi