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

Re: [Condor-users] condor installation problems



On Wed, Sep 01, 2004 at 10:17:44PM +0530, Sathish S. Vadhiyar wrote:
> 
> Hi,
> 
> Iam trying to install condor rpm on Fedora Core 2. Due to conflicting
> statements in the installation document regarding "root" and user
> "condor", Iam highly confused.
> 
> 1. What is the group ID I need to give to user "condor"? Is it "users"?

We're using "condor" here.
We're not installing RPMs though...

> 4. And when I run the master as "root", I get:
> >> /usr/local/condor/sbin/condor_master
> Can't open "/home/condor/hosts/garl-intel1/log/MasterLog"
> 9/1 22:08:25 dprintf() had a fatal error in pid 1222
> Can't open "/home/condor/hosts/garl-intel1/log/MasterLog"
> errno: 13 (Permission denied)
> euid: 1, ruid: 0

Mounted via NFS? Exported with no_root_squash?

> The permissions of the directories in /home/condor/hosts/garl-intel1 are
> as follows:
> 
> -rw-r--r--  1 condor condor  585 Sep  1 22:05 condor_config.local
> drwxr-xr-x  2 condor condor 8192 Sep  1 22:07 execute
> drwxr-xr-x  2 condor condor 8192 Sep  1 22:07 log
> drwxr-xr-x  2 condor condor 8192 Sep  1 22:07 spool

"root" is "nobody" on NFS mounted filesystems by default.
(to be exact, "nfsnobody")

Steffen