Search found 2902 matches

by iconnor
Mon Oct 17, 2022 2:13 pm
Forum: ZoneMinder 1.36.x
Topic: no camera streaming on Zoneminder
Replies: 6
Views: 1021

Re: no camera streaming on Zoneminder

The problem is with your apache config.. The default apache config uses /usr/lib/cgi-bin but ZoneMinder's zms is in /usr/lib/zoneminder/cgi-bin.

ZoneMinder's default config for apache has a ScriptAlias line too, but they conflict.

Maybe try
sudo a2dissite 000-default
sudo systemctl reload apache2
by iconnor
Fri Oct 14, 2022 8:01 pm
Forum: ZoneMinder 1.36.x
Topic: zoneminder- 1.36.29-focal1 , monitor status cant' be change to modect using Function[ Solved ]
Replies: 4
Views: 2361

Re: zoneminder- 1.36.29-focal1 , monitor status cant' be change to modect using Function

Can you please follow the proposed ppa in your testing? It contains fixes prior to release and it would be great to get more testing. ppa:iconnor/zoneminder-proposed Currently should have a 1.36.30 package available. Alternatively build for the release-1.36 branch which is what the ppa is built from.
by iconnor
Fri Oct 14, 2022 1:03 pm
Forum: Hardware Compatibility List
Topic: avoid i3,i5 etc
Replies: 3
Views: 1134

Re: avoid i3,i5 etc

Probably when that was written an i3 was essentially a celeron, 1 core pretending to be 2. An i5 was a core2duo pretending to be a quad core. Nowadays the labels are almost meaningless. I think the gist of it was, get an i7 as they are the only decent intel cpu's out there. My real 8 core i7 3770 is...
by iconnor
Fri Oct 14, 2022 12:58 pm
Forum: ZoneMinder 1.36.x
Topic: Run filter after a certain time of day
Replies: 5
Views: 1477

Re: Run filter after a certain time of day

You can use cron job to run the filter. Don't check the run in background box .. then in cron job run zmfilter.pl --filter_id=[whatever the id is]

You could also sponsor the addition of the needed conditions in the filters...
by iconnor
Thu Oct 13, 2022 10:03 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.29 The Memory Remains
Replies: 13
Views: 210852

Re: Released 1.36.29 The Memory Remains

And which version didn't consume ram?
by iconnor
Thu Oct 13, 2022 9:45 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.29 The Memory Remains
Replies: 13
Views: 210852

Re: Released 1.36.29 The Memory Remains

There's not much in there that would eat more ram than before.

Which process is consuming ram?
by iconnor
Wed Oct 12, 2022 11:10 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.29 The Memory Remains
Replies: 13
Views: 210852

Re: Released 1.36.29 The Memory Remains

Use the main monitor edit instead of the function popup for now
by iconnor
Wed Oct 12, 2022 10:31 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.29 The Memory Remains
Replies: 13
Views: 210852

Re: Released 1.36.29 The Memory Remains

Packages should be available now
by iconnor
Wed Oct 12, 2022 9:39 pm
Forum: ZoneMinder 1.36.x
Topic: Error while saving video
Replies: 2
Views: 353

Re: Error while saving video

You must upgrade to the latest. 1.36.29. This issue was fixed a long time ago.
by iconnor
Wed Oct 12, 2022 9:22 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Can't find a way to disable/enable cameras any more
Replies: 10
Views: 1418

Re: Can't find a way to disable/enable cameras any more

The last thing zmc does before dying is update the db record. If it crashes before doing this, or the db table is locked and the update fails, then it doesn't get update and the web ui thinks it is still running. I am adding a background task to clear these out but we should check your logs as to wh...
by iconnor
Tue Oct 11, 2022 11:24 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.29 The Memory Remains
Replies: 13
Views: 210852

Released 1.36.29 The Memory Remains

#Changes since 1.36.28 - update web/ajax.log.php to contents from master. Fixes errors causing log view to not work. Fixes #3606 - use ajax() instead of getJSON so that we can specify no timeouts.. This prevents log queries from stacking up overloading the db - Check for definition of CAMBOZOLA defi...
by iconnor
Tue Oct 11, 2022 12:56 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Can't find a way to disable/enable cameras any more
Replies: 10
Views: 1418

Re: Can't find a way to disable/enable cameras any more

Disabling a camera is Capturing=None. Yes I agree we need to do more to make this a little more intuitive. I'm thinking of bringing back the Enabled/Disabled checkbox and put it on the first tab.
by iconnor
Sat Oct 08, 2022 3:33 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.27, 1.36.28 The Memory Remains
Replies: 21
Views: 279799

Re: Released 1.36.27, 1.36.28 The Memory Remains

I'll have a proper fix tonight. It is getting to be too difficult to manage the two codebases. Can't just cherry pick any more.

My initial fix is just to import the ajax/log.php from master. So if you want to grab the one from master and stick it in place your logs will be fixed.
by iconnor
Fri Oct 07, 2022 10:48 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.27, 1.36.28 The Memory Remains
Replies: 21
Views: 279799

Re: Released 1.36.27, 1.36.28 The Memory Remains

Delete lines 32 and 33 of /usr/share/zoneminder/www/ajax/log.php