Search found 7 matches

by Aen5quai
Thu Jul 21, 2022 12:49 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Broken v1.37.18 - ONVIF_Alarm_Txt
Replies: 14
Views: 1533

Re: Broken v1.37.18 - ONVIF_Alarm_Txt

Yes, that works. Thank you.

Code: Select all

wget https://raw.githubusercontent.com/ZoneMinder/zoneminder/master/db/monitors_dbupdate.sql
mysql -p zm < monitors_dbupdate.sql
systemctl restart zoneminder
by Aen5quai
Thu Jul 21, 2022 10:01 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Broken v1.37.18 - ONVIF_Alarm_Txt
Replies: 14
Views: 1533

Re: Broken v1.37.18 - ONVIF_Alarm_Txt

Code: Select all

whereis monitors_dbupdate.sql; echo $?
monitors_dbupdate:0

Code: Select all

zmupdate.pl 

Database already at version 1.37.18, update skipped.
Whereis monitors_dbupdate.sql located?
by Aen5quai
Thu Jul 21, 2022 7:41 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Broken v1.37.18 - ONVIF_Alarm_Txt
Replies: 14
Views: 1533

Re: Broken v1.37.18 - ONVIF_Alarm_Txt

I've this issue too Centos7 zoneminder-httpd-1.37.18-1.70.20220720gitg95530a4f7.el7.x86_64 zoneminder-common-1.37.18-1.70.20220720gitg95530a4f7.el7.x86_64 zoneminder-1.37.18-1.70.20220720gitg95530a4f7.el7.x86_64 [root@www db]# ls -al zm_update-1.37.1* -rw-r--r--. 1 root root 449 май 18 20:03 zm_upda...
by Aen5quai
Sat Sep 16, 2017 10:21 am
Forum: ZoneMinder 1.30.x
Topic: Infinite Race: /var/run/zm/zms-307984w.sock does not exist / already in use
Replies: 13
Views: 48744

Re: Infinite Race: /var/run/zm/zms-307984w.sock does not exist / already in use

I've this issue with this settings (see attachments). And may be more: 1. if an alarm accours, then ZM start record and don't stop, while not restart zm service. 2. if I set "Reference Image Blend %ge" and "Alarm Reference Image Blend %ge" to 6.25%, then it's works fine Logs: [Sa...
by Aen5quai
Mon Nov 21, 2011 6:34 am
Forum: ZoneMinder 1.25.x
Topic: "Modect" word on main ZM page is not "italic" while disabled
Replies: 1
Views: 1363

"Modect" word on main ZM page is not "italic" while disabled

By unchecking "Enabled" option in this link "localhost/zm/index.php?view=function&mid=1", "Modect" word on main ZM page is not "italic" after that.
In 1.24.4 version this was been "italic"
by Aen5quai
Thu Nov 17, 2011 12:33 pm
Forum: ZoneMinder 1.25.x
Topic: How to delete the logs?
Replies: 5
Views: 4882

Re: How to delete the logs?

[quote="mastertheknife"]Deleting data from MySQL tables does not always free up disk space immediately. To reclaim the freed up disk space, run this:

Code: Select all

OPTIMIZE TABLE `Logs`
Is it delete DB data only, or images of the events on file system too?
by Aen5quai
Wed Nov 16, 2011 12:16 pm
Forum: ZoneMinder 1.25.x
Topic: How to delete the logs?
Replies: 5
Views: 4882

Re: How to delete the logs?

zmaudit is suppose to do some cleanup. i had 170GB of log (images) files and after deleting ALL logs via ZM web interface, it delets 90GB only. And other 80GB files are stay keeping. I try restart ZM - no results, i've update ZM from 1.24.4 to 1.25.0 - no results too. ZM web interface show me 0 eve...