Search found 2400 matches

by knight-of-ni
Thu May 19, 2022 7:08 pm
Forum: ZoneMinder 1.36.x
Topic: deleted events are not deleted
Replies: 1
Views: 400

Re: deleted events are not deleted

Is OPT_FAST_DELETE turned on in Options?
by knight-of-ni
Fri Apr 22, 2022 12:11 pm
Forum: ZoneMinder 1.36.x
Topic: Kindly guide any way to schedule recording for a particular camera
Replies: 4
Views: 691

Re: Kindly guide any way to schedule recording for a particular camera

That's exactly what the state change logic allows you to do. If you only want to change the mode of one camera, you can do that.
by knight-of-ni
Sun Apr 17, 2022 12:25 pm
Forum: ZoneMinder 1.36.x
Topic: using a higher AJAX timeout
Replies: 1
Views: 338

Re: using a higher AJAX timeout

Ajax timeout is found under the bandwidth options
by knight-of-ni
Fri Apr 01, 2022 7:29 pm
Forum: ZoneMinder 1.36.x
Topic: False alarms when the lights goes out (Cam IR light)
Replies: 4
Views: 2608

Re: False alarms when the lights goes out (Cam IR light)

You almost have it. You need to modify both the overload frame ignore count and the extend alarm frame count.
by knight-of-ni
Tue Mar 01, 2022 9:01 pm
Forum: ZoneMinder 1.36.x
Topic: Moved MYSQL - Now Zoneminder won't start!
Replies: 2
Views: 475

Re: Moved MYSQL - Now Zoneminder won't start!

What I have done is mount the disk/partition directly to /var/lib/mysql. It avoids having to manage a non-default mysql config. Here are some general steps to do that: - stop mysql - move the contents of /var/lib/mysql to a temporary location - configure fstab or systemd to mount the dedicated parti...
by knight-of-ni
Wed Feb 23, 2022 5:58 pm
Forum: ZoneMinder 1.36.x
Topic: Missing package dependency
Replies: 3
Views: 1961

Re: Missing package dependency

Negative. Cakephp 2.x uses the old, compatability version of apcu, which is found in php-pecl-apcu-bc. That package was deprecated in Fedora. Consequently, ZoneMinder on Fedora was switched to use memcached rather than apc: https://github.com/ZoneMinder/zoneminder/commit/b59e911c43380278dd173e1c51f5...
by knight-of-ni
Tue Nov 30, 2021 2:45 pm
Forum: ZoneMinder 1.36.x
Topic: Certain cameras no longer working in 1.36.x
Replies: 4
Views: 3122

Re: Certain cameras no longer working in 1.36.x

I did upgrade one of the 1.36 servers to 1.37.5, but that didn't fix the problem. I wasn't sure how to upgrade to 1.36.11 as yum did not report any new versions in the repository, so I used the instructions here to just upgrade to 1.37.5 instead. I still have another 1.36.11 server anyway. How invo...
by knight-of-ni
Wed Nov 03, 2021 1:28 pm
Forum: ZoneMinder 1.34.x
Topic: ZoneMinder 1.34.26 RPMs for EL7?
Replies: 5
Views: 5647

Re: ZoneMinder 1.34.26 RPMs for EL7?

yes, that was typo. I fixed it. Thanks.
by knight-of-ni
Tue Nov 02, 2021 5:22 pm
Forum: ZoneMinder 1.34.x
Topic: ZoneMinder 1.34.26 RPMs for EL7?
Replies: 5
Views: 5647

Re: ZoneMinder 1.34.26 RPMs for EL7?

These steps work for me: sudo yum install mock-rpmfusion-free wget -c https://gist.githubusercontent.com/knight-of-ni/d9dc11f7b5d2536236f4d62401e9a53b/raw/87d27cb99df7be0d1c661d39c1b258515eee82ad/gistfile1.txt -O zoneminder.spec spectool -g -R zoneminder.spec rpmbuild -bs --nodeps zoneminder.spec mo...
by knight-of-ni
Fri Oct 15, 2021 3:23 pm
Forum: ZoneMinder 1.36.x
Topic: Why is rows per page up to 200 and then all
Replies: 18
Views: 5237

Re: Why is rows per page up to 200 and then all

We recommend running zmaudit from a cron job, rather than enabling it in the web options.
by knight-of-ni
Wed Oct 13, 2021 3:24 pm
Forum: ZoneMinder 1.36.x
Topic: rpmfusion repo
Replies: 4
Views: 4278

Re: rpmfusion repo

I pushed zm 1.36.8 packages to rpmfusion the day it was released.

You have to watch the rpmfusion devel list for package announcements.

For example:
https://lists.rpmfusion.org/archives/li ... EWHNPK4W3/
by knight-of-ni
Thu Oct 07, 2021 1:12 pm
Forum: ZoneMinder 1.36.x
Topic: Why is rows per page up to 200 and then all
Replies: 18
Views: 5237

Re: Why is rows per page up to 200 and then all

WEB_EVENTS_PER_PAGE no longer affects the web ui. It is still used in API, however, which is why it hasn't been removed. The bootstrap-table library accepts an array of values for the pagination values, which gets set as a static list during table init. Here is where it is set for the events table: ...
by knight-of-ni
Wed Jun 23, 2021 6:54 pm
Forum: ZoneMinder 1.36.x
Topic: Delete logs from interface
Replies: 2
Views: 1514

Re: Delete logs from interface

If you are trying to delete logs to save space, then do that under Options -> Logs to have them automatically purged.
If you are trying to delete events to simply get them out of the way, then use the search filter instead.
by knight-of-ni
Thu Apr 08, 2021 5:21 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Upgrade Issue 1.34 ->1.35
Replies: 8
Views: 2967

Re: Upgrade Issue 1.34 ->1.35

The only 100% sure way to downgrade is to restore from an old dB backup, after you have downgraded the software.

If you don't have a dB backup, in many cases, simply running sudo zmupdate.pl, after downgrading the software, will get things working for you.