Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] How can I resolve this permission error?
- Date: Fri, 10 Feb 2017 12:03:18 -0600
- From: Todd Tannenbaum <tannenba@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] How can I resolve this permission error?
On 2/5/2017 5:52 PM, Minjun Hong wrote:
Hello, I'm a newbie on HTCondor, so I installed it and am doing the
tutorial.
Which tutorial?
However, when I submit a job, the job was held because of 'permission
denied error(errno 13)'.
So HTCondor complained that it failed to open /home/condor/test.out due
to permissions.
It looks like, as user "nickeys", you ran condor_submit inside of
directory /home/condor. Perhaps there already exists a
/home/condor/test.out file with a different owner/permissions? What does
ls -l /home/condor/test.out
say?
When logged in as nickeys, what does "touch /home/condor/test.out" say?
How big is your pool? Did the job try to run on the same machine where
you submitted it or a different machine?
regards,
Todd