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

RE: [Condor-users] condor 6.6.5 install problems



> > Does anyone know if this is being fixed in 6.6.6 ?
> > 
> 
> No, we mean for it to be owned by root, chmod 755. Is this causing 
> you problems?

[jmk27@wk-ibm2 local.wk-ibm2]$ ls -l /opt/condor-6.6.5/*/condor_config*
-rwxr-xr-x    1 root     root 2052808 May  4 01:26
/opt/condor-6.6.5/bin/condor_config_val
-rw-r--r--    1 root     root   59565 Jun 30 16:23
/opt/condor-6.6.5/etc/condor_config
-rw-r--r--    1 root     root     580 Jun 30 16:23
/opt/condor-6.6.5/local.wk-ibm2/condor_config.local
-rwxr-xr-x    1 root     root   22272 May  4 01:20
/opt/condor-6.6.5/sbin/condor_configure

I can't imagine a problem for the executables being owned by root, but
nearly everything is
owned by root.

e.g. take condor_config, as you can see above, it can't be written to.
It points to condor_config.local, which also has no write permissions.

JK