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

Re: [HTCondor-users] File not readable by condor



Also, I have doubled checked the file permissions. They are readable and writable by me, and readable by anyone.

-Cody Belcher

On 06/03/2013 03:17 PM, Cody Belcher wrote:
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
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/