Help for this page

Select Code to Download


  1. or download this
    sub _startMonitorThread {
        $self = shift;
    ...
        $self->{logqueue} = 1;
        return 0;
    }
    
  2. or download this
    sub getsshrsa {
        my $thisFunc  = ( caller(0) )[3];
    ...
        my $output = $ssh->read_all(5);  # <-- fails here
        return $ssh;
    }
    
  3. or download this
    Killed by signal 1.
    SSHConnectionAborted at MGComm.pm line 87
    ...
            Net::SSH::Expect::_sec_expect('Net::SSH::Expect=HASH(0x34f9890
    +)', 5, '-re', 'Regexp=REGEXP(0x351a2c0)') called at /opt/ActivePerl-5
    +.14/site/lib/Net/SSH/Expect.pm line 419
            Net::SSH::Expect::read_all('Net::SSH::Expect=HASH(0x34f9890)',
    + 5) called at MGComm.pm line 87
            MGComm::getsshrsa('HASH(0x35235e0)') called at MGcld.pm line 8
    +7