Search found 4 matches

by superweasel
Wed Apr 14, 2021 9:02 pm
Forum: ZoneMinder 1.34.x
Topic: [solved] Errors starting on fresh Debian 10 install
Replies: 18
Views: 11351

Re: Errors starting on fresh Debian 10 install

I found two issues in the logs. First: WAR Cannot write to event folder /var/cache/zoneminder/events. Check that it exists and is owned by the web account user. I fixed that with # mkdir /var/cache/zoneminder/events # chown www-data.www-data /var/cache/zoneminder/events That one may have been my ...
by superweasel
Wed Apr 14, 2021 7:41 pm
Forum: ZoneMinder 1.34.x
Topic: [solved] Errors starting on fresh Debian 10 install
Replies: 18
Views: 11351

Re: Errors starting on fresh Debian 10 install

See this: https://forums.zoneminder.com/viewtopic.php?f=40&t=29382&p=115152#p115152 I looked at that. I tried uncommenting the '#User=www-data', but that didn't help. The last post in that thread suggests that things should work with a clean install, but that was not the case for me. Try the ...
by superweasel
Tue Apr 13, 2021 4:34 pm
Forum: ZoneMinder 1.34.x
Topic: [solved] Errors starting on fresh Debian 10 install
Replies: 18
Views: 11351

Re: Errors starting on fresh Debian 10 install

Is there a good way to increase verbosity so that I can see what's causing the errors?
by superweasel
Fri Apr 09, 2021 12:32 am
Forum: ZoneMinder 1.34.x
Topic: [solved] Errors starting on fresh Debian 10 install
Replies: 18
Views: 11351

[solved] Errors starting on fresh Debian 10 install

I started with a fresh install of Debian 10, then followed these instructions: https://wiki.zoneminder.com/Debian_10_Buster_with_Zoneminder_1.34.x_from_ZM_Repo I get an error when starting zoneminder: root@zoneminder-be:~# systemctl start zoneminder Job for zoneminder.service failed because the ...