Search found 54 matches

by kenworth
Thu Jun 20, 2024 1:36 pm
Forum: Mobile Apps and Event Server
Topic: face_dlib.py error after upgrading to Fedora 40
Replies: 2
Views: 2009

Re: face_dlib.py error after upgrading to Fedora 40

I figured this out. The error was happening when face_dlib.py was trying to load the file /var/lib/zmeventnotification/known_faces/faces.dat into a KNN object. Since the structure of this object class changed in later versions of sklearn, I needed to rerun /var/lib/zmeventnotification/bin/zm_train_f...
by kenworth
Thu Jun 20, 2024 1:09 pm
Forum: Mobile Apps and Event Server
Topic: face_dlib.py error after upgrading to Fedora 40
Replies: 2
Views: 2009

face_dlib.py error after upgrading to Fedora 40

I recently upgraded my server to Fedora 40 which also updated Python to 3.12 making it necessary to reinstall all of the packages necessary for ZMES to function. Everything is now working normally except for face recognition which throws the following error: zmesdetect[1247004] ERR face_dlib.py:110 ...
by kenworth
Wed May 04, 2022 3:59 pm
Forum: ZoneMinder 1.36.x
Topic: 1.36.14 availability in rpmfusion
Replies: 0
Views: 741

1.36.14 availability in rpmfusion

Has the latest release been submitted to rpmfusion for testing? Just curious on the expected availability of it via that repo. Thanks!
by kenworth
Mon Jul 26, 2021 3:29 pm
Forum: ZoneMinder 1.36.x
Topic: Fedora 33/34 mod_php deprecated issue
Replies: 2
Views: 2921

Re: Fedora 33/34 mod_php deprecated issue

I figured this out. I was using an old version of /etc/httpd/conf.d/php.conf. Converting to the current version of that file and commenting out everything in /etc/httpd/conf.modules.d/10-php.conf prevented mod_php from loading.
by kenworth
Thu Jun 03, 2021 5:10 pm
Forum: ZoneMinder 1.36.x
Topic: Fedora 33/34 mod_php deprecated issue
Replies: 2
Views: 2921

Fedora 33/34 mod_php deprecated issue

Hi all, I just upgraded to Fedora 34 from 32 today and ran into issues with the fact that mod_php is no longer present with PHP-FPM being the replacement. The issue is the php_value settings that seem to be required by Zoneminder now prevent httpd from starting since mod_php is no longer there. I wa...
by kenworth
Thu Jan 30, 2020 3:06 pm
Forum: ZoneMinder 1.34.x
Topic: PHP Warning: [No terms in filter] at /usr/share/zoneminder/www/includes/functions.php line 1093
Replies: 3
Views: 3435

Re: PHP Warning: [No terms in filter] at /usr/share/zoneminder/www/includes/functions.php line 1093

I'm currently running 1.34.0-1.fc30 (Fedora 30). Don't see anything newer in the repo.
by kenworth
Thu Jan 30, 2020 1:34 pm
Forum: ZoneMinder 1.34.x
Topic: PHP Warning: [No terms in filter] at /usr/share/zoneminder/www/includes/functions.php line 1093
Replies: 3
Views: 3435

PHP Warning: [No terms in filter] at /usr/share/zoneminder/www/includes/functions.php line 1093

After upgrading I started noticing the following warnings in the web_php.log. These seem to happen immediately upon login to the console. I have no filters set, but never have in the past either: 01/29/20 06:43:46.594214 web_php[17442].WAR [192.168.1.185] [No terms in filter] at /usr/share/zoneminde...
by kenworth
Tue Jul 16, 2019 6:46 pm
Forum: ZoneMinder Distributions
Topic: ZM on Fedora 30?
Replies: 4
Views: 14293

Re: ZM on Fedora 30?

I just ran the standard upgrade from Fedora 28 to 30 process. I'm getting the packages from the rpmfusion-free repo: zoneminder.x86_64 1.32.3-3.fc30 @rpmfusion-free zoneminder-common.x86_64 1.32.3-3.fc30 @rpmfusion-free zoneminder-httpd.x86_64 1.32.3-3.fc30 @rpmfusion-free Post upgrade everything ju...
by kenworth
Wed Jun 05, 2019 11:07 am
Forum: ZoneMinder Distributions
Topic: ZM on Fedora 30?
Replies: 4
Views: 14293

Re: ZM on Fedora 30?

Never got any replies so I bit the bullet and upgraded. Went perfectly fine and took about an hour. Zoneminder appears to be functioning perfectly and I haven't found any other problems at this point.
by kenworth
Thu May 30, 2019 12:36 pm
Forum: ZoneMinder Distributions
Topic: ZM on Fedora 30?
Replies: 4
Views: 14293

ZM on Fedora 30?

Is anyone successfully running ZM on Fedora 30? Would appreciate knowing before I attempt an upgrade. I'm currently on Fedora 28 running ZM 1.32.3-1.fc28.

Thanks
by kenworth
Mon Feb 19, 2018 3:16 pm
Forum: Mobile Apps and Event Server
Topic: Red question mark on monitors after upgrade
Replies: 14
Views: 11613

Re: Red question mark on monitors after upgrade

Yes, that's me. For some reason it never came through. I have checked spam quarantine and junk mail...nothing there either. Also, the current stable version is behaving differently now. Instead of red question marks, live view is just a black image with a tiny broken icon in the upper left corner. M...
by kenworth
Sun Feb 18, 2018 1:58 pm
Forum: Mobile Apps and Event Server
Topic: Red question mark on monitors after upgrade
Replies: 14
Views: 11613

Re: Red question mark on monitors after upgrade

Sorry....did you send it to me, or is it downloadable somewhere?
by kenworth
Sat Feb 17, 2018 12:49 pm
Forum: Mobile Apps and Event Server
Topic: Red question mark on monitors after upgrade
Replies: 14
Views: 11613

Re: Red question mark on monitors after upgrade

Hi Asker.....the crosswalk build you provided was working great until my device updated to android 7.1.1. I tried your standard release again just to see, but still have issues with basic authentication when attempting live view on the monitors. Do you have an updated crosswalk build you can provide...
by kenworth
Wed Nov 01, 2017 5:12 pm
Forum: ZoneMinder 1.30.x
Topic: API was working from zmNinja, but has stopped
Replies: 7
Views: 17272

Re: API was working from zmNinja, but has stopped

I believe OAuth2 based authentication would be best practice (I could be wrong, not an expert in this space), but your client would have to support it and zmninja does not to my knowledge....it only does basic or ZM authentication. In my case, I'm still using basic auth but I force all connections t...