Zoneminder 1.30 issue ubuntu 16.04
Posted: Fri Jan 06, 2017 11:39 pm
Hi all, after a new installation follwing this guide https://wiki.zoneminder.com/Ubuntu_Serv ... e_easy_way
i try to start zonemider but here are the problem
line 119 of config.pm is blank... it's normal?
this is line 33 of zoneminder.pm
and this is line 48 of zmpkg.pl
what is the problem? thank all in advance !!
i try to start zonemider but here are the problem
Code: Select all
sb3rla@sb3rla-NT-A2400-NT-A3500:~$ sudo service zoneminder status
● zoneminder.service - ZoneMinder CCTV recording and surveillance system
Loaded: loaded (/lib/systemd/system/zoneminder.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since ven 2017-01-06 23:15:30 CET; 1h 8min ago
Process: 1512 ExecStart=/usr/bin/zmpkg.pl start (code=exited, status=255)
gen 06 23:15:30 sb3rla-NT-A2400-NT-A3500 zmpkg.pl[1512]: Can't connect to db at /usr/share/perl5/ZoneMinder/Config.pm line 119.
gen 06 23:15:30 sb3rla-NT-A2400-NT-A3500 zmpkg.pl[1512]: BEGIN failed--compilation aborted at /usr/share/perl5/ZoneMinder/Config.pm line 119.
gen 06 23:15:30 sb3rla-NT-A2400-NT-A3500 zmpkg.pl[1512]: Compilation failed in require at /usr/share/perl5/ZoneMinder.pm line 33.
gen 06 23:15:30 sb3rla-NT-A2400-NT-A3500 zmpkg.pl[1512]: BEGIN failed--compilation aborted at /usr/share/perl5/ZoneMinder.pm line 33.
gen 06 23:15:30 sb3rla-NT-A2400-NT-A3500 zmpkg.pl[1512]: Compilation failed in require at /usr/bin/zmpkg.pl line 48.
gen 06 23:15:30 sb3rla-NT-A2400-NT-A3500 zmpkg.pl[1512]: BEGIN failed--compilation aborted at /usr/bin/zmpkg.pl line 48.
gen 06 23:15:30 sb3rla-NT-A2400-NT-A3500 systemd[1]: zoneminder.service: Control process exited, code=exited status=255
gen 06 23:15:30 sb3rla-NT-A2400-NT-A3500 systemd[1]: Failed to start ZoneMinder CCTV recording and surveillance system.
gen 06 23:15:30 sb3rla-NT-A2400-NT-A3500 systemd[1]: zoneminder.service: Unit entered failed state.
gen 06 23:15:30 sb3rla-NT-A2400-NT-A3500 systemd[1]: zoneminder.service: Failed with result 'exit-code'.
sb3rla@sb3rla-NT-A2400-NT-A3500:~$
this is line 33 of zoneminder.pm
Code: Select all
use ZoneMinder::Config qw(:all);
and this is line 48 of zmpkg.pl
Code: Select all
use ZoneMinder;