ZoneMinder installation issue!

I would like to test zoneminder on NethServer 7. If I follow the wiki to install zm: ZM Wiki

And try to open zm I then get this:
grafik

Any suggestions to fix this ?

Check if zoneminder service is running:

systemctl -l status zoneminder
[root@camsrv01 ~]# systemctl -l status zoneminder
â—Ź zoneminder.service - ZoneMinder CCTV recording and security system
   Loaded: loaded (/usr/lib/systemd/system/zoneminder.service; enabled; vendor preset: disabled)
  Drop-In: /usr/lib/systemd/system/zoneminder.service.d
           └─zm-httpd.conf
   Active: active (running) since Fri 2019-03-01 17:09:03 CET; 52min ago
 Main PID: 4705 (zmdc.pl)
   CGroup: /system.slice/zoneminder.service
           ├─4705 /usr/bin/perl -wT /usr/bin/zmdc.pl startup
           ├─4735 /usr/bin/perl -wT /usr/bin/zmfilter.pl --filter_id=1 --daemon
           ├─4746 /usr/bin/perl -wT /usr/bin/zmfilter.pl --filter_id=2 --daemon
           ├─4757 /usr/bin/perl -wT /usr/bin/zmaudit.pl -c
           ├─4772 /usr/bin/perl -wT /usr/bin/zmwatch.pl
           └─4792 /usr/bin/perl -wT /usr/bin/zmstats.pl

Mar 01 17:57:03 camsrv01.360.lan zmfilter_1[4735]: INF [Checking filter PurgeWhenFull delete returned 0 events ]
Mar 01 17:57:03 camsrv01.360.lan zmfilter_2[4746]: INF [Checking filter Update DiskSpace update disk space returned 0 events ]
Mar 01 17:58:03 camsrv01.360.lan zmfilter_1[4735]: INF [Checking filter PurgeWhenFull delete returned 0 events ]
Mar 01 17:58:03 camsrv01.360.lan zmfilter_2[4746]: INF [Checking filter Update DiskSpace update disk space returned 0 events ]
Mar 01 17:59:03 camsrv01.360.lan zmfilter_1[4735]: INF [Checking filter PurgeWhenFull delete returned 0 events ]
Mar 01 17:59:03 camsrv01.360.lan zmfilter_2[4746]: INF [Checking filter Update DiskSpace update disk space returned 0 events ]
Mar 01 18:00:03 camsrv01.360.lan zmfilter_1[4735]: INF [Checking filter PurgeWhenFull delete returned 0 events ]
Mar 01 18:00:03 camsrv01.360.lan zmfilter_2[4746]: INF [Checking filter Update DiskSpace update disk space returned 0 events ]
Mar 01 18:01:03 camsrv01.360.lan zmfilter_1[4735]: INF [Checking filter PurgeWhenFull delete returned 0 events ]
Mar 01 18:01:03 camsrv01.360.lan zmfilter_2[4746]: INF [Checking filter Update DiskSpace update disk space returned 0 events ]

I use a VPN to connect to this server, maybe this is important ?

Don’t think so. It seems zoneminder changed rpm packages and config files, so the howto have to be updated accordingly.

OK, thank you Marc !

@dnutan, can you indicate the changelog or what has changed please?

TIA

zoneminder was split into sub-packages (zoneminder-common, zoneminder-httpd, zoneminder-nginx), added support for php7…

2 Likes

Thanks. I used to live and breath ZM. Apparantly things have changed :wink:

The main reason page was not found is because now the web server config is on a different file that needs to be linked to httpd conf directory.

I’ve updated the ZoneMinder wiki page. As always, if you spot some error or want to add any other useful step go ahead.

2 Likes

This looks vy nice now, thank you very much for your help and the update of the wiki ! :wink:
I will let you know if there are any problems after I got familiar with zm…

I’ve added a “client application” section to the wiki. zmNinja is a very cool app. A must have actually for it greatly increases the user experience. Also the author is very responsive to support and feature requests. I am not affiliated.

2 Likes