Page 1 of 1

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

Posted: Sat May 07, 2022 6:26 am
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 1180 times
Screenshot from 2022-05-07 11-12-19.png
Screenshot from 2022-05-07 11-12-19.png (57.33 KiB) Viewed 1180 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

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

Posted: Sat May 07, 2022 2:34 pm
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

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

Posted: Sat May 07, 2022 4:17 pm
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

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

Posted: Tue May 24, 2022 5:03 pm
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 1056 times
For the installation details Please refer https://bkjaya.wordpress.com/2022/05/24 ... ntu-focal/