You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT 'This update may make changes that require SUPER privileges. If you see an error message saying:
2
+
3
+
ERROR 1419 (HY000) at line 298: You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
4
+
5
+
You will have to either run this update as root manually using something like (on ubuntu/debian)
6
+
7
+
sudo mysql --defaults-file=/etc/mysql/debian.cnf zm < /usr/share/zoneminder/db/zm_update-1.37.69.sql
8
+
9
+
OR
10
+
11
+
sudo mysql --defaults-file=/etc/mysql/debian.cnf "set global log_bin_trust_function_creators=1;"
12
+
sudo zmupdate.pl
13
+
14
+
OR
15
+
16
+
Turn off binary logging in your mysql server by adding this to your mysql config.
If you are interested in trying out ZoneMinder quickly, user Dan Landon maintains an easy to use docker image for ZoneMinder. With a few simple configuration changes, it also provides complete Event Notification Server and Machine Learning hook support. Please follow instructions in his repository. He maintains two repositories:
4
-
5
-
* If you want to run the latest stable release, please use his `zoneminder machine learning repository <https://github.com/dlandon/zoneminder.machine.learning>`__.
6
-
* If you want to run the latest zoneminder master, please use his `zoneminder master repository <https://github.com/dlandon/zoneminder.master-docker>`__.
7
-
8
-
In both cases, instructions are provided in the repo README files.
3
+
The docker images previously linked to are now depreciated.
9
4
10
5
If you are looking at building your own native (non docker) binary packages of ZoneMinder for your distro, please refer to the distro specific install guides or :doc:`packpack`.
Copy file name to clipboardExpand all lines: docs/installationguide/packpack.rst
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
All Distros - A Docker Way to Build ZoneMinder
2
2
===============================================
3
3
4
-
.. note:: If you are looking for an easy way to run ZoneMinder and not interested in building your own docker image, please refer to :doc:`easydocker`.
5
-
6
4
.. contents::
7
5
8
6
These instructions represent an alternative way to build ZoneMinder for any supported distro.
//Otherwise, there will be errors in the console "Socket ... does not exist" when quickly switching stop->start and we also do not need to replace SRC in getStreamCmdResponse
0 commit comments