ERR [Can't make events: Permission denied]

Forum for questions and support relating to the 1.24.x releases only.
Locked
ttkh
Posts: 16
Joined: Tue Sep 29, 2009 1:09 pm

ERR [Can't make events: Permission denied]

Post by ttkh »

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

Back to top
KeithB
Posts: 77
Joined: Thu Jun 07, 2007 4:23 pm
Location: uk

Post by KeithB »

Have you tried?

chown -R apache:apache /srv/www/htdocs/zm/events
Locked