I am doing a fresh install
CentOS 4.4
mysql-server 5.0.46
php 5.1.6
Nagios 2.9
Made sure all the pre-req were installed and got to step 10 and had the permission denied problem which I fixed by turning off selinux. For anyone that needs to know how, here is how I did it:
Check to see if it is on -
#/usr/sbin/getenforce
Returns - Enforcing
Edit the selinux file
vi /etc/sysconfig/selinux
SELINUX=disabled
Now to turn of selinux until reboot:
/usr/sbin/setenforce 0
Check status again -
/usr/sbin/getenforce
Returns - Permissive
So anyway, back to my problem -
Writable Oreon Configuration File (oreon.conf.php) Critical: Not Writeable
/usr/local/oreon/www/ apache:apache (755)
Should be apache:apache (755)
Writable ODS Configuration File (conf.pm) Critical: Not Writeable
/usr/local/oreon/www/ apache:apache (755)
Should be apache:apache (755)
See attached image for screen shot. It claims that the premissions are wrong, but yet they are set exactly as being returned. If I change the permission wide open 777 it changed the ODS config file to 777 and still reports it is unwriteable.
Checking my /usr/local/oreon/www/ dir I have this:
drwxr-xr-x 12 apache apache 4096 Aug 3 01:32 www
I am at a lost... any help is appreciated.
(I did install all dependancies before I started)
CentOS 4.4
mysql-server 5.0.46
php 5.1.6
Nagios 2.9
Made sure all the pre-req were installed and got to step 10 and had the permission denied problem which I fixed by turning off selinux. For anyone that needs to know how, here is how I did it:
Check to see if it is on -
#/usr/sbin/getenforce
Returns - Enforcing
Edit the selinux file
vi /etc/sysconfig/selinux
SELINUX=disabled
Now to turn of selinux until reboot:
/usr/sbin/setenforce 0
Check status again -
/usr/sbin/getenforce
Returns - Permissive
So anyway, back to my problem -
Writable Oreon Configuration File (oreon.conf.php) Critical: Not Writeable
/usr/local/oreon/www/ apache:apache (755)
Should be apache:apache (755)
Writable ODS Configuration File (conf.pm) Critical: Not Writeable
/usr/local/oreon/www/ apache:apache (755)
Should be apache:apache (755)
See attached image for screen shot. It claims that the premissions are wrong, but yet they are set exactly as being returned. If I change the permission wide open 777 it changed the ODS config file to 777 and still reports it is unwriteable.
Checking my /usr/local/oreon/www/ dir I have this:
drwxr-xr-x 12 apache apache 4096 Aug 3 01:32 www
I am at a lost... any help is appreciated.
(I did install all dependancies before I started)
Comment