Fresh Install on Prox 7.1 with Debian 11

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
Firstsage
Posts: 2
Joined: Tue Oct 20, 2020 4:30 am

Fresh Install on Prox 7.1 with Debian 11

Post by Firstsage »

I ran into some issues installing Zoneminder on a prox CT that I figured I would share to see if it would help save some other people some time:

I am using these https://wiki.zoneminder.com/Debian_11_B ... der_1.36.x as this was more up to date. It was missing

Code: Select all

chgrp -c www-data /etc/zm/zm.conf
though.
First, have Nesting enabled.
Next, MariaDB was having issues starting, so I found this: https://stackoverflow.com/questions/599 ... ied-failed and it solved the issue.
Because it is a new install, root paths needed to be setup (I forget about this sometimes...)

Code: Select all

export PATH=/sbin:/bin:/usr/bin:/usr/sbin:/usr/local/sbin:/usr/local/bin
Needed to uncomment out the www-data user in /lib/systemd/system/zoneminder.service that @gruiarew called out here: viewtopic.php?t=29382
From here it doesn't seem like daemon-reload worked as I was still getting the same error, so I rebooted. (If someone has a better option, I'm all ears...)
Doing these steps:
sudo a2enconf zoneminder
sudo a2enmod rewrite headers expires
sudo service apache2 reload
before starting Zoneminder service will help reduce the errors as well.

I wasted a few hours figuring this all out this past week. Hopefully this will help someone.
Post Reply