This topic will stand as a placeholder for the current beta and stable releases.
Stable: 1.26.5 - December 16th, 2013
Beta:
Current releases
-
- Posts: 260
- Joined: Tue Aug 21, 2007 1:42 pm
- Location: Baltimore, MD
Re: Current releases
This release solved all of my issues! Strong work!
- knight-of-ni
- Posts: 2404
- Joined: Thu Oct 18, 2007 1:55 pm
- Location: Shiloh, IL
Re: Current releases
I just tried Kyle's puppet module on an machine with an existing zoneminder database.
As expected, the module complains when it fails to add mysql account "zm", and it will not be able to start the zoneminder service. However, everything else is all in place and there are just a few steps one must perform to finish the upgrade:
https://github.com/kylejohnson/puppet-zoneminder
As expected, the module complains when it fails to add mysql account "zm", and it will not be able to start the zoneminder service. However, everything else is all in place and there are just a few steps one must perform to finish the upgrade:
- Update /etc/zm.conf with your existing zm user and password
- Run zmupdate:
Code: Select all
sudo zmupdate.pl --user=root --pass=<mysql_root_password>
- start the zoneminder service:
Code: Select all
sudo service zm start
https://github.com/kylejohnson/puppet-zoneminder
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
All of these can be found at https://zoneminder.blogspot.com/
Re: Current releases
I'm seeing something strange now. When I start (or restart) zm, I get two instances of zmwatch and zmupdate, and two instances of zma -m 3 (only have one monitor setup).