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

Re: [HTCondor-users] submit dagman: Can't open "/var/log/condor/DAGMANLog" ?



Normally you run DAGMan by running

condor_submit_dag dagman.submit.

If you are going to run it from the command line, a suitable invocation
is something like

condor_dagman -f -l . -Lockfile 3650.dag.lock -AutoRescue 1 \
-DoRescueFrom 0 -Dag dagman.submit -CsdVersion '$CondorVersion: 7.8.8 \
Mar 20 2013 BuildID: 110288 $' -Dagman /unsup/condor/bin/condor_dagman"

In particular the "-l ." flag will keep DAGMan from writing to
/var/log/condor.

On Thu, May 30, 2013 at 06:25:01PM -0700, Rob wrote:
> Hi,
> 
> I have been using HTCondor for some time, but tried the dagman for the first time.
> 
> When I called
> 
> $ condor_dagman dagman.submit
> 
> I get:
> 
> 05/31/13 10:16:41 Can't open "/var/log/condor/DAGMANLog"
> 
> 
> As a regular user I do not have the permission to make changes in /var/log/condor/.
> 
> So how come HTCondor is asking a regular user to do something that needs root access?
> 
> Thank you.
> Rob.