Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Condor installation problem
- Date: Fri, 3 Dec 2004 16:43:44 +0100
- From: Mário Costa <atritoman@xxxxxxxxx>
- Subject: [Condor-users] Condor installation problem
Hello, I need some help, I serched the internet for some information
that might help me solving this problem bu didns found.
the problem is
I have installed condor in several machines, all directorys of all
machines are in the same shared files system, only the lock directory
is in the local disck of the computers.
And I'm a user with out root permtions, wen I run
condor_master with sudo, I have the folowing error
[condord@node300 sbin]$ sudo /usr/local/condord/sbin/condor_master
Password:
Can't open "/usr/local/condord/hosts/node300/log/MasterLog"
12/3 15:47:22 dprintf() had a fatal error in pid 4807
Can't open "/usr/local/condord/hosts/node300/log/MasterLog"
errno: 13 (Permission denied)
euid: 970, ruid: 0
[condord@node300 sbin]$
the permitions of the codor directory where is the log is
drwxr-xr-x 5 condord delft 4096 Dec 1 13:24 .
drwxr-xr-x 8 condord root 4096 Dec 1 11:00 ..
drwxr-xr-x 2 condord delft 4096 Dec 1 13:24 execute
drwxr-xr-x 2 condord delft 4096 Dec 3 09:48 log
drwxr-xr-x 2 condord delft 4096 Dec 1 13:24 spool
The condor user, is not condor, is a user named condord, and I chaged
the environment variables
CONDOR_CONFIG=/usr/local/condord/etc/condor_config
CONDOR_IDS=970.310
TILDE=/usr/local/condord
PATH=$PATH:$HOME/bin
export PATH CONDOR_CONFIG CONDOR_IDS TILDE
unset USERNAME
Does any one has an ideia what may this be ?