Search found 2402 matches

by knight-of-ni
Wed Nov 27, 2024 1:54 pm
Forum: ZoneMinder 1.36.x
Topic: Install fails on Rocky Linux
Replies: 3
Views: 1431

Re: Install fails on Rocky Linux

UPDATE: New ffmpeg 5.1.6- 2 package was built on Nov 21: https://koji.rpmfusion.org/koji/buildinfo?buildID=30349 As of this writing, this new package is not yet in the rpmfusion testing repo. You can fix the problem now by manually downloading the packages from the link above, or just wait for them ...
by knight-of-ni
Wed Nov 27, 2024 12:29 am
Forum: ZoneMinder 1.36.x
Topic: Install fails on Rocky Linux
Replies: 3
Views: 1431

Re: Install fails on Rocky Linux

This is failing because ffmpeg package is looking for libdav1d.so.6, which is part of the dav1d package. However, the dav1d package appears to be upgraded recently on EPEL, to resolve one or more CVE's: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2024-398707b664 https://pagure.io/epel/issue ...
by knight-of-ni
Tue May 16, 2023 5:58 pm
Forum: ZoneMinder 1.36.x
Topic: Zoneminder no longer in EPEL?
Replies: 4
Views: 5905

Re: Zoneminder no longer in EPEL?

BobLaske wrote: Tue May 16, 2023 2:01 pm I did follow 'all' of it and shared what was happening.
Negative. You skipped the first sentence, which describes how to enable RPMFusion.

https://zoneminder.readthedocs.io/en/la ... zoneminder
by knight-of-ni
Tue May 16, 2023 12:17 pm
Forum: ZoneMinder 1.36.x
Topic: Zoneminder no longer in EPEL?
Replies: 4
Views: 5905

Re: Zoneminder no longer in EPEL?

Where have you been? ZoneMinder has lived in RPMFusion for the past decade.

Looks like you found the right documentation. It is correct. You just need to follow all of it.
by knight-of-ni
Fri Mar 31, 2023 12:17 am
Forum: Non-ZoneMinder Chat
Topic: MySQL Performance Tuning
Replies: 8
Views: 26014

Re: MySQL Performance Tuning

No, this thread from 2009 is ancient. We replaced all the myisam tables with innodb years ago.

Simplest thing to do, to tune your database, is to run mysqltuner after your dB has been running at least 24 hours. Just do what mysqltuner suggests.
by knight-of-ni
Mon Jan 30, 2023 2:22 pm
Forum: Announcements
Topic: EL7 deprecated, EL9 support added to build system
Replies: 0
Views: 337564

EL7 deprecated, EL9 support added to build system

ZoneMinder 1.36.x marks the last release supported on RHEL7 compatible distros. This includes, but is not limited to, Alma and Rocky Linux distros. End users running RHEL7 distros will need to upgrade to RHEL8 or 9, in order to take advantage of the next 1.38.0 ZoneMinder release (no ETA yet). RHEL9 ...
by knight-of-ni
Sun Jan 29, 2023 1:06 pm
Forum: ZoneMinder 1.36.x
Topic: FC-37
Replies: 6
Views: 5407

Re: FC-37

You should follow the instructions here:
https://zoneminder.readthedocs.io/en/st ... zoneminder
by knight-of-ni
Wed Dec 21, 2022 9:28 pm
Forum: ZoneMinder 1.36.x
Topic: Missing package dependency
Replies: 3
Views: 3604

Re: Missing package dependency

This has been a bit of moving target. There was a time where we had to use memcached on Fedora, but that is no longer the case. Indeed a new problem arose with memcached. However, php caching appears to be working with php Apc on Fedora, without the deprecated backwards compatibility subpackage that ...
by knight-of-ni
Thu Nov 24, 2022 1:16 pm
Forum: ZoneMinder 1.36.x
Topic: Ghosting ?
Replies: 4
Views: 3779

Re: Ghosting ?

You are dropping frames. Could be a network problem. Could be a server resource problem.

Try forcing the stream type to unicast tcp.
Lower your frame rate.

What is the load on the server?
This isn't a wifi camera is it?
by knight-of-ni
Fri Nov 11, 2022 4:17 pm
Forum: ZoneMinder 1.36.x
Topic: Downgrade on Centos7
Replies: 11
Views: 9806

Re: Downgrade on Centos7

I use Rocky Linux 9 for production systems, including zoneminder.
by knight-of-ni
Thu Nov 10, 2022 1:26 pm
Forum: ZoneMinder 1.36.x
Topic: Downgrade on Centos7
Replies: 11
Views: 9806

Re: Downgrade on Centos7

Hotfix is described here under "hacky workaround": https://github.com/ZoneMinder/zoneminder/issues/3622 Be advised, zm 1.36.x is the last major release that will support centos 7. When zm 1.38 is released (not eta yet), only centos 8 & 9 will be supported. Just giving everyone plenty of time to plan ...
by knight-of-ni
Mon Aug 08, 2022 6:12 pm
Forum: ZoneMinder 1.36.x
Topic: No web interface after upgrade to 1.36.21
Replies: 29
Views: 34252

Re: No web interface after upgrade to 1.36.21

Thanks for the feedback.

Changes will be reflected in the new rpm's I built yesterday.

They are in RPMFusion testing repos now and will take a week to make it to RPMFusion stable repos.
by knight-of-ni
Sun Aug 07, 2022 10:29 pm
Forum: ZoneMinder 1.36.x
Topic: No web interface after upgrade to 1.36.21
Replies: 29
Views: 34252

Re: No web interface after upgrade to 1.36.21

check if the php-intl package is installed:

Code: Select all

rpm -qa |grep php-intl
If it is not, then install it and restart httpd:

Code: Select all

sudo dnf install php-intl
sudo systemctl restart httpd
Please report back
by knight-of-ni
Thu Aug 04, 2022 4:58 pm
Forum: ZoneMinder 1.36.x
Topic: Unable to view events in web browser (Vid blank)
Replies: 3
Views: 3278

Re: Unable to view events in web browser (Vid blank)

The key to this kind of problem is to know what browser you were using. The Can Stream option tests against known browser strings, so if you are using a weird browser or a new version of a browser, then the auto detect logic can incorrectly set the stream settings. Plugins that mask or change the ...