Search found 48 matches

by pygr
Thu Nov 02, 2023 5:49 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Delayed log files?
Replies: 1
Views: 2760

Delayed log files?

Package build from source current with github master as of Wed Nov 1 17:27:47 2023 -0400 OS: dietpi 8.22.3 When viewing logs, for example cat /var/log/zm/zmc_m2.log it can take more than 1/2 hour before the entries catch up to the current time. Log entries in the web UI don't have that delay. And mo...
by pygr
Fri Oct 13, 2023 12:10 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: A memory leak located?
Replies: 6
Views: 25251

Re: A memory leak located?

Magic919 wrote: Sun Oct 08, 2023 7:43 am I’d suggest using Slack as that’s where the Developers hang out.
Good suggestion! Thanks.
by pygr
Fri Oct 13, 2023 12:09 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Offline?
Replies: 7
Views: 6347

Re: Offline?

:D
by pygr
Tue Oct 10, 2023 7:33 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: A memory leak located?
Replies: 6
Views: 25251

Re: A memory leak located?

Further investigation disproves the notion that packet->image is involved with a memory leak.

Sorry, my bad.
by pygr
Mon Oct 09, 2023 5:38 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: ONVIF pullpoint subscription renew error
Replies: 0
Views: 16941

ONVIF pullpoint subscription renew error

ZM updated 9AM 9 October 2023 git clone https://github.com/ZoneMinder/zoneminder.git . Built unmodified package. With ONVIF event listener configured and enabled, this error appears in the log zmc_m1[223856].ERR-zm_monitor.cpp/1076 [ONVIF Couldn't do initial Renew ! Error 2 The requested does not ex...
by pygr
Mon Oct 09, 2023 4:08 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Offline?
Replies: 7
Views: 6347

Re: Offline?

FWIW This morning (9AM PDT 9 October, 2023) I cloned the master branch

Code: Select all

git clone https://github.com/ZoneMinder/zoneminder.git 
and built the (unmodified) package. The "Offline" problem is still there.
by pygr
Sun Oct 08, 2023 5:44 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: A memory leak located?
Replies: 6
Views: 25251

Re: A memory leak located?

Does turning analysis off cause a memory leak? In my setup I turn off analysis because, instead, I have the ONVIF event listener triggering events. I'm now thinking perhaps it's better to put the "delete" command just before the "new" command for "packet->image" towards...
by pygr
Sat Oct 07, 2023 5:47 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: A memory leak located?
Replies: 6
Views: 25251

A memory leak located?

Version 1.37.45 Before another memory allocation is made for packet->image , is the old one deallocated in the method Monitor::Decode() in zm_monitor.cpp? If I put delete packet->image;packet->image = nullptr; near the end of Decode(), zoneminder seems to leak memory less badly. I haven't noticed an...
by pygr
Sat Oct 07, 2023 5:07 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Offline?
Replies: 7
Views: 6347

Offline?

Version 1.37.45. Built package from source. On the console view in the "Function" column "Offline" frequently appears. It seems to randomly come and go for each of 3 monitors, each of which handles a different camera; I haven't been able to discern a pattern. I haven't noticed th...
by pygr
Fri Sep 22, 2023 1:05 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: do_debian_package.sh fails for 1.37.44
Replies: 1
Views: 4599

Re: do_debian_package.sh fails for 1.37.44

do_debian_package.sh succeeds for 1.37.45!
by pygr
Wed Sep 20, 2023 9:34 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: do_debian_package.sh fails for 1.37.44
Replies: 1
Views: 4599

do_debian_package.sh fails for 1.37.44

A build + install of a version 1.37.42 deb on my system (Odroid N2+ with Dietpi bookworm) succeeds. The service mostly works as expected except that the 3 running zmc processes slowly (hours) increase their memory usage, so that eventually the oom killer has to do its job to restart zoneminder. So I...
by pygr
Fri Sep 08, 2023 12:01 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Arrow symbol to the left of system health information?
Replies: 1
Views: 2826

Re: Arrow symbol to the left of system health information?

Apparently, that arrow symbol is a trending_up icon for the load.https://materializecss.com/icons.html
by pygr
Thu Sep 07, 2023 11:41 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Arrow symbol to the left of system health information?
Replies: 1
Views: 2826

Arrow symbol to the left of system health information?

In the banner at the top of the user interface. What does it signify? Sometimes it is present, sometimes not. My first guess is that it appears when the load is increasing. But it also shows up when the load shown has decreased. Also,what is the little icon (that looks like a symbol for a list) that...
by pygr
Sat Jul 29, 2023 4:17 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: janus: no iceServers defined
Replies: 1
Views: 13000

janus: no iceServers defined

Debian 12 Armbian 23.05.1 bookworm ZoneMinder 1.37.41 (custom build -- modified zm_monitor.cpp) Janus 1.1.2 In the Developer Tools Console on Firefox two errors show up when Monitor Live View is brought up on the ZoneMinder WebUI: "No iceServers found" and "465 Error processing SDP&qu...
by pygr
Thu Jul 27, 2023 5:06 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: WebUI Date/Time UTC?
Replies: 2
Views: 3563

Re: WebUI Date/Time UTC?

Thanks Doug. That was it. When I changed /etc/php/8.2/apache2/php.ini to have

Code: Select all

date.timezone=America/Los_Angeles
the dates were for PDT.