On 08/20/2017 10:59 PM, Dhiraj Kalita wrote:
Hello, We run Grid jobs on htcondor pool, but after our recent upgrades the jobs running at the worker as user "nobody" due to which it not able to access the NFS. How to make the jobs run as the submitter user ???
In order for submitting jobs to run as the user, the UID_DOMAIN parameter set in the config file of both the submit machine and the execute machine must match, and either match the DNS domain name, or the configuration parameter
TRUST_UID_DOMAIN = true must be set.This section http://research.cs.wisc.edu/htcondor/manual/current/3_5Configuration_Macros.html#sec:Shared-Filesystem-Config-File-Entries
of the manual has the details. -greg