Search found 2906 matches

by iconnor
Thu Oct 20, 2022 11:07 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: LOG page?
Replies: 8
Views: 1062

Re: LOG page?

Is it turned off in Options->Logging?
by iconnor
Thu Oct 20, 2022 11:06 am
Forum: ZoneMinder 1.36.x
Topic: ZoneMinder 1.36.31 - Ubuntu Server 22.04 - blank screen
Replies: 2
Views: 284

Re: ZoneMinder 1.36.31 - Ubuntu Server 22.04 - blank screen

There probably is a log message in apache logs. Blank screen indicates a problem with the php.
by iconnor
Mon Oct 17, 2022 11:54 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.30,31 The Memory Remains
Replies: 21
Views: 305839

Released 1.36.30,31 The Memory Remains

#Changes since 1.36.29 - Test for definition of ZM_LOG_INJECT. We don't include the config when not logged in. So it won't be defined and an error will be logged - Fix saving from the function modal (and other modals) - left align option value column - when a config value is overridden via *.conf fi...
by iconnor
Mon Oct 17, 2022 2:30 pm
Forum: ZoneMinder 1.36.x
Topic: 2fps in Montage after services reset
Replies: 2
Views: 294

Re: 2fps in Montage after services reset

In 1.36 if zms has a problem sending fast enough, it reduces it's target fps. There is no code to make it go back up though. I have rewritten a lot of this in 1.37.
by iconnor
Mon Oct 17, 2022 2:13 pm
Forum: ZoneMinder 1.36.x
Topic: no camera streaming on Zoneminder
Replies: 6
Views: 1034

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: 2394

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: 1139

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: 1486

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: 211520

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: 211520

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: 211520

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: 211520

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: 354

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: 1420

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...