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

[Condor-users] File permission error



Hello

For testing, I have only one condor host with the COLLECTOR, MASTER,
NEGOTIATOR, SCHEDD, STARTD daemons.

I set this macros:
UID_DOMAIN = dalia.intranet.iac3.eu
FILESYSTEM_DOMAIN = dalia.intranet.iac3.eu
SOFT_UID_DOMAIN	= TRUE

Im trying to submit this simple vanilla job, from the same host with the
"condor" user:
-------------------------------
Universe       = vanilla
Executable     = hello_world.sh

output  = hello.out                
error   = hello.error    
                                                  
Queue
---------------------------------

But, after submiting the "condor_q -better-analyze -l 47.0" returns:
---------------------------------
-- Submitter: dalia.intranet.iac3.eu : <192.168.1.40:36104> :
dalia.intranet.iac3.eu
---
047.000:  Request is held.

Hold reason: Error from slot1@xxxxxxxxxxxxxxxxxxxxxx: Failed to open
'/mnt/nfs/condor/hello.out' as standard output: Permission denied (errno
13)
--------------------------------
I think condor are trying to run the job with the "nobody" user. However
the $(UID_DOMAIN) on the submitting machine is the same than the running
machine, because they are the same host.

Where is the problem?

Thanks in andvance.

Regards