Page 1 of 1

Current releases

Posted: Fri Aug 16, 2013 4:39 pm
by kylejohnson
This topic will stand as a placeholder for the current beta and stable releases.

Stable: 1.26.5 - December 16th, 2013
Beta:

Re: Current releases

Posted: Mon Sep 02, 2013 1:03 am
by ohiknow
This release solved all of my issues! Strong work!

Re: Current releases

Posted: Mon Sep 02, 2013 2:35 pm
by knight-of-ni
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:
  • 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
The puppet module is for Ubuntu distros and can be found here:
https://github.com/kylejohnson/puppet-zoneminder

Re: Current releases

Posted: Tue Sep 03, 2013 4:21 pm
by ohiknow
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).