Page 1 of 1

Zoneminder master 1.35.20~20210309163038-focal - can have only one monitor[Solved]

Posted: Wed Mar 10, 2021 6:37 pm
by bkjaya1952
The Zoneminder master 1.35.20~20210309163038-focal released today ,has been tested with a USB camera and Hikvision network ip camera.

It was found that ,only one monitor can be shown in the ZM panel . When the second monitor is added , the first monitor is automatically deleted .

The error log is attached herewith please
Screenshot from 2021-03-10 23-47-44.png
Screenshot from 2021-03-10 23-47-44.png (391.55 KiB) Viewed 3244 times

Re: Zoneminder master 1.35.20~20210309163038-focal - can have only one monitor

Posted: Thu Mar 11, 2021 7:19 am
by bkjaya1952
The same problem prevails in the latest Zoneminder master 1.35.20~20210310172435-focal released today .

The error log is attached below..
Screenshot from 2021-03-11 12-40-07.png
Screenshot from 2021-03-11 12-40-07.png (302.36 KiB) Viewed 3228 times

Re: Zoneminder master 1.35.20~20210309163038-focal - can have only one monitor

Posted: Thu Mar 11, 2021 4:49 pm
by bkjaya1952
I have tried with the latest zoneminder master 1.35.20~20210311092658-focal latest release also. The problem is still there.

The respective error log is appended below
Screenshot from 2021-03-11 22-14-03.png
Screenshot from 2021-03-11 22-14-03.png (77.14 KiB) Viewed 3208 times

Re: Zoneminder master 1.35.20~20210309163038-focal - can have only one monitor

Posted: Fri Mar 12, 2021 10:15 am
by bkjaya1952
The same problem is there in the latest zoneminder master 1.35.20~20210311131653-focal released today

Re: Zoneminder master 1.35.20~20210309163038-focal - can have only one monitor

Posted: Fri Mar 12, 2021 2:32 pm
by Magic919
Would be worth a mention on Slack. They are pretty active on there lately.

Re: Zoneminder master 1.35.20~20210309163038-focal - can have only one monitor

Posted: Sat Mar 13, 2021 3:46 pm
by iconnor
There are lot of different errors in there. First off the log shows you doing a monitor probe which then tries to use tools like arp to scan the network for cameras. It isn't installed. Also it is complaining about not being able to list network devices. We use the command "ip link" to do this. ip really should be installed.

Next we see errors about your Sessions table not being present.. that was added in 1.35.9. You can fix it by doing:
mysql -u zmuser -p zm < /usr/share/zoneminder/db/zm_update-1.35.9.sql

Re: Zoneminder master 1.35.20~20210309163038-focal - can have only one monitor

Posted: Sat Mar 13, 2021 11:18 pm
by iconnor
I made some changes maybe they will resolve the problem.

I discovered an annoyance. Mysql loses track of the auto_increment value. I've altered the code to handle this bizarre situation.

Re: Zoneminder master 1.35.20~20210309163038-focal - can have only one monitor

Posted: Sun Mar 14, 2021 5:34 am
by bkjaya1952
iconnor wrote: Sat Mar 13, 2021 11:18 pm I made some changes maybe they will resolve the problem.

I discovered an annoyance. Mysql loses track of the auto_increment value. I've altered the code to handle this bizarre situation.
Thank you. The problem is still there.

Re: Zoneminder master 1.35.20~20210309163038-focal - can have only one monitor

Posted: Wed Mar 17, 2021 7:18 am
by bkjaya1952
The monitor creation problem has been solved in the latest Zoneminder master 1.35.21~20210316201259-focal released today.

Thank you very much for fixing the error ! :D