Ubuntu Install Issues
Posted: Sat Jul 09, 2016 2:11 pm
Hello, I'm trying to get ZoneMinder working on Ubuntu Server 16.04. I followed this guide: https://wiki.zoneminder.com/Ubuntu_Serv ... e_easy_way
When I try and start Zoneminder I get the following log entries:
I really haven't tried anything but some light googling to try and resolve this, but didn't turn up with anything substantial. Thanks for any help or suggestions.
When I try and start Zoneminder I get the following log entries:
Code: Select all
root@eyeinthesky:/home/linenoise# systemctl status zoneminder.service
● 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 Fri 2016-07-08 16:46:31 CDT; 16h ago
Process: 3523 ExecStart=/usr/bin/zmpkg.pl start (code=exited, status=255)
Jul 08 16:46:21 eyeinthesky sudo[3537]: root : TTY=unknown ; PWD=/usr/share/zoneminder/www ; USER=www-data ; COMMAND=/usr/bin/zmdc.pl startup
Jul 08 16:46:21 eyeinthesky sudo[3537]: pam_unix(sudo:session): session opened for user www-data by (uid=0)
Jul 08 16:46:21 eyeinthesky zmpkg.pl[3523]: Use of uninitialized value $Config{"ZM_PATH_SOCKS"} in concatenation (.) or string at /usr/bin/zmdc.pl line 72.
Jul 08 16:46:21 eyeinthesky zmpkg.pl[3523]: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/ZoneMinder/Logger.pm line 155.
Jul 08 16:46:21 eyeinthesky zmpkg.pl[3523]: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/ZoneMinder/Logger.pm line 205.
Jul 08 16:46:31 eyeinthesky sudo[3537]: pam_unix(sudo:session): session closed for user www-data
Jul 08 16:46:31 eyeinthesky systemd[1]: zoneminder.service: Control process exited, code=exited status=255
Jul 08 16:46:31 eyeinthesky systemd[1]: Failed to start ZoneMinder CCTV recording and surveillance system.
Jul 08 16:46:31 eyeinthesky systemd[1]: zoneminder.service: Unit entered failed state.
Jul 08 16:46:31 eyeinthesky systemd[1]: zoneminder.service: Failed with result 'exit-code'.