problem after upgrade

Previous development branch now released as 1.36
Locked
iosamu
Posts: 1
Joined: Fri Jul 10, 2020 8:54 am

problem after upgrade

Post by iosamu »

Hi all,

I have some problems after the update:

'zma -m 1' exited abnormally, exit status 255 smdc.pl

Got empty memory map file size 0, is the zmc process for this monitor running? zm_monitor.cpp

Shared data size conflict in shared_data for monitor esterna, expected 600, got 616 zmwatch.pl

it doesn't even show me the live anymore.
i have a hikvision cameras in rtsp.

who can give me some tips?
thanks.
nik282000
Posts: 8
Joined: Tue Dec 10, 2019 7:34 am

Re: problem after upgrade

Post by nik282000 »

I'm having a similar issue (I think). I restarted the server with no cameras running just to get a clean look. After enabling my first camera and setting it to Modect ZoneMinder connects and disconnects intermittently. If I try to view the camera I get mostly "Monitor is not capturing. We will be unable to provide an image" and occasionally 2 or 3 seconds of live video.

I am also getting the "zmwatch[679].ERR-zmwatch.pl [Shared data size conflict in shared_data for monitor Monitor-1, expected 600, got 616]" as well, which lead me to this post.

When I check out /dev/shm/ I found that there are 2 files and they are intermittently full and empty in rapid succession. Here are 3 looks about a second apart.

Code: Select all

nick@ZoneMinder:/dev/shm$ ls -al
total 0
drwxrwxrwt  2 root     root       80 Jul 10 22:53 .
drwxr-xr-x 17 root     root     3460 Jul 10 22:25 ..
-rw-------  1 www-data www-data    0 Jul 10 22:53 zm.mmap.1
-rw-------  1 www-data www-data    0 Jul 10 22:53 zm.mmap.2
nick@ZoneMinder:/dev/shm$ ls
zm.mmap.1  zm.mmap.2
nick@ZoneMinder:/dev/shm$ ls -al
total 34048
drwxrwxrwt  2 root     root            80 Jul 10 22:53 .
drwxr-xr-x 17 root     root          3460 Jul 10 22:25 ..
-rw-------  1 www-data www-data         0 Jul 10 22:53 zm.mmap.1
-rw-------  1 www-data www-data 983046168 Jul 10 22:53 zm.mmap.2
nick@ZoneMinder:/dev/shm$ ls -al
total 960008
drwxrwxrwt  2 root     root            80 Jul 10 22:53 .
drwxr-xr-x 17 root     root          3460 Jul 10 22:25 ..
-rw-------  1 www-data www-data 983046168 Jul 10 22:53 zm.mmap.1
-rw-------  1 www-data www-data         0 Jul 10 22:53 zm.mmap.2
nick@ZoneMinder:/dev/shm$ 
I think this came along with 1.35.5~20200709.81-buster, I upgraded again to 1.35.5~20200710.82-buster and am having the same problems.

I am very much a novice so I may be missing something ovbious.

Edit: Rolling back to 1.35.5~20200706.23-buster got things working again.
Attachments
zm-log_OneCameraRunnning.txt
(22.78 KiB) Downloaded 136 times
Last edited by nik282000 on Sat Jul 11, 2020 2:01 pm, edited 1 time in total.
DerGraf
Posts: 35
Joined: Fri Aug 17, 2018 7:33 pm

Re: problem after upgrade

Post by DerGraf »

Same here :cry:

"apt install zoneminder=1.35.5~20200706.23-buster" solve it by now.

Please fix it.
endtyranny
Posts: 7
Joined: Mon Dec 16, 2019 4:36 am
Location: Huntington

Re: problem after upgrade

Post by endtyranny »

this guy had the same problem viewtopic.php?f=40&t=29286
his solution is at the end
Changed by admin: This poster is Moe, author of Shinobi. He has a habit of spamming this forum using fake ids. His profile shows his IP and email (peace AT shinobi.systems)
DerGraf
Posts: 35
Joined: Fri Aug 17, 2018 7:33 pm

Re: problem after upgrade

Post by DerGraf »

endtyranny wrote: Sun Jul 12, 2020 2:31 pmhis solution is at the end

Switching to Shinobi wont solve the problem :roll:
nik282000
Posts: 8
Joined: Tue Dec 10, 2019 7:34 am

Re: problem after upgrade

Post by nik282000 »

Agreed. So far I have found ZoneMinder to be awesome, I would like to continue using it.
c.dahmen
Posts: 1
Joined: Mon Jul 13, 2020 4:54 am

Re: problem after upgrade

Post by c.dahmen »

Morning,

i searched for about 4 days. I dit an complete reinstall, create a brand new test-system, but no cam runs....
Then i found this post and all myn cam´s are now running....
Only this Version helps on buster: "apt install zoneminder=1.35.5~20200706.23-buster"
My number of cams: 14.

Great Thanks to DerGraf

But i can´t found any bugtracking on git. Dit anybody create there an issue?
https://github.com/ZoneMinder/zoneminder/issues

Addendum: My mistake was, that I used the wrong branch and so i had installed not the "stable" version.
The "stable" deb https://zmrepo.zoneminder.com/debian/release-1.34/ buster /" is running perfectly.


Dear
Christian
DerGraf
Posts: 35
Joined: Fri Aug 17, 2018 7:33 pm

Re: problem after upgrade

Post by DerGraf »

c.dahmen wrote: Mon Jul 13, 2020 5:03 amMy mistake was, that I used the wrong branch and so i had installed not the "stable" version.
Me too. But unfortunately its not easy to downgrade to 1.34

I´m sure @iconnor has reading this thread and do his best to solve the problem.
User avatar
iconnor
Posts: 2879
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: problem after upgrade

Post by iconnor »

Get off the bleeding edge if you can't handle it.

Downgrading to 1.34 is trivial.

I will fix this when I can.
Locked