Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] condor 6.6.5 install problems
- Date: Wed, 30 Jun 2004 11:02:34 -0500
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] condor 6.6.5 install problems
On Wed, Jun 30, 2004 at 04:29:48PM +0100, Kewley, J (John) wrote:
> > > 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.
>
Condor is meant to be started and managed by root, so we have the
configuration file owned by root as well.
-Erik