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

[HTCondor-users] File not readable by condor



I recently re-imaged a lab containing our condor submit node, and execute nodes. I am used the same local config file as before, which I believe contained all of the configurations from before. I submitted a job that worked before to test after the reimage and this is the result:

codytrey@metis:~/Condor$ condor_submit submit.pql
Submitting job(s)...............
15 job(s) submitted to cluster 12.

WARNING: File /home/users/codytrey/Condor/temps.in is not readable by condor.

WARNING: File /home/users/codytrey/Condor/params.in is not readable by condor.

WARNING: File /home/users/codytrey/Condor/err.12 is not writable by condor.

WARNING: File /home/users/codytrey/Condor/out.12 is not writable by condor.
codytrey@metis:~/Condor$

The submit file is:

Executable      = PQL
Universe        = vanilla
Error           = err.$(cluster)
Output          = out.$(cluster)
Log             = log.$(cluster)
Arguments       = -p params.in -t temps.in
transfer_input_files = params.in, temps.in
should_transfer_files = YES
when_to_transfer_output = ON_EXIT

Queue 15


This also shouldn't have changed, so it could possibly be a configuration change that was done in the main config file, and never moved to the local one.

Thanks in advanced,

Cody Belcher