Displaying 1 result from an estimated 1 matches for "evalerr".
Did you mean:
  eulerr
  
2001 Oct 08
1
Hanging ssh session...
...ions.
Cheers...james
P.S. you must change the $host and $login variables to an RSA authenticated
machine of your choosing in the script below.
<<<Test Program follows>>>
#
my $count   = 0;
my $test    = "~~~ ring ~~~ ring ~~~~\n";
my $sshhung = 0;
my $success = 0;
my $evalerr = 0;
my $pid;
my $childpid;
my $rc;
my $login = "";		# Place your login here
my $host  = "";		# place your host here.
while(1)
{
        $count++;
        print <<EOF;
Test #${count}
=========================
      Hangs:  ${sshhung}
Eval Errors:  ${evalerr}
    Success:...