i have installed 64bit zoneminder v1.24.2 on f10.
then created the db using the following:
Code: Select all
mysql mysql --password=myPasswd < db/zm_create.sql
executed:
grant select,insert,update,delete on zm.* to 'zmuser'@localhost identified by 'zmpass';
just in case.
the /etc/zm.conf file has not been touched.
then removed the line from zoneminder.conf file in http/conf.d folder to be able to use the web interface.
also did chown -R apache:apache on /usr/share/zoneminder/www folder just in case.
i can see the web page just fine.
i can see pages such as "options" and "add new monitor" as well.
in the options window, i can save changes, but saving anything in the
email tab gives me a
Code: Select all
forbidden You don't have permission to access /zm/index.php on this server." error.
i have already checked the "FollowSymLinks" and they are set.
the logs do not give me any errors.
i can not increase the amount of debug output, as it is "forbidden".
can i change that in the db directly ?
could there be an issue because the web interface can not connect to the db ?
found somewhere that kernel.shmmax should be set to 134217728.
i have oracle on the box which has set this value to about 5 times the amount.
any ideas ?
cheers
Martin