ZMA possibly broke in 1.35.5~20200716162846-eoan

Previous development branch now released as 1.36
Locked
rip
Posts: 38
Joined: Sun Sep 02, 2012 8:59 pm

ZMA possibly broke in 1.35.5~20200716162846-eoan

Post by rip »

I upgraded zm master because the previous update had the buffer issue "smearing" the video in some cases. I think that fix broke ZMA.

I have 8 cameras, most 4k and have made no other changes other than apt update/upgrade that pulled 1.35.5~20200716162846-eoan.

Would have posted sooner, but was actually remote and just got home (am here) and first change I had to look into it a little.

It's recording all steams and playing them back fine, just no events are detected or logged (and nothing in highlighted in the montagereview timeline, although you can scrub video there and it works fine.)

Code: Select all

2020-07-18 17:37:21	zma_m5		1409	ERR	Shared data not initialised by capture daemon for monitor Monitor-6	zm_monitor.cpp	492
2020-07-18 17:37:21	zmdc		1278	ERR	'zma -m 4' exited abnormally, exit status 255	zmdc.pl	
2020-07-18 17:37:21	zma_m4		1398	ERR	Shared data not initialised by capture daemon for monitor Monitor-3	zm_monitor.cpp	492
2020-07-18 17:37:21	zmdc		1278	ERR	'zma -m 3' exited abnormally, exit status 255	zmdc.pl	
2020-07-18 17:37:21	zma_m3		1386	ERR	Shared data not initialised by capture daemon for monitor Monitor-5	zm_monitor.cpp	492
2020-07-18 17:37:21	zmdc		1278	ERR	'zma -m 2' exited abnormally, exit status 255	zmdc.pl	
2020-07-18 17:37:21	zma_m2		1373	ERR	Shared data not initialised by capture daemon for monitor Monitor-4	zm_monitor.cpp	492
2020-07-18 17:37:21	zmdc		1278	ERR	'zma -m 1' exited abnormally, exit status 255	zmdc.pl	
2020-07-18 17:37:21	zma_m1		1367	ERR	Shared data not initialised by capture daemon for monitor Monitor-8
dougmccrary
Posts: 1210
Joined: Sat Aug 31, 2019 7:35 am
Location: San Diego

Re: ZMA possibly broke in 1.35.5~20200716162846-eoan

Post by dougmccrary »

I hadn't noticed, but yeah, no alarm frames or score shown since the fix for distorted frames the 16th on all 10 of my mocord cams.
I do have one modect that seems to see and record alarms properly.
rip
Posts: 38
Joined: Sun Sep 02, 2012 8:59 pm

Re: ZMA possibly broke in 1.35.5~20200716162846-eoan

Post by rip »

Good catch, I should have said mocord....all mine are mocord to catch passing events that might not tigger detection otherwise.
rip
Posts: 38
Joined: Sun Sep 02, 2012 8:59 pm

Re: ZMA possibly broke in 1.35.5~20200716162846-eoan

Post by rip »

1.35.5~20200714143209-eoan Smearing video
1.35.5~20200716162846-eoan Broke ZMA/Detection
1.35.5~20200721160555-eoan Didn't change status of this issue (not better, not worse)
1.35.5~20200721193536-eoan Broke ALL EVENTS, timeline is like it isn't recording (looks like it wasn't usage was very low), logging anything to SQL, much less analyzing anything. I could watch live events though.

So Rolling back to 1.35.5~20200617125058-eoan for now, which is the last stable one for me.

Backed up database, and as root;

Code: Select all

wget https://launchpad.net/~iconnor/+archive/ubuntu/zoneminder-master/+files/zoneminder-dbg_1.35.5~20200617125058-eoan_amd64.deb
wget https://launchpad.net/~iconnor/+archive/ubuntu/zoneminder-master/+files/zoneminder_1.35.5~20200617125058-eoan_amd64.deb
dpkg -i zoneminder_1.35.5~20200617125058-eoan_amd64.deb
service zoneminder restart      (Probably redundant but makes me feel better)
apt-mark hold zoneminder       (Set the parking brake so we don't accidentally roll downhill.)
Just don't have time this week to go down the rabbit hole. :)
SteveGilvarry
Posts: 494
Joined: Sun Jun 29, 2014 1:12 pm
Location: Melbourne, AU

Re: ZMA possibly broke in 1.35.5~20200716162846-eoan

Post by SteveGilvarry »

1.35 Dev branch “More holes than Rabbits” Warranty.
If it’s not broken, it will be at the most inconvenient time. Please return in original packaging for full refund of purchase price. :D
Production Zoneminder 1.37.x (Living dangerously)
Random Selection of Cameras (Dahua and Hikvision)
rip
Posts: 38
Joined: Sun Sep 02, 2012 8:59 pm

Re: ZMA possibly broke in 1.35.5~20200716162846-eoan

Post by rip »

It's OK, just have too much going on to chase it right now.

Have a family member that is in and out of the hospital the last couple weeks (4 times, currently in) that could end with them checking out on a more permanent basis (not covid, but that would push them over at this point so ya.)

I normally try to feed back good info to Issac via PM, etc., and have gotten a few things fixed and tossed a little coin his way before, and appreciate how hard he works on it. Not ungrateful, just unable. :)
rip
Posts: 38
Joined: Sun Sep 02, 2012 8:59 pm

Re: ZMA possibly broke in 1.35.5~20200716162846-eoan

Post by rip »

1.35.5~20200726223348-eoan straightened this all out, thanks!
Locked