[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] [grid-intern] CondorCE: job submission to Condor-LRMS fails due to stdout/stderr files missing during staging(?)



Addendum:
maybe fallout from the general problem: but we set locally accounting groups derived from the proxy details [1]

however, setting the the group fails on the CondorCEs' Condor Schedd - while the same config works our legacyy ARC CEs' Condor Schedds.

`x509UserProxyVOName` is already set in the CE's job ads as well as in the LRMS job's ads [2] - but the condition is apparently not evaluated and the additional ad `DESYAcctGroup` stays undefined - although the expression seems to be known to the daemons [3] ??


[1]
DESYAcctGroup = ifThenElse(x509UserProxyVOName =?= "atlas", "group_ATLAS", \
   ...
    ,"other"  )))))))

[2]
> condor_ce_q 26736.0 -af RoutedToJobId x509UserProxyVOName
30109.0 cms


> condor_q 30109.0 -af RoutedFromJobId x509UserProxyVOName DESYAcctGroup
26736.0 cms undefined


[3]
> condor_config_val DESYAcctGroup
ifThenElse(x509UserProxyVOName =?= "atlas", "group_ATLAS", ifThenElse(x509UserProxyVOName =?= "cms", "group_CMS", ifThenElse(x509UserProxyVOName =?= "lhcb", "group_LHCB", ifThenElse(x509UserProxyVOName =?= "belle", "group_BELLE2", ifThenElse(x509UserProxyVOName =?= "calice", "group_ILC", ifThenElse(x509UserProxyVOName =?= "ilc", "group_ILC", ifThenElse(x509UserProxyVOName =?= "biomed", "group_BIO", ifThenElse(x509UserProxyVOName =?= "enmr", "group_BIO", ifThenElse(x509UserProxyVOName =?= "dech", "group_DESY", ifThenElse(x509UserProxyVOName =?= "desy", "group_DESY", ifThenElse(x509UserProxyVOName =?= "ghep", "group_DESY", ifThenElse(x509UserProxyVOName =?= "ops", "group_OPS", "group_OTHER" ))))))))))))

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature