Hi all, I am a new user of condor. I am using condor 7.2.1-r1. I tried to submit a small dagman job using the submit file which are from C code. The submit file as below universe = scheduler Executable = /scratch/dsomav1/UCoMS/bin/2.foo Log = 2.foo.log Output = 2.foo.out Error = 2.foo.error Queue The dag file used for submitting a condor-dag-submit is as follows JOB A 1.submit JOB B 2.submit PARENT A CHILD B I can see both the jobs executes fine , but the dagman job comes to idle and it gives the errors in the Schedlog as well as the log of dagman job which are as given below. Error from dagman job log file 9/21 15:36:56 **** condor_scheduniv_exec.164.0 (condor_DAGMAN) pid 25799 EXITING WITH STATUS 1 9/21 15:37:08 Bootstrapping... 9/21 15:37:08 Number of pre-completed nodes: 0 9/21 15:37:08 Registering condor_event_timer... 9/21 15:37:09 Submitting Condor Node A job(s)... 9/21 15:37:09 submitting: condor_submit -a dag_node_name' '=' 'A -a +DAGManJobId' '=' '167 -a DAGManJobId' '=' '167 -a submit_event_notes' '=' 'DAG' 'Node:' 'A -a +DAGParentNodeNames' '=' '"" 1.submit 9/21 15:37:09 From submit: Submitting job(s). 9/21 15:37:09 From submit: Logging submit event(s). 9/21 15:37:09 From submit: 1 job(s) submitted to cluster 168. 9/21 15:37:09 assigned Condor ID (168.0) 9/21 15:37:09 Just submitted 1 job this cycle... 9/21 15:37:09 FileLock::obtain(1) failed - errno 38 (Function not implemented) 9/21 15:37:09 ERROR "Assertion ERROR on (m_lock->isLocked())" at line 1274 in file read_user_log.cpp Error from SchedLog scheduler universe job (164.0) pid 25799 exited with status 1 9/21 15:36:56 (pid:1692) FileLock::obtain(1) failed - errno 38 (Function not implemented) 9/21 15:36:56 (pid:1692) FileLock::obtain(2) failed - errno 38 (Function not implemented) 9/21 15:36:56 (pid:1692) statfs(/work/dsomav1/UCoMS/bin) failed: 13/Permission denied 9/21 15:36:56 (pid:1692) Activity on stashed negotiator socket 9/21 15:36:56 (pid:1692) Negotiating for owner: yye00@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 9/21 15:36:56 (pid:1692) Checking consistency running and runnable jobs 9/21 15:36:56 (pid:1692) Tables are consistent 9/21 15:36:56 (pid:1692) Rebuilt prioritized runnable job list in 0.003s. 9/21 15:36:56 (pid:1692) Out of servers - 0 jobs matched, 8 jobs idle, 2 jobs rejected Could any one tell me why am I facing this error and how could I get through this error. Thanks In advance. Thanks, |