Zoneminder 1.34 install Freebsd 12.1

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
kbtdr
Posts: 1
Joined: Mon May 18, 2020 8:12 am

Zoneminder 1.34 install Freebsd 12.1

Post by kbtdr »

I have tried to install Zoneminder 1.34 on Freebsd 12.1, following some of the instructions available on the web. Services nginx, mysql57-server, php-fpm, fcgiwrap are installed, and running. zm database has been created, show tables gives the list of 60 tables. nginx displays a test php file properly.

When I finally start zoneminder I get the following error messages

Code: Select all

root@zm:/ # service zoneminder restart
05/18/20 07:18:12.602546 zmpkg[4570].INF [main:310] [Sanity checking States table...]
05/18/20 07:18:12.636580 zmpkg[4570].INF [main:95] [Command: stop]
05/18/20 07:18:13.328144 zmpkg[4583].INF [main:310] [Sanity checking States table...]
05/18/20 07:18:13.337670 zmpkg[4583].INF [main:95] [Command: start]
05/18/20 07:18:22.274842 zmdc[4592].FAT [main:195] [Can't connect: No such file or directory]
05/18/20 07:18:22.311671 zmpkg[4583].ERR [ZoneMinder::General:150] [Unable to run "sudo -u www /usr/local/bin/zmdc.pl startup", output is "Starting server", status is 255]
05/18/20 07:18:22.331640 zmpkg[4583].INF [main:203] [Single server configuration detected. Starting up services.]
05/18/20 07:18:22.563364 zmpkg[4583].ERR [ZoneMinder::General:150] [Unable to run "sudo -u www /usr/local/bin/zmdc.pl start zmfilter.pl --filter_id=1 --daemon", output is "Unable to connect to server using socket at /var/run/zm/zmdc.sock", status is 255]
05/18/20 07:18:22.787309 zmpkg[4583].ERR [ZoneMinder::General:150] [Unable to run "sudo -u www /usr/local/bin/zmdc.pl start zmfilter.pl --filter_id=2 --daemon", output is "Unable to connect to server using socket at /var/run/zm/zmdc.sock", status is 255]
05/18/20 07:18:23.013733 zmpkg[4583].ERR [ZoneMinder::General:150] [Unable to run "sudo -u www /usr/local/bin/zmdc.pl start zmwatch.pl", output is "Unable to connect to server using socket at /var/run/zm/zmdc.sock", status is 255]
05/18/20 07:18:23.233446 zmpkg[4583].ERR [ZoneMinder::General:150] [Unable to run "sudo -u www /usr/local/bin/zmdc.pl start zmupdate.pl -c", output is "Unable to connect to server using socket at /var/run/zm/zmdc.sock", status is 255]
05/18/20 07:18:23.456830 zmpkg[4583].ERR [ZoneMinder::General:150] [Unable to run "sudo -u www /usr/local/bin/zmdc.pl start zmstats.pl", output is "Unable to connect to server using socket at /var/run/zm/zmdc.sock", status is 255]
I can't determine from the perl scripts what the issue is. I would be grateful if someone could give me some clues as to the possible problems.

Thanks
Post Reply