Search found 17 matches

by dlandon
Mon Nov 28, 2022 1:54 am
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.32 The Memory Remains
Replies: 15
Views: 312270

Re: Released 1.36.32 The Memory Remains

I got it. Turns out I needed the php-apc package.
by dlandon
Sun Nov 27, 2022 8:48 pm
Forum: ZoneMinder 1.36.x
Topic: Released 1.36.32 The Memory Remains
Replies: 15
Views: 312270

Re: Released 1.36.32 The Memory Remains

I'm coming back to work on my docker container and when trying to update the container, I am now running into an api issue. The debug message is: Fatal error: Uncaught Error: Call to undefined function apc_fetch() in /usr/share/zoneminder/www/api/lib/Cake/Cache/Engine/ApcEngine.php:91 Stack trace: #...
by dlandon
Wed Jun 30, 2021 10:50 am
Forum: Docker
Topic: dlandon's docker runs into mysql problems on fresh install
Replies: 6
Views: 24703

Re: dlandon's docker runs into mysql problems on fresh install

I have applied a fix for this problem.
by dlandon
Sun Jan 24, 2021 1:15 pm
Forum: Docker
Topic: Docker container
Replies: 7
Views: 24675

Re: Docker container

There have been over 10 Million downloads of the original Zonemnder. Some were updates. Regardless it wouldn't take a lot of them contributing a few dollars to keep this thing going. As you can appreciate, with the complexity of the ES with machine learning, all the different Docker hosts (Windows, ...
by dlandon
Sat Oct 17, 2020 10:19 pm
Forum: Docker
Topic: Event server update to 6.0?
Replies: 2
Views: 4578

Re: Event server update to 6.0?

The docker has been updated to ES 6.0. What 'broke' the update of ES had nothing to do with the docker. It was related to changes in ES 6.
by dlandon
Sun Mar 01, 2020 10:21 am
Forum: Docker
Topic: Hardware Acceleration
Replies: 0
Views: 6344

Hardware Acceleration

I have been working with hardware acceleration in the Zonemnider docker and have run into an issue. I have the ffmpeg option '-hwaccel auto' set and have not had any problems. When I try to add the vaapi hardware acceleration to the cameras the docker will run for many hours up to a day and then the...
by dlandon
Sat Feb 29, 2020 7:36 pm
Forum: Docker
Topic: Problem staring zm_detetct.py
Replies: 29
Views: 14722

Re: Problem staring zm_detetct.py

The docker will copy /config/zm.conf to /etc/zm/zm/conf. This is how you make configuration changes. If you have a /config/zm.conf be sure it is correctly formatted. There is a default file in /config/conf/ and a read.me on how to make changes. If that file is not found, the defaut zm.conf is left i...
by dlandon
Sat Feb 29, 2020 7:18 pm
Forum: Docker
Topic: Docker upgrade
Replies: 9
Views: 7873

Re: Docker upgrade

All you have to do is restart the docker and ZM wll be updated. All database files and setup are kept in the /config/ folder. Thus is the nice thing about dockers, your data is not kept in the docker image. You can delete the image and re-install it and your database and settings will be kept. If yo...
by dlandon
Thu Feb 27, 2020 11:33 pm
Forum: Docker
Topic: Docker support and some tips
Replies: 9
Views: 12550

Docker support and some tips

This forum is for support of the dlandon Zoneminder docker. Please post questions and issues here and try to provide as much information as you can about your issue. Include informatuon about yout host system. I will try to post some solutions for some common issues. There are several common issues ...
by dlandon
Fri Apr 12, 2019 11:01 am
Forum: ZoneMinder 1.32.x
Topic: Networking issue with 1.32
Replies: 1
Views: 1602

Re: Networking issue with 1.32

Ended up it is a docker issue with the networking.
by dlandon
Thu Apr 11, 2019 10:09 pm
Forum: ZoneMinder 1.32.x
Topic: Networking issue with 1.32
Replies: 1
Views: 1602

Networking issue with 1.32

I am getting network errors whenever my cameras are running.

Code: Select all

Apr 11 18:06:07 MediaServer kernel: tun: unexpected GSO type: 0x0, gso_size 1448, hdr_len 1514
Anyone have any ideas how to solve this?

Edit: Sorry, I didn't provide enough information. Zoneminder is running in a Docker.
by dlandon
Sun Jan 06, 2019 11:04 am
Forum: ZoneMinder 1.32.x
Topic: zmupdate: ERR [Error check failed: '404 Not Found']
Replies: 3
Views: 2174

Re: zmupdate: ERR [Error check failed: '404 Not Found']

Wouldn't once a day be sufficient for the update check, rather than every hour?
by dlandon
Sat Jan 05, 2019 1:45 pm
Forum: ZoneMinder 1.32.x
Topic: zmupdate: ERR [Error check failed: '404 Not Found']
Replies: 3
Views: 2174

zmupdate: ERR [Error check failed: '404 Not Found']

I'm now getting this in the log every hour:

Jan 5 07:37:08 091cbfcabc15 zmupdate[750]: ERR [Error check failed: '404 Not Found']

I'm using Zoneminder 1.32.3 and zmeventnotification 2.5. Can someone point me in the right direction to find this error?
by dlandon
Sat Nov 03, 2018 11:44 pm
Forum: ZoneMinder 1.32.x
Topic: Event filter - delete all XX day?
Replies: 3
Views: 3297

Re: Event filter - delete all XX day?

Ignore that.