Zoneminder Not Capturing Events
Zoneminder Not Capturing Events
For some reason I cannot get Zoneminder to capture events. I have tried setting the function to either record or mocord but events still do not show up in the list. What else do I have to do to enable events?
Re: Zoneminder Not Capturing Events
Some logs or more details will help to help...
After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
Re: Zoneminder Not Capturing Events
What other details do you need? I can tell you I'm using a pair of PV-143 cards. Where are the log files you want me to post?
Re: Zoneminder Not Capturing Events
/var/log/syslog or enable the log option and attach a screenshot.
After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
Re: Zoneminder Not Capturing Events
Here is my /var/log/syslog. I couldn't find the option to enable logging in Zoneminder.
Re: Zoneminder Not Capturing Events
Hi,
Seems a permission problem:
Try:
(change the path to your path)
Hope it helps,
PacoLM
Seems a permission problem:
Code: Select all
FAT [Can't symlink '1' to 'Monitor-1': Permission denied]
Code: Select all
chown -R www:www /usr/local/www/zoneminder
Hope it helps,
PacoLM
After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
Re: Zoneminder Not Capturing Events
That seemed to do the trick. I ran `chown -R www-data:www-data /var/cache/zoneminder/images/` then `chown -R www-data:www-data /var/cache/zoneminder/events/` and events seem to be sucessfully listing. Thanks!
Re: Zoneminder Not Capturing Events
After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...