Search found 18 matches
- Tue Dec 31, 2024 4:53 am
- Forum: ZoneMinder 1.36.x
- Topic: All Recorded Events are in UTC time no matter what I do
- Replies: 15
- Views: 1635
Re: All Recorded Events are in UTC time no matter what I do
locale was set to UTC-8 when I installed linux. All the times displayed by linux and apps are correct. Just have an issue with zoneminder.
- Tue Dec 31, 2024 3:24 am
- Forum: ZoneMinder 1.36.x
- Topic: All Recorded Events are in UTC time no matter what I do
- Replies: 15
- Views: 1635
Re: All Recorded Events are in UTC time no matter what I do
Thanks.
I changed mysql as follows:
Loaded the timezones using mysql_tzinfo_to_sql.
set time_zone='America/Los_Angeles';
set global time_zone='America/Los_Angeles';
restarted mysql and zoneminder
I triggered an event, and it's still using UTC date.
I changed mysql as follows:
Loaded the timezones using mysql_tzinfo_to_sql.
set time_zone='America/Los_Angeles';
set global time_zone='America/Los_Angeles';
restarted mysql and zoneminder
I triggered an event, and it's still using UTC date.
- Sun Dec 29, 2024 5:19 pm
- Forum: ZoneMinder 1.36.x
- Topic: All Recorded Events are in UTC time no matter what I do
- Replies: 15
- Views: 1635
Re: All Recorded Events are in UTC time no matter what I do
I am experiencing a similar issue. Ver 1.36.35 on Ubuntu 24.04. The problem is all events are UTC and not my time zone. MySql has time_zone=SYSTEM. locale is set to UTC-8 for PST. Zoneminder is America/Los Angeles. Nothing in mysql.cnf. Rebooted the system. I am at a loss as to what might be causing ...
- Mon Mar 07, 2022 3:46 pm
- Forum: ZoneMinder 1.36.x
- Topic: zmfilter SQL failed
- Replies: 3
- Views: 558
Re: zmfilter SQL failed
I think I've solved the problem. The script gets the status of the camera (using curl and REST API) before changing the setting. I believe the first curl command was hanging which might have kept the record locked. I added to the curl commands "-m 2" which sets a time-limit of 2 sec. My test shows ...
- Thu Mar 03, 2022 5:30 pm
- Forum: ZoneMinder 1.36.x
- Topic: zmfilter SQL failed
- Replies: 3
- Views: 558
zmfilter SQL failed
Upon an event, I start a bash script that sends an email, voices a message via Amazon Echo and sets the IPCAM to None. I use REST API to make the IPCAM change. The syntax works fine when I run it independently or manually start the script under user www-data. It does not seem to work when ZM starts ...
- Sat Jan 01, 2022 5:27 pm
- Forum: ZoneMinder 1.36.x
- Topic: zmtrigger on Nodect without analysis-decoding
- Replies: 0
- Views: 13296
zmtrigger on Nodect without analysis-decoding
It seems zmtrigger works fine when analysis and decoding are enabled but fails to work if they are not. I use zmtrigger to start events and specify a specific trigger cause. However, I like running with analysis/enabled off to reduce CPU. I have found that zmu can trigger an event but there is not a ...
- Fri Mar 12, 2021 3:35 pm
- Forum: Feature Requests
- Topic: Ability to replay existing events against new zone settings...
- Replies: 3
- Views: 21355
Re: Ability to replay existing events against new zone settings...
I second this request. I'd like to have the capability to replay an event through adjusted zones for fine-tuning. I suggest this be an option per camera. It would save off the raw images and allow a replay through the zone filters. The saved images get deleted with the event delete. On replay, any ...
- Sat Sep 12, 2020 6:56 pm
- Forum: ZoneMinder 1.32.x
- Topic: Console Not Updating
- Replies: 1
- Views: 1764
Console Not Updating
I am running 1.32.3 on Ubuntu 18.
When I delete events and return to the console page, it is not updating the counts. Even after waiting 5 minutes, no changes. Is there some option that needs to be set or some clues as to what might be the cause?
When I delete events and return to the console page, it is not updating the counts. Even after waiting 5 minutes, no changes. Is there some option that needs to be set or some clues as to what might be the cause?
- Mon Jun 08, 2020 2:03 pm
- Forum: ZoneMinder 1.32.x
- Topic: Multi-server event counts wrong
- Replies: 5
- Views: 3475
Re: Multi-server event counts wrong
I am running zm 1.32.3 on a single xubuntu 18 server. All working well but the event totals don't seem to update. zmstats.pl is running. When I kill zmstats, it restarts. Status_Update_interval=60. Screen refresh is 20. Set to Hi-B/W. If I delete events, the counts do not reset, even after waiting 5 ...
- Wed Aug 19, 2015 11:01 pm
- Forum: ZoneMinder 1.28.x
- Topic: Filter does not run quickly after event
- Replies: 10
- Views: 5276
Re: Filter does not run quickly after event
I altered my script to run faster and the problem went away. Apparently, when zmfilter starts the script it waits for it to end before checking again. The script ran for about 5 minutes. After it finishes, zmfilter looks at events in descending order, calling the last event first. I moved my code ...
- Wed Aug 19, 2015 1:49 pm
- Forum: ZoneMinder 1.28.x
- Topic: Filter does not run quickly after event
- Replies: 10
- Views: 5276
- Wed Aug 19, 2015 1:46 pm
- Forum: ZoneMinder 1.28.x
- Topic: Filter does not run quickly after event
- Replies: 10
- Views: 5276
- Wed Aug 19, 2015 1:25 pm
- Forum: ZoneMinder 1.28.x
- Topic: Filter does not run quickly after event
- Replies: 10
- Views: 5276
Re: Filter does not run quickly after event
Downloaded the debug zmfilter.pl and collected the info. Posted the result as an issue on Github.
https://github.com/ZoneMinder/ZoneMinder/issues/1023
https://github.com/ZoneMinder/ZoneMinder/issues/1023
- Tue Aug 18, 2015 1:01 pm
- Forum: ZoneMinder 1.28.x
- Topic: Filter does not run quickly after event
- Replies: 10
- Views: 5276
- Mon Aug 17, 2015 10:22 pm
- Forum: ZoneMinder 1.28.x
- Topic: Filter does not run quickly after event
- Replies: 10
- Views: 5276
Filter does not run quickly after event
I am using a background filter to run a script when an event is detected. When one event occurs, the script runs quickly after the event closes. When multiple, back-to-back events occur, only the first gets run and the next filter run happens almost 5 minutes later. I'd like the filter to run for ...