https://bugzilla.rpmfusion.org/show_bug.cgi?id=4393
Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dwrobel(a)ertelnet.rybnik.pl
--- Comment #8 from Damian Wrobel <dwrobel(a)ertelnet.rybnik.pl> ---
Please find a few additional comments from an attempt to run version: 1.30.1-1
on a new F25:
1) /usr/lib/systemd/system/zoneminder.service:14] Not an absolute path,
ignoring: "/var/run/zoneminder/zm.pid"
The following change helped:
-PIDFile="/var/run/zoneminder/zm.pid"
+PIDFile=/var/run/zoneminder/zm.pid
2) Missing directory for pid file:
Creating /var/run/zoneminer directory accessible for httpd daemon solved it.
3) ERR ['zmtelemetry.pl' exited abnormally, exit status 9]
I had to install the following missing packages mentioned here[1] to make it
working:
perl-IO-Socket-SSL
perl-Sys-CPU
perl-Sys-MemInfo
[1]
https://forums.zoneminder.com/viewtopic.php?t=24389#p93112
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.