Search found 2906 matches

by iconnor
Fri Jun 17, 2022 10:13 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: ZM 1.37.16-1.177 (Fedora 36) with Recording set to "Always" - repeatedly fails with backtraces
Replies: 2
Views: 900

Re: ZM 1.37.16-1.177 (Fedora 36) with Recording set to "Always" - repeatedly fails with backtraces

Unfortunately backtraces have been useless for years. A better option would be turn on debug logging at level 3 and see what is happening right before the crash. Or install valgrind and run it under that. EDIT: You did turn on debug, I can see that now. So it crashed when starting up opening up the ...
by iconnor
Thu Jun 16, 2022 6:17 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: ONVIF event notification
Replies: 3
Views: 925

Re: ONVIF event notification

well you have to have gsoap installed.

sudo apat-get install gsoap libgsoap-dev

And then build the package.
by iconnor
Wed Jun 15, 2022 11:17 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: ONVIF event notification
Replies: 3
Views: 925

Re: ONVIF event notification

Unfortunately we havn't figured out a good way of including this code in the packages.

You will have to build your own, preferably using the do_debian_package.sh script in the misc directory.

This isn't TOO bad to figure out, but you might just want to wait for us to figure it out.
by iconnor
Wed Jun 15, 2022 8:04 pm
Forum: ZoneMinder 1.36.x
Topic: 1.26.17-1 on Fedora 36
Replies: 2
Views: 246

Re: 1.26.17-1 on Fedora 36

You have a filter that is deleting in-progress events. Fix it. It should at least have an EndDateTime is not null rule, but also rules to make it delete OLD events not new.
by iconnor
Wed Jun 15, 2022 8:03 pm
Forum: Docker
Topic: Console Showing 0.00B Across All Events
Replies: 12
Views: 10133

Re: Console Showing 0.00B Across All Events

You should enable the update disk filter then.
by iconnor
Tue Jun 14, 2022 8:01 pm
Forum: ZoneMinder 1.36.x
Topic: Deleted event Warnings in the log
Replies: 4
Views: 269

Re: Deleted event Warnings in the log

Shouldn't happen. Might mean that you have two filters deleting at the same time.

Deleting an event happens in two steps. First we delete from the db, then from the file system. There should be no warnings.
by iconnor
Tue Jun 14, 2022 7:44 pm
Forum: ZoneMinder 1.36.x
Topic: Upgraded to ZM 1.36.12 and it stops responding with to many DB connections errors
Replies: 6
Views: 383

Re: Upgraded to ZM 1.36.12 and it stops responding with to many DB connections errors

Very unlikely. Just add my ppa and upgrade to our packaged version.
by iconnor
Tue Jun 14, 2022 2:20 pm
Forum: ZoneMinder 1.36.x
Topic: 1.36.19 zmc is crashing...
Replies: 5
Views: 1165

Re: 1.36.19 zmc is crashing...

You can reduce your image buffers setting... to like 3 which is the default now.
by iconnor
Tue Jun 14, 2022 2:16 pm
Forum: ZoneMinder 1.36.x
Topic: Deleted event Warnings in the log
Replies: 4
Views: 269

Re: Deleted event Warnings in the log

The event is supposed to exist on disk... so we can delete it... it not being there is abnormal.
by iconnor
Tue Jun 14, 2022 1:53 pm
Forum: ZoneMinder 1.36.x
Topic: Upgraded to ZM 1.36.12 and it stops responding with to many DB connections errors
Replies: 6
Views: 383

Re: Upgraded to ZM 1.36.12 and it stops responding with to many DB connections errors

zmu is used to get the current status or give commands to the running zmc process. There has long been an issue with it hanging on exit. I thought I had it fixed, but maybe not. It's not something I can reproduce reliably.

It is not a process that should stay resident. You can kill -9 them.
by iconnor
Tue Jun 14, 2022 1:35 pm
Forum: ZoneMinder 1.36.x
Topic: Upgraded to ZM 1.36.12 and it stops responding with to many DB connections errors
Replies: 6
Views: 383

Re: Upgraded to ZM 1.36.12 and it stops responding with to many DB connections errors

how about the output of ps ax | grep zm

There should be roughly 1 db connection per process.
by iconnor
Mon Jun 13, 2022 7:56 pm
Forum: ZoneMinder 1.36.x
Topic: after upgrading to 1.36.17, blank video in montage, and web_php "Unable to get semaphore." in log
Replies: 22
Views: 7432

Re: after upgrading to 1.36.17, blank video in montage, and web_php "Unable to get semaphore." in log

Cool thanks for figuring that out. I have added support for older php and will include that in 1.36.20
by iconnor
Fri Jun 10, 2022 12:27 am
Forum: ZoneMinder 1.36.x
Topic: zm_videostore.cpp warning on 1.36.18, was also present on 1.36.17
Replies: 38
Views: 58699

Re: zm_videostore.cpp warning on 1.36.18, was also present on 1.36.17

Don't waste your time. It has nothing to do with keyframe interval.
by iconnor
Thu Jun 09, 2022 10:36 pm
Forum: ZoneMinder 1.36.x
Topic: alarm cause from zmMemRead
Replies: 13
Views: 3829

Re: alarm cause from zmMemRead

I'll have to take a look at the code. I think it should still do it.
by iconnor
Thu Jun 09, 2022 12:27 pm
Forum: ZoneMinder 1.36.x
Topic: Sock does not exist filling logs
Replies: 2
Views: 194

Re: Sock does not exist filling logs

1.36.15 had some issues, this being one. Upgrade to 1.36.18/19.