IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 12, 2014, 4:30:38 PM (12 years ago)
Author:
watersc1
Message:

When the exec dies because the ssh connection isn't open, it should
stay in state pending. Moving it to auth forces it to run when the
auth is reverted.

This should solve my ghost run issue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-pv3-20140717/ippScripts/scripts/sc_remote_exec.pl

    r37332 r37393  
    131131    unless ($success) {
    132132        $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    133         &my_die("Authorization check failed.", $remote_id, 0, 'auth');
     133        &my_die("Authorization check failed.", $remote_id, 0, 'pending');
    134134    }
    135135}
Note: See TracChangeset for help on using the changeset viewer.