Can't get the ZM Panel in the latest Zoneminder master 1.37.15~20220506114546-focal released .[Solved]

Current Development version likely to have breaking changes
Post Reply
User avatar
bkjaya1952
Posts: 282
Joined: Sat Aug 25, 2018 3:24 pm
Location: Sri Lanka

Can't get the ZM Panel in the latest Zoneminder master 1.37.15~20220506114546-focal released .[Solved]

Post by bkjaya1952 »

I have found the following error when trying to get the ZM Panel in the latest Zoneminder master 1.37.15~20220506114546-focal .

ZM Panel and the error logs are appended below.
Screenshot from 2022-05-07 11-11-48.png
Screenshot from 2022-05-07 11-11-48.png (146.6 KiB) Viewed 861 times
Screenshot from 2022-05-07 11-12-19.png
Screenshot from 2022-05-07 11-12-19.png (57.33 KiB) Viewed 861 times

The same problem has been found in the latest ZoneMinder Proposed 1.36.15~20220505.5-impish1

The Zoneminder master 1.37.15~20220506114546-bionic doesn't have problem . ( As it depends on mysql 5.7 )

It seems that the problem is in mysql 8
Last edited by bkjaya1952 on Tue May 24, 2022 5:04 pm, edited 1 time in total.
User avatar
iconnor
Posts: 2880
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Can't get the ZM Panel in the latest Zoneminder master 1.37.15~20220506114546-focal released .

Post by iconnor »

You database isn't running. So start it. You can configure systemd to depend on it using an override.

systemctl edit zoneminder.service

[Unit]
BindsTo=
BindsTo=mysql.service
User avatar
bkjaya1952
Posts: 282
Joined: Sat Aug 25, 2018 3:24 pm
Location: Sri Lanka

Re: Can't get the ZM Panel in the latest Zoneminder master 1.37.15~20220506114546-focal released .

Post by bkjaya1952 »

iconnor wrote: Sat May 07, 2022 2:34 pm You database isn't running. So start it. You can configure systemd to depend on it using an override.

systemctl edit zoneminder.service

[Unit]
BindsTo=
BindsTo=mysql.service
Thank you Sir!
I will try and let you know
User avatar
bkjaya1952
Posts: 282
Joined: Sat Aug 25, 2018 3:24 pm
Location: Sri Lanka

Re: Can't get the ZM Panel in the latest Zoneminder master 1.37.15~20220506114546-focal released .

Post by bkjaya1952 »

iconnor wrote: Sat May 07, 2022 2:34 pm You database isn't running. So start it. You can configure systemd to depend on it using an override.

systemctl edit zoneminder.service

[Unit]
BindsTo=
BindsTo=mysql.service
Dear Sir,
I have tried mariadb-server instead of mysql 8 for the latest zoneminder master 1.37.16~20220519140640-focal and found successful .
The problem may be in the mysql-server 8
Screenshot from 2022-05-24 22-08-40.png
Screenshot from 2022-05-24 22-08-40.png (404.91 KiB) Viewed 737 times
For the installation details Please refer https://bkjaya.wordpress.com/2022/05/24 ... ntu-focal/
Post Reply