I am trying to use DAGMan for submission of many interdependent jobs and among some errors there is:
DAGMAN_USE_CONDOR_SUBMIT setting: True
ERROR: To use an inline job description for node N20x1.0mg0.05D10, DAGMAN_USE_CONDOR_SUBMIT must be set to False. Aborting.
whereas the first line in my .dag file is
DAGMAN_USE_CONDOR_SUBMIT = False
I am doing this because in my .dag file I am using inline job description rather than a condor_submit file.
The other error I am seeing isÂ
04/24/22 20:27:54 Can't open directory "/etc/condor/passwords.d" as PRIV_ROOT, errno: 13 (Permission denied)
04/24/22 20:27:54 Can't open directory "/etc/condor/passwords.d" as PRIV_ROOT, errno: 13 (Permission denied)
04/24/22 20:27:54 AUTH_ERROR: Generic preauthentication failure
04/24/22 20:27:54 authenticate_self_gss: acquiring self credentials failed. Please check your Condor configuration file if this is a server process. Or the user environment variable if this is a user process.
GSS Major Status: General failure
GSS Minor Status Error Chain:
globus_gsi_gssapi: Error with GSI credential
globus_gsi_gssapi: Error with gss credential handle
globus_credential: Valid credentials could not be found in any of the possible locations specified by the credential search order.
Valid credentials could not be found in any of the possible locations specified by the credential search order.
Attempt 1
globus_credential: Error reading host credential
globus_sysconfig: Could not find a valid certificate file: The host cert could not be found in:
1) env. var. X509_USER_CERT
2) /etc/grid-security/hostcert.pem
3) $GLOBUS_LOCATION/etc/hostcert.pem
4) $HOME/.globus/hostcert.pem
The host key could not be found in:
1) env. var. X509_USER_KEY
2) /etc/grid-security/hostkey.pem
3) $GLOBUS_LOCATION/etc/hostkey.pem
4) $HOME/.globus/hostkey.pem
which I do not understand what it means.
I attach my .dag file and the file automatically generated after submission which contains these errors aforementioned, along with the log dag file and the .dag.condor.sub automatically generated after submission.
Thanks in advance for any help!
Kind regards,
Takis