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

[Condor-users] Multiple User Job submittion



Hi all,

Condor has been installed as follows on a standalone server

./configure --install --install-dir=/usr/local/condor --local-dir=/usr/local/condor/local --type=submit,execute,manager --owner=user1

I am able to submit the job using the owner user1 whereas for other users the following is the warning..

Submitting job(s).
Logging submit event(s).
1 job(s) submitted to cluster 26.

WARNING: File /home/testcondor/tests/simple.out is not writeable by condor.

WARNING: File /home/testcondor/tests/simple.error is not writeable by condor.
[testcondor@ourclusterm tests]$ condor_q

and the job stores in queue..... 

The following is its respective Shadowlog

3/9 14:58:53 (26.0) (24180): (Can't chdir to /home/testcondor/tests)
3/9 14:58:53 (26.0) (24180): ERROR "Could not cd to initial working directory" at line 154 in file baseshadow.C
3/9 14:58:54 ******************************************************
3/9 14:58:54 ** condor_shadow (CONDOR_SHADOW) STARTING UP
3/9 14:58:54 ** /usr/local/condor/sbin/condor_shadow
3/9 14:58:54 ** $CondorVersion: 6.6.10 Jun 13 2005 $
3/9 14:58:54 ** $CondorPlatform: I386-LINUX_RH9 $
3/9 14:58:54 ** PID = 24186
3/9 14:58:54 ******************************************************
3/9 14:58:54 Using config file: /usr/local/condor/etc/condor_config
3/9 14:58:54 Using local config files: /usr/local/condor/local/condor_config.local
3/9 14:58:54 DaemonCore: Command Socket at <192.168.3.226:43197>
3/9 14:58:55 Initializing a VANILLA shadow
3/9 14:58:55 (26.0) (24186): UserLog::initialize: open("/home/testcondor/tests/simple.log") failed - errno 13 (Permission denied)
3/9 14:58:55 (26.0) (24186):

Path does not exist.
He who travels without bounds
Can't locate data.


How to solve this issue so that multiple users can use the condor to submit the job....


Regards,
Murali.