Page 1 of 1
problem after upgrade
Posted: Fri Jul 10, 2020 8:57 am
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.
Re: problem after upgrade
Posted: Sat Jul 11, 2020 2:46 am
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.
Re: problem after upgrade
Posted: Sat Jul 11, 2020 11:45 am
by DerGraf
Same here
"apt install zoneminder=1.35.5~20200706.23-buster" solve it by now.
Please fix it.
Re: problem after upgrade
Posted: Sun Jul 12, 2020 2:31 pm
by endtyranny
this guy had the same problem
viewtopic.php?f=40&t=29286
his solution is at the end
Re: problem after upgrade
Posted: Sun Jul 12, 2020 3:56 pm
by DerGraf
endtyranny wrote: ↑Sun Jul 12, 2020 2:31 pmhis solution is at the end
Switching to Shinobi wont solve the problem
Re: problem after upgrade
Posted: Mon Jul 13, 2020 4:20 am
by nik282000
Agreed. So far I have found ZoneMinder to be awesome, I would like to continue using it.
Re: problem after upgrade
Posted: Mon Jul 13, 2020 5:03 am
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
Re: problem after upgrade
Posted: Mon Jul 13, 2020 6:10 pm
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.
Re: problem after upgrade
Posted: Mon Jul 13, 2020 6:54 pm
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.