Search found 11 matches

by fahnoe
Fri Jun 03, 2022 12:51 pm
Forum: ZoneMinder 1.36.x
Topic: Date Format differs
Replies: 18
Views: 15097

Re: Date Format differs

I've just pushed to master a huge rewrite involving replacing all occurrences of strftime because it is now deprecated. I implemented a local config option, as well as date format, time format and datetime format overrides. I am hoping this satisfies everyone's date formatting needs. Did this wind ...
by fahnoe
Thu Dec 23, 2021 1:09 pm
Forum: ZoneMinder 1.36.x
Topic: Date Format differs
Replies: 18
Views: 15097

Re: Date Format differs

I don't know the history of the codebase, but upon further investigation it appears odd to me that /usr/share/zoneminder/www/lang/en_us.php includes /usr/share/zoneminder/www/lang/en_gb.php which defines setlocale( LC_TIME, 'en_GB.utf8' ), but then does not update the locale to the US. A simple fix,...
by fahnoe
Wed Dec 15, 2021 12:46 pm
Forum: ZoneMinder 1.36.x
Topic: Date Format differs
Replies: 18
Views: 15097

Re: Date Format differs

Sorry, I'm referring to the events display on the web interface, the monitor date format seems to have no impact upon this: Screen Shot 2021-12-15 at 06.40.39.png Any chance this is related to the 1.36.11 change: - Set Locale for time to en_GB.utf8, changed STRF_FMT_DATETIME_SHORTER to %x which is l...
by fahnoe
Tue Dec 14, 2021 6:20 pm
Forum: ZoneMinder 1.36.x
Topic: Date Format differs
Replies: 18
Views: 15097

Re: Date Format differs

I have the same issue: event start/end times are displayed in dd/mm/yy format rather than the typical (for the US) mm/dd/yy format. Options > System > TIMEZONE is set to (GMT-6:00) America, Chicago php.ini has date.timezone = America/Chicago Zoneminder server and database server are both set to Amer...
by fahnoe
Tue Dec 14, 2021 5:16 pm
Forum: ZoneMinder 1.36.x
Topic: zmu --image warning
Replies: 2
Views: 1536

Re: zmu --image warning

Yep, image is saved properly, it is just the message that is spurious. Thanks for the fix!

--Larry
by fahnoe
Mon Dec 13, 2021 10:56 pm
Forum: ZoneMinder 1.36.x
Topic: zmu --image warning
Replies: 2
Views: 1536

zmu --image warning

Hello, I have a cronjob that periodically grabs the last image captured and saves it & this job has been littering the logs with the following warning: WAR Invalid index -1 passed. image_buffer_count = 3 This is coming from line 1178 of zm_monitor.cpp of zoneminder 1.36.11 My script uses zmu --i...
by fahnoe
Tue Jun 29, 2021 12:18 pm
Forum: ZoneMinder 1.36.x
Topic: VLC has broken dependencies
Replies: 4
Views: 2692

Re: VLC has broken dependencies

I ran into this on a CentOS 7 system running zoneminder 1.36.3 zoneminder wouldn't update due to the libfluidsynth dependency problem: [root@sentry ~]# yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.datto.com * epel: epel.mirror.shastacoe.net * ext...
by fahnoe
Tue Apr 30, 2013 12:31 am
Forum: ZoneMinder 1.25.x
Topic: Alarms on cloudy days
Replies: 14
Views: 9735

Re: Alarms on cloudy days

Got it, thanks!!

--Larry
by fahnoe
Mon Apr 29, 2013 4:30 pm
Forum: ZoneMinder 1.25.x
Topic: Alarms on cloudy days
Replies: 14
Views: 9735

Re: Alarms on cloudy days

Overload Frame Ignore Count set to 4 or more will end this nonsense Hmm, this sounds like something that I would like to test. I'm running v1.25.0, maybe I'm blind or silly, but I do not see this option under either the monitor settings or the global options. Where does Overload Frame Ignore Count ...
by fahnoe
Tue Feb 15, 2011 4:12 pm
Forum: ZoneMinder 1.24.x
Topic: Release 1.24.3 preview
Replies: 93
Views: 121184

Hmm, not sure why as I don't think I've changed anything in that area. Possibly ffmpeg has tidied things up a bit? Well that's interesting then. Without changing anything else in the environment, and starting from a "make distclean" state in both trees, 1.24.3 builds cleanly without requi...
by fahnoe
Tue Feb 15, 2011 1:50 pm
Forum: ZoneMinder 1.24.x
Topic: Release 1.24.3 preview
Replies: 93
Views: 121184

1.24.3 fixes the UINT64_C issues with libavutil

Hi Phil, I'm just getting started with ZoneMinder on a x86_64 CentOS 5.5 box. Building zoneminder 1.24.2 with ffmpeg 0.6.1, I was running into the hassle with the error: /usr/include/libavutil/common.h:154: error: ‘UINT64_C’ was not declared in this scope While adding CXXFLAGS="-D__STDC_CON...