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

Re: [Condor-users] [galaxy-user] Galaxy-Condor Permission Denied



On Wed, Oct 05, 2011 at 11:11:58AM -0500, Oren Livne wrote:
> Dear Nick,
> 
> Haven't heard back yet from condor, I found in previous posts and
> condor docs that this might have to do with the condor UID_DOMAIN
> config variable, which is set to $(FULL_HOSTNAME) in my case, as
> recommended therein. Also, "condor_master" is being run as root.
> >Which user does condor believe you to be?
> The user running the "condor_submit" command is "galaxy", which has
> permissions to write that output file. But I don't know if this is
> the relevant uid or if condor is trying to open that file as a
> different user within the condor_submit command.

What is the output of the following?

condor_q -f '%s\n' FileSystemDomain <job>
condor_q -f '%s\n' Owner <job>
condor_q -f '%s\n' User <job>

Nathan Panike