Hello,
First of all, I wanted to thank you guys for developing this project. I really love it, but I encountered some problems/bugs.
Yesterday I installed the 1.31.44 storageareas package on a fresh installation of Ubuntu 16.04 Server. I really like the new features compared to the previous version I had (1.30.4), but I am having some problems with this version.
First problem:
Zoneminder keeps restarting every approximately 10 minutes.
Zoneminder log: https://pastebin.com/1zibYgvt
journalctl log: https://ibb.co/gUz63n
Second problem:
Zoneminder stops when you edit a camera's config and save it, but does not start anymore. When you go to the config again, and save it again, it will start again.
Zoneminder log when saving first time: https://pastebin.com/vybK4NUG (Keeps giving the empty memory map error).
Zoneminder log when saving a for a second time: https://pastebin.com/i1UPYDkN (That forces a start?)
Another problem:
After running zoneminder for a while and capturing some events, I noticed that the event count on the console page was incorrect. For example: I only had 1 event that hour, but the console said 4. If I clicked the count, I only saw one in the list.
I don't know if this is due a misconfiguration on my side. For the installation, I followed the steps here: http://zoneminder.readthedocs.io/en/sta ... untu-16-04
And replaced the ppa with the storageareas ppa (ppa:iconnor/zoneminder-storageareas).
I left the zoneminder options as default. I only have one camera. The camera's config:
I hope someone can help me out with this. Due to the restarting, I'm losing some events, when the restart occurs during an event.
Thanks in advance!
Having problems with Zoneminder 1.31.44 StorageAreas
Re: Having problems with Zoneminder 1.31.44 StorageAreas
I have the same issue
If i do a "service zoneminder restart", it fails with a timeout.
I have the same issue as well. Event Counts for hour/day/week/month are exactly the samemathijss wrote: ↑Thu May 03, 2018 10:28 am Another problem:
After running zoneminder for a while and capturing some events, I noticed that the event count on the console page was incorrect. For example: I only had 1 event that hour, but the console said 4. If I clicked the count, I only saw one in the list.
Re: Having problems with Zoneminder 1.31.44 StorageAreas
the restart thing is a bit odd.....I am about to run through an install of ZM 1.31.44 on a Puppy Linux Bionic Beaver 18.05 (Ubuntu binaries) and I am experiencing that each time I install ZM 1.31.44 on this platform ZM does different strange things. Version 1.30.4 Stable runs on this OS really well..every feature functions (after API fix) and is showing good CPU loads for the amount of test cameras I am adding.
I will try to replicate what is happening to your setup and see what is going on.
I will try to replicate what is happening to your setup and see what is going on.
Re: Having problems with Zoneminder 1.31.44 StorageAreas
Restart issue does not seem to occur on 1.31.43 master snapshot.
Re: Having problems with Zoneminder 1.31.44 StorageAreas
zmdc.pl has a while loop that will only terminate with a hard-abort or process kill. This is causing the repeated restartPending.
i also noticed that only the first (ord) filter is running okay via zmfilter (spawned by zmdc/zmpkg). However, none of the other filters processes are getting kicked at all.
i also noticed that only the first (ord) filter is running okay via zmfilter (spawned by zmdc/zmpkg). However, none of the other filters processes are getting kicked at all.
-
- Posts: 15
- Joined: Thu Nov 09, 2017 7:03 pm
Re: Having problems with Zoneminder 1.31.44 StorageAreas
UPDATE I fixe it doing that viewtopic.php?f=37&t=27200&p=105761#p105761 now css work , but i still having problem with one camera that before was using libvlc, now if i use libvlc its stop each 4 seconds for some reason, and if i use ffmpeg the pixture get broken like pixelated, i had same problem with ffmpeg in that camera before using the 1.30.4 thats why i was using libvlc , but now i cant. any help?
- Attachments
-
- broken2.jpg (162.58 KiB) Viewed 8254 times
-
- broken.jpg (441.02 KiB) Viewed 8254 times
Re: Having problems with Zoneminder 1.31.44 StorageAreas
The restart issue has returned in the latest master and storageareas ppa.