Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] condor_submit error
- Date: Mon, 18 Feb 2008 18:11:37 -0000
- From: "Goteng, Gokop" <g.l.goteng@xxxxxxxxxxxxxxx>
- Subject: [Condor-users] condor_submit error
Dear All,
I have successfully installed condor on the master and one client. But I want to install on the other 5 clients and I am having this error.
[condor@isxp1315c ~]$ export CONDOR_CONFIG=/usr/local/condor-7.0.0/etc/condor_config
[condor@isxp1315c ~]$ /usr/local/condor-7.0.0/sbin/condor_master
Can't open "/usr/local/condor-7.0.0/local.isxp1315c/log/MasterLog"
dprintf() had a fatal error in pid 5933
Can't open "/usr/local/condor-7.0.0/local.isxp1315c/log/MasterLog"
errno: 13 (Permission denied)
euid: 506, ruid: 506
Then I tried to see the permissions:
[condor@isxp1315c ~]$ ls -l /usr/local/condor-7.0.0/
total 94016
drwxr-xr-x 2 root root 4096 Feb 18 17:38 bin
-rw-r--r-- 1 root root 96101079 Feb 18 17:37 condor-7.0.0-linux-x86-rhel3-dynamic-1.i386.rpm
lrwxrwxrwx 1 root root 21 Feb 18 17:38 condor_configure -> sbin/condor_configure
lrwxrwxrwx 1 root root 21 Feb 18 17:38 condor_install -> sbin/condor_configure
-rw-r--r-- 1 root root 245 Jan 22 16:55 DOC
drwxr-xr-x 3 root root 4096 Feb 18 17:53 etc
drwxr-xr-x 4 root root 4096 Feb 18 17:38 examples
drwxr-xr-x 2 root root 4096 Feb 18 17:38 include
-rw-r--r-- 1 root root 202 Jan 22 16:55 INSTALL
drwxr-xr-x 5 root root 4096 Feb 18 17:38 lib
drwxr-xr-x 3 root root 4096 Feb 18 17:38 libexec
-rw-r--r-- 1 root root 9723 Jan 22 16:55 LICENSE-2.0.txt
drwxr-xr-x 5 daemon root 4096 Feb 18 17:38 local.isxp1315c
drwxr-xr-x 3 root root 4096 Feb 18 17:38 man
-rw-r--r-- 1 root root 1543 Jan 22 16:55 README
drwxr-xr-x 2 root root 4096 Feb 18 17:38 sbin
drwxr-xr-x 2 root root 4096 Feb 18 17:38 sql
drwxr-xr-x 4 root root 4096 Feb 18 17:38 src
[condor@isxp1315c ~]$ exit
logout
Then Changed the permissions as was in the other two successful installations:
[root@isxp1315c ~]# chown condor /usr/local/condor-7.0.0/local.isxp1315c/
[root@isxp1315c ~]# ls -l /usr/local/condor-7.0.0/local.isxp1315c/
total 16
-rw-r--r-- 1 root root 3315 Feb 18 17:38 condor_config.local
drwxrwxrwt 2 daemon root 4096 Feb 18 17:38 execute
drwxr-xr-x 2 daemon root 4096 Feb 18 17:38 log
drwxr-xr-x 2 daemon root 4096 Feb 18 17:38 spool
[root@isxp1315c ~]# chown condor /usr/local/condor-7.0.0/local.isxp1315c/condor_config.local
[root@isxp1315c ~]# chown condor /usr/local/condor-7.0.0/local.isxp1315c/execute/
[root@isxp1315c ~]# chown condor /usr/local/condor-7.0.0/local.isxp1315c/log/
[root@isxp1315c ~]# chown condor /usr/local/condor-7.0.0/local.isxp1315c/spool/
[root@isxp1315c ~]# ls -l /usr/local/condor-7.0.0/local.isxp1315c/
total 16
-rw-r--r-- 1 condor root 3315 Feb 18 17:38 condor_config.local
drwxrwxrwt 2 condor root 4096 Feb 18 17:38 execute
drwxr-xr-x 2 condor root 4096 Feb 18 17:38 log
drwxr-xr-x 2 condor root 4096 Feb 18 17:38 spool
[root@isxp1315c ~]# su - condor
Then I tried to run and it looks OK but it said it cannot recognise the command condor_submit.
[condor@isxp1315c ~]$ export CONDOR_CONFIG=/usr/local/condor-7.0.0/etc/condor_config
[condor@isxp1315c ~]$ /usr/local/condor-7.0.0/sbin/condor_master
[condor@isxp1315c ~]$ con
conjure consolehelper consolehelper-gtk continue convert
[condor@isxp1315c ~]$ condor_submit loop.cmd
-bash: condor_submit: command not found
[condor@isxp1315c ~]$
Please any help is appreciated.
Kind regards
Gokop