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

[Condor-users] DAGMan 6.7.6 and network drives




Hello,

In the spirit of testing DAGMan on windows... there seems to be an issue with network drives.

I mounted \\server\share as X: and placed condor files under X:\test
X:\test>condor_submit_dag condor.dag

In condor.dag.lib.out I get:
'\\server\share\test'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported.  Defaulting to Windows directory.

ERROR: Failed to open command file


From condor.dag.dagman.out:
4/7 14:23:42 DAG Lockfile will be written to condor.dag.lock
4/7 14:23:42 DAG Input file is condor.dag
4/7 14:23:42 Rescue DAG will be written to condor.dag.rescue
4/7 14:23:42 All DAG node user log files:
4/7 14:23:42   \\server\share\test/job.log
4/7 14:23:42 Parsing condor.dag ...
4/7 14:23:42 Dag contains 1 total jobs
4/7 14:23:42 Deleting any older versions of log files...
4/7 14:23:42 Bootstrapping...
4/7 14:23:42 Number of pre-completed jobs: 0
4/7 14:23:42 Registering condor_event_timer...
4/7 14:23:43 Submitting Condor Job A ...
4/7 14:23:43 submitting: condor_submit  -a "dag_node_name = A" -a "+DAGManJobID = 74.0" -a "submit_event_notes = DAG Node: $(dag_node_name)" Foo.sub
4/7 14:23:44 failed while reading from pipe.
4/7 14:23:44 Read so far:
4/7 14:23:44 condor_submit try failed
4/7 14:23:44 submit command was: condor_submit  -a "dag_node_name = A" -a "+DAGManJobID = 74.0" -a "submit_event_notes = DAG Node: $(dag_node_name)" Foo.sub
4/7 14:23:44 Job submit try 1/6 failed, will try again in >= 1 second.


My guess is that the path gets resolved to a UNC path and cmd doesn't like it.
This is under XP SP1 and Condor 6.7.6

Files involved:

condor.dag:
JOB        A        Foo.sub

foo.sub:
Universe = vanilla                  
Executable     = foo.bat
output  = foo.out                
error   = foo.error            
log = job.log
Queue

foo.bat:
echo test


Thank You,
Pawel

*************************************************************************
PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information. If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited. If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
*************************************************************************