problem in fresh installtion on PI (OS -buster)

Forum for questions and support relating to the 1.32.x releases only.
Post Reply
david1234
Posts: 96
Joined: Wed Jun 26, 2019 12:24 pm

problem in fresh installtion on PI (OS -buster)

Post by david1234 »

Hello ,
I have a new PI with 16GB SD card fresh installtion .
I went by this guide

Code: Select all

https://wiki.zoneminder.com/Raspberry_Pi_4_-_Raspbian
and did as it said , command after command (didn't get any error while installtion it)
the only "new" setting I put is the mysql password for root he ask me while running

Code: Select all

sudo mysql_secure_installation
I setup "zmpass".
I can see the apache2 is up (because when I enter http://10.0.0.100 I get hte apache2 web page )
but the zonminder service is not working (http://10.0.0.100/zm) - error 404 no usch webpage.
what did I miss?

Code: Select all

pi@raspberrypi:~$ sudo systemctl status zoneminder.service 
    zoneminder.service - ZoneMinder CCTV recording and surveillance system
   Loaded: loaded (/lib/systemd/system/zoneminder.service; enabled; vendor preset: enabled)
   Active: active (running) since Thu 2019-12-26 10:04:44 IST; 5min ago
     Docs: http://zoneminder.readthedocs.org/en/latest/
  Process: 1019 ExecStart=/usr/bin/zmpkg.pl start (code=exited, status=0/SUCCESS)
 Main PID: 2672 (zmdc.pl)
    Tasks: 3 (limit: 2200)
   Memory: 30.9M
   CGroup: /system.slice/zoneminder.service
                 2672 /usr/bin/perl -wT /usr/bin/zmdc.pl startup
                 5583 /usr/bin/perl -wT /usr/bin/zmwatch.pl
                 5781 /usr/bin/perl -wT /usr/bin/zmstats.pl

Dec 26 10:09:19 raspberrypi zmaudit[26807]: FAT [zmaudit.pl appears to already be running at pid 5352. If not, please delete /var/run/zm/zmaudit.pid or use the --force command 
Dec 26 10:09:20 raspberrypi zmdc[2672]: ERR ['zmaudit.pl -c' exited abnormally, exit status 255]
Dec 26 10:09:28 raspberrypi zmdc[2672]: INF [Starting pending process, zmfilter.pl --filter_id=2 --daemon]
Dec 26 10:09:28 raspberrypi zmdc[2672]: INF ['zmfilter.pl --filter_id=2 --daemon' starting at 19/12/26 10:09:28, pid = 27595]
Dec 26 10:09:28 raspberrypi zmdc[27595]: INF ['zmfilter.pl --filter_id=2 --daemon' started at 19/12/26 10:09:28]
Dec 26 10:09:29 raspberrypi zmdc[2672]: ERR ['zmfilter.pl --filter_id=2 --daemon' exited abnormally, exit status 9]
Dec 26 10:09:34 raspberrypi zmdc[2672]: INF [Starting pending process, zmfilter.pl --filter_id=1 --daemon]
Dec 26 10:09:35 raspberrypi zmdc[27978]: INF ['zmfilter.pl --filter_id=1 --daemon' started at 19/12/26 10:09:35]
Dec 26 10:09:35 raspberrypi zmdc[2672]: INF ['zmfilter.pl --filter_id=1 --daemon' starting at 19/12/26 10:09:35, pid = 27978]
Dec 26 10:09:41 raspberrypi zmdc[2672]: ERR ['zmfilter.pl --filter_id=1 --daemon' exited abnormally, exit status 9]
what did I do wrong? , and how to fix this ?

Thanks ,
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: problem in fresh installtion on PI (OS -buster)

Post by bbunge »

Use the install procedure in the Wiki for Debian 10 and ZM 1.33.x. I have this running on a Pi 3B+ with no issues. Use Raspbian Buster lite version as the gui version will use too much resources.
Keep in mind you will have to use jpeg as the pi does not do video writing.
david1234
Posts: 96
Joined: Wed Jun 26, 2019 12:24 pm

Re: problem in fresh installtion on PI (OS -buster)

Post by david1234 »

Thank you !
it's working !
:D :D :D :D
Thanks a lot!
Post Reply