Page 2 of 2

Posted: Wed Oct 21, 2009 3:21 pm
by ttkh
I also get this errors.

Oct 21 11:18:24 bpl-tim-1 zma_m16[597]: ERR [Can't make events: Permission denied]
Oct 21 11:18:24 bpl-tim-1 zma_m16[597]: ERR [Can't make events/16: No such file or directory]
Oct 21 11:18:24 bpl-tim-1 zma_m16[597]: FAT [Can't change directory to 'events': No such file or directory]
Oct 21 11:18:24 bpl-tim-1 zmdc[32740]: INF ['zma -m 16' crashed, signal 6]


I've the directories call events in zmwebdir but it keep on saying it is not there? Can someone help me please. Here is my configure flag

./configure --with-libarch=lib64 --with-mysql=/usr/local --with-ffmpeg=/usr/local --with-webdir=/srv/www/htdocs/zm --with-cgidir=/srv/www/cgi-bin --with-webuser
=wwwrun --with-webgroup=www ZM_SSL_LIB=openssl --enable-mmap=yes --enable-debug=
yes --enable-crashtrace=yes

There is an events directory in /srv/www/htdocs/zm/events but the errors keep on saying permission denied even with 777

Posted: Wed Oct 21, 2009 7:26 pm
by TechGuy
ttkh wrote:I also get this errors.

Oct 21 11:18:24 bpl-tim-1 zma_m16[597]: ERR [Can't make events: Permission denied]
Oct 21 11:18:24 bpl-tim-1 zma_m16[597]: ERR [Can't make events/16: No such file or directory]
Oct 21 11:18:24 bpl-tim-1 zma_m16[597]: FAT [Can't change directory to 'events': No such file or directory]
Oct 21 11:18:24 bpl-tim-1 zmdc[32740]: INF ['zma -m 16' crashed, signal 6]


I've the directories call events in zmwebdir but it keep on saying it is not there? Can someone help me please. Here is my configure flag

./configure --with-libarch=lib64 --with-mysql=/usr/local --with-ffmpeg=/usr/local --with-webdir=/srv/www/htdocs/zm --with-cgidir=/srv/www/cgi-bin --with-webuser
=wwwrun --with-webgroup=www ZM_SSL_LIB=openssl --enable-mmap=yes --enable-debug=
yes --enable-crashtrace=yes

There is an events directory in /srv/www/htdocs/zm/events but the errors keep on saying permission denied even with 777
You need to set the permissions on the zoneminder directories probably in \var\www\zoneminder or \var\www\localhost\zoneminder
chown apache.apache * for all of the zoneminder directories and files, this is assuming that the user account your apache server is using "appache"