Search found 3 matches

by Gorf
Thu Feb 07, 2019 10:37 pm
Forum: ZoneMinder 1.32.x
Topic: Trying to build docker image, getting errors
Replies: 0
Views: 1188

Trying to build docker image, getting errors

Howdy all, I'm trying to deploy a docker version of 1.32.2. Everything goes great until I go to run the command: OS=el DIST=7 utils/packpack/startpackpack.sh It seems to run fine right up until the end: ------------------------------------------------------------------- Building source package -----...
by Gorf
Sat Jan 27, 2018 11:49 pm
Forum: ZoneMinder Distributions
Topic: RPM Fusion, CentOS install broken slightly
Replies: 1
Views: 4273

Re: RPM Fusion, CentOS install broken slightly

I discovered what the problem is. The RPM Fusion packages include a systemctl control file that wants mysqld running. My SQL server is remote for my ZM installation. Additionally it doesn't appear that the RPM calls out dependency on MySQL (mariadb) so the mariadb-server package didn't get included.
by Gorf
Fri Jan 26, 2018 4:46 pm
Forum: ZoneMinder Distributions
Topic: RPM Fusion, CentOS install broken slightly
Replies: 1
Views: 4273

RPM Fusion, CentOS install broken slightly

On a brand new clean install from the RPMFusion repo on CentOS 7. I've followed the walk through and I have disabled SELinux and setup all the databases but when I go to start the zm process, I get this: [gorf@zm ~]$sudo systemctl start zoneminder Failed to start zoneminder.service: Unit not found. ...