sp-announcements mailing list archive
Index Permission problems with loadleveler on Seaborg

From: Mike Stewart (pmstewart_at_lbl_dot_gov)
Date: 09/22/2005

  • Next message: Harsh Anand: "FINAL REMINDER: Newton to be decommissioned Friday, September 30"
    Loadleveler on Seaborg is currently experiencing some problems with 
    batch submission file permissions.  It is now requiring all batch 
    submission files to have o+x permission.  This problem will be fixed 
    shortly, but in the mean time here are the symptoms of the problem and a 
    workaround.
    
    
    % ls -al test.ll
    -rw-------   1 mstewart mpccc           384 Sep 22 11:29 test.ll
    % llsubmit test.ll
    
    --------------------------------------------------------------
     User: mstewart                   Repo: mpccc
     Job Name: test                   Group: mpccc
     Class Of Service: debug          Job Class: debug
     Job Accepted: Thu Sep 22 11:30:21 2005
    --------------------------------------------------------------
    
    llsubmit: Processed command file through Submit Filter: 
    "/usr/common/nsg/sbin/subfilter".
    llsubmit: 2512-366 You must have execute permission for a job step's 
    executable file, /usr/common/homes/m/mstewart/test.ll, when checkpoint 
    is enabled.
    llsubmit: 2512-051 This job has not been submitted to LoadLeveler.
    % chmod 700 test.ll
    % ls -al test.ll
    -rwx------   1 mstewart mpccc           384 Sep 22 11:29 test.ll
    % llsubmit test.ll
    
    --------------------------------------------------------------
     User: mstewart                   Repo: mpccc
     Job Name: test                   Group: mpccc
     Class Of Service: debug          Job Class: debug
     Job Accepted: Thu Sep 22 11:30:36 2005
    --------------------------------------------------------------
    
    llsubmit: Processed command file through Submit Filter: 
    "/usr/common/nsg/sbin/subfilter".
    llsubmit: The job "s00509.nersc.gov.365428" has been submitted.
    
    
    -- 
    
    =========================
    Michael Stewart
    Consultant
    NERSC User Services Group
    510-486-6648
    pmstewart_at_lbl_dot_gov
    =========================
    

  • Next message: Harsh Anand: "FINAL REMINDER: Newton to be decommissioned Friday, September 30"