Buster with Zoneminder 1.36.x upgrade to Bullseye

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
bbunge
Posts: 2975
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Buster with Zoneminder 1.36.x upgrade to Bullseye

Post by bbunge »

I am pleased to report a successful upgrade from Buster to Bullseye with Zoneminder 1.36.5 that was installed from the zmrepo using the WIKI instructions.

Instructions on the web have you change the /etc/apt/sources list from the Buster to the Bullseye sources. However, I did not change the line (deb https://zmrepo.zoneminder.com/debian/release-1.36 buster/) as of this writing there is no .deb file in zmrepo for Bullseye. And, the Buster install package works just fine on Bullseye!

As always database backups are recommended before upgrades!
TheRoth
Posts: 28
Joined: Tue May 05, 2020 3:57 am

Re: Buster with Zoneminder 1.36.x upgrade to Bullseye

Post by TheRoth »

Not for me... No WebServer...
root@HomeKit:~# sudo service zoneminder status
● zoneminder.service - ZoneMinder CCTV recording and surveillance system
Loaded: loaded (/lib/systemd/system/zoneminder.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2021-08-19 12:33:03 CEST; 2h 33min ago
Process: 14801 ExecStart=/usr/bin/zmpkg.pl start (code=exited, status=0/SUCCESS)
Main PID: 14830 (zmdc.pl)
Tasks: 17 (limit: 9388)
Memory: 1.3G
CPU: 7h 45min 3.906s
CGroup: /system.slice/zoneminder.service
├─14830 /usr/bin/perl -wT /usr/bin/zmdc.pl startup
├─14859 /usr/bin/zmc -m 1
├─14863 /usr/bin/zmc -m 2
├─14874 /usr/bin/zmc -m 3
├─14875 /usr/bin/zma -m 2
├─14879 /usr/bin/zmc -m 4
├─14883 /usr/bin/zmc -m 5
├─14896 /usr/bin/zma -m 5
├─14900 /usr/bin/zmc -m 6
├─14904 /usr/bin/zmc -m 7
├─14908 /usr/bin/zma -m 7
├─14912 /usr/bin/zmc -m 8
├─14916 /usr/bin/perl -wT /usr/bin/zmfilter.pl --filter_id=1 --daemon
├─14921 /usr/bin/perl -wT /usr/bin/zmfilter.pl --filter_id=2 --daemon
├─14927 /usr/bin/perl -wT /usr/bin/zmwatch.pl
├─14932 /usr/bin/perl -wT /usr/bin/zmupdate.pl -c
└─14936 /usr/bin/perl -wT /usr/bin/zmstats.pl


Any idee ? i think it's apache problem ...
TheRoth
Posts: 28
Joined: Tue May 05, 2020 3:57 am

Re: Buster with Zoneminder 1.36.x upgrade to Bullseye

Post by TheRoth »

Apache problem ^^
root@HomeKit:~# sudo service apache2 status
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2021-08-19 15:16:20 CEST; 16min ago
Docs: https://httpd.apache.org/docs/2.4/
Process: 90884 ExecStart=/usr/sbin/apachectl start (code=exited, status=1/FAILURE)
CPU: 14ms

août 19 15:16:20 HomeKit systemd[1]: Starting The Apache HTTP Server...
août 19 15:16:20 HomeKit apachectl[90887]: apache2: Syntax error on line 146 of /etc/apache2/apache2.conf: Syntax error on line 3 of /etc/apache2/mods-enabled/php7.3.load: Cannot load /usr/lib/apache2/modules/libphp7.3.so into server: /usr/lib/apache2/modul>
août 19 15:16:20 HomeKit apachectl[90884]: Action 'start' failed.
août 19 15:16:20 HomeKit apachectl[90884]: The Apache error log may have more information.
août 19 15:16:20 HomeKit systemd[1]: apache2.service: Control process exited, code=exited, status=1/FAILURE
août 19 15:16:20 HomeKit systemd[1]: apache2.service: Failed with result 'exit-code'.
août 19 15:16:20 HomeKit systemd[1]: Failed to start The Apache HTTP Server.
TheRoth
Posts: 28
Joined: Tue May 05, 2020 3:57 am

Re: Buster with Zoneminder 1.36.x upgrade to Bullseye

Post by TheRoth »

Solution for, i remove php7.3
mv /etc/apache2/mods-enabled/php7.3.load /etc/apache2/mods-enabled/php7.3.old
Post Reply