Ignore:
Timestamp:
04/16/09 16:56:21 (15 years ago)
Author:
sdipsl
Message:

Double security for sys_Put_Out on ulam.
Sometimes mfput fails telling that :
REBUILD.2846:mfput : getpwuid : No such file or directory

IDRIS issue related to ftuas handling. They know about that and try to fix it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_sys/libIGCM_sys_ulam.ksh

    r98 r106  
    822822            echo "IGCM_sys_Put_Out : error." 
    823823            cat out_rsync 
    824             IGCM_debug_Exit "IGCM_sys_Put_Out" 
     824            IGCM_debug_Print 1 "mfput failed. Make a second try :" 
     825            # 
     826            mfput $1 $2 > out_rsync 2>&1 
     827            RET=$? 
     828            # 
     829            if [ ${RET} -gt 0 ] ; then 
     830                echo "IGCM_sys_Put_Out : error." 
     831                IGCM_debug_Print 1 "mfput failed twice. You have a problem" 
     832                cat out_rsync 
     833                IGCM_debug_Exit "IGCM_sys_Put_Out" 
     834            fi 
    825835        fi 
    826836    else 
Note: See TracChangeset for help on using the changeset viewer.