Can anyone confirm that
web_php.log
is the only file that ZM writes access errors too.
Search found 101 matches
- Tue Jun 06, 2023 7:52 pm
- Forum: ZoneMinder 1.36.x
- Topic: Fail2Ban Regex
- Replies: 3
- Views: 1828
- Wed Sep 28, 2022 6:09 pm
- Forum: ZoneMinder 1.34.x
- Topic: [Netcat ONVIF] Can not stop while controlling PTZ - AutoStopTimeout doesn't work
- Replies: 14
- Views: 27491
Re: [Netcat ONVIF] Can not stop while controlling PTZ - AutoStopTimeout doesn't work
There is a bug in the ONVIF code so that the STOP command isn't sent. The solution is to pass a command to have X and Y motion as 0. See this post and below code of the ieGeek camera that has the same issue. https://forums.zoneminder.com/viewtopic.php?p=127089#p127089 #Stop #The ieGeek implimentaion ...
- Mon Jul 18, 2022 11:51 am
- Forum: ZoneMinder 1.36.x
- Topic: Fail2Ban Regex
- Replies: 3
- Views: 1828
Re: Fail2Ban Regex
Starting with 1.36.20 the above Regex will no longer work due to the DATETIME_FORMAT_PATTERN including time zone information and not following the previous pattern as used by ZM To resolve this enter the following into the Options / System / DATETIME_FORMAT_PATTERN yyyy/MM/dd HH:mm:ss And then used ...
- Thu Jul 14, 2022 8:50 pm
- Forum: ZoneMinder 1.36.x
- Topic: Blanc Screen
- Replies: 13
- Views: 11726
Re: Blanc Screen
same issue here after upgrade,
did full system update
then restarted Apache
All working.
did full system update
then restarted Apache
All working.
- Sat Jul 02, 2022 1:08 pm
- Forum: ZoneMinder 1.36.x
- Topic: ie20 legeek onvif setup
- Replies: 9
- Views: 6010
Re: ie20 legeek onvif setup
Do you think that at some point a comprehensive profile and protocol will be incorporated into ZM, or at least able to be created DIY as in this thread? I posted the below code to the Zoneminder Git but after reading other peoples submits on this topic I removed the code as I dont think the ZM ...
- Sat Jul 02, 2022 12:58 pm
- Forum: ZoneMinder 1.36.x
- Topic: Fail2Ban Regex
- Replies: 3
- Views: 1828
Fail2Ban Regex
Since ZM 1.35+ the login auth has changed resulting in the default Zoneminder fail2ban Regex no longer working The below is a working Regex for the jail.local file tested on ZM 1.36.19 This is taken from the below site and placed here for others to find easy. https://github.com/fail2ban/fail2ban ...
- Tue Jun 14, 2022 4:55 pm
- Forum: ZoneMinder 1.36.x
- Topic: how to reduce cpu load?
- Replies: 28
- Views: 14866
Re: how to reduce cpu load?
ZM is heavy on iotop and is mainly database access with the many writes, it's something that need looking at with future versions of ZM. You might want to look at mysqltuner to see if that can optimise your database. Looking at smt-mir1 you have decode enabled if this monitor is just recording and ...
- Sat Jun 11, 2022 4:07 pm
- Forum: ZoneMinder 1.36.x
- Topic: how to reduce cpu load?
- Replies: 28
- Views: 14866
Re: how to reduce cpu load?
You need to give more details if you want help.... How are you camera setup What cameras do you have How are they connected. Most HD IP Camera give out H264/5 streams and if you're just recording the main stream you should switch off the decode when doing H264 Pass through Screenshot at 2022-06-11 ...
- Fri Jun 10, 2022 7:48 pm
- Forum: ZoneMinder 1.36.x
- Topic: ie20 legeek onvif setup
- Replies: 9
- Views: 6010
Re: ie20 legeek onvif setup
The ieGeek wont appear by its self the above scrip is the background control "protocol" file. Once you have the control "protocol" file you now need to manually make the "Control Type" in the database by pressing the "Edit" button as shown in the first screen shot in my previous post. You will then ...
- Thu Jun 09, 2022 9:07 pm
- Forum: ZoneMinder 1.36.x
- Topic: ie20 legeek onvif setup
- Replies: 9
- Views: 6010
Re: ie20 legeek onvif setup
Ive managed to fix the continuous movement issue with the Reolink PTZ config. Place the below code into the /usr/share/perl5/ZoneMinder/Control folder or where ever your distro keeps the config files and name the file as ieGeek.pm Then you need to make your own profile inside ZM and reference this ...
- Sun Jun 05, 2022 9:57 am
- Forum: ZoneMinder 1.36.x
- Topic: ie20 legeek onvif setup
- Replies: 9
- Views: 6010
Re: ie20 legeek onvif setup
I've had partial success getting the iegeek i20 camera working on ZM It should work under the ONVIF but the logs give Error 400 bad command But if you add the camera as a Reolink RLC-423 with the control address as user:password@ipaddress:8080 as per the below snip. using an ONVIF client on an ...
- Wed Jun 01, 2022 9:09 am
- Forum: ZoneMinder 1.36.x
- Topic: Can't add monitors
- Replies: 19
- Views: 5652
Re: Can't add monitors
I have fixes in proposed. Will likely release 1.36.17 later today. I've noted the proposed PPA has the fixes and I can confirm that adding monitors is working once again. The 1.36 PPA currently is still 1.36.16 and not the proposed 1.36.17 if this needs to be pushed through. One item I have noted ...
- Tue May 31, 2022 3:35 pm
- Forum: ZoneMinder 1.36.x
- Topic: Can't add monitors
- Replies: 19
- Views: 5652
Re: Can't add monitors
Just tried on my 20.04 system that as you've said is PHP7.4 and I get the below error in the logs and as with 22.04 the monitor wont save. 31/05/22 16:30:57.939564 web_php[160298].ERR [192.168.0.3] [SQL-ERR 'SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'Width' cannot be null ...
- Tue May 31, 2022 3:06 pm
- Forum: ZoneMinder 1.36.x
- Topic: Can't add monitors
- Replies: 19
- Views: 5652
- Tue May 31, 2022 2:24 pm
- Forum: ZoneMinder 1.36.x
- Topic: Can't add monitors
- Replies: 19
- Views: 5652
Re: Can't add monitors
FFS! I am so tired of various libraries/languages deprecating things! I can't keep up! You know why I like perl? Because in 25 years I've never had to change my code due to perl changing. Any chance this is an easy fix as I have a production server I need to put back into service after a full ...