Page 1 of 2

ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Sat Feb 11, 2017 12:36 am
by knight-of-ni
Our releases are documented here:
https://github.com/ZoneMinder/ZoneMinder/releases

1.30.2 RC1 is available for testing. This is a pre-release.

Please note that we do not recommend to install these packages on production systems. We don't think there are any problems with 1.30.2, but we will get a better idea of that once a few of you start using these.

If you encounter any issues, please report them to the user forum, and please state you are using a release candidate.

Zmrepo users
Packages are available from the testing repository.

To enable the testing repository, edit the zmrepo-centos-testing.repo or zmrepo-fedora-testing.repo file and change "enabled=0" to "enabled=1". Then just yum/dnf update. As always, follow the README after the package is installed.

When finished testing, it is recommended to turn off the testing repo.

Ubuntu/Debian users
Packages are available from iconnor's master snapshot ppa:
https://launchpad.net/~iconnor/+archive ... der-master

Instructions are shown on the site

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Sat Feb 11, 2017 2:49 am
by bbunge
I would like to add a word of caution.

This is a testing release and should not be installed on a production system.

Looks like this was loaded to the main ppa and not the ppa-master!!!

Please do not upgrade without further information!!!

BB

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Sat Feb 11, 2017 2:55 am
by knight-of-ni
I was just as surprised as you to see the 1.30.2 rc1 placed into the primary ppa and not the development ppa. Maybe it was an oops. I've asked Isaac about it.

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Sat Feb 11, 2017 3:11 am
by knight-of-ni
I renamed the link in my first post to point to iconnor's master ppa, which contain 1.30.2 packages.
Not sure yet if he can remove the 1.30.2~rc1 packages in his primary ppa or not.

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Sat Feb 11, 2017 3:58 pm
by bbunge
First test (11FEB17 - 1045 EST)

Ubuntu 16.10 from ZM 1.30.0 to 1.30.2 from the ppa-master.

After adding the ppa I did:

apt update

apt upgrade

Did a few tests and config changes, added a user and checked OPT_USE_AUTH - no issues seen

Second test (11FEB17 - 1230)

Ubuntu 14.04 from ZM 1.26.5 to 1.30.2

Used the instructions at: https://wiki.zoneminder.com/Common_Issu ... PA_version

No issues...

Third test (11FEB17 - 1400)

Ubuntu 16.04 ZM 1.29.0 to 1.30.2

Use instructions from: https://wiki.zoneminder.com/Common_Issu ... .x_Upgrade

No issues.

Should also say I tested the API with ZMNinja

The guides for ZM 1.30.0 at: https://wiki.zoneminder.com/Ubuntu#Guid ... ntu_Server should also work for 1.30.2 RC1. I will update those upon an official release.

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Sat Feb 11, 2017 6:50 pm
by PacoLM
Upgraded on my system (Ubuntu 14.04 from 1.30.1), no issues.

Thanks a lot for the huge effort of few developers!

PacoLM

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Mon Feb 13, 2017 6:37 am
by jkemp
Didn't see the warning. Accepted the update and now I can't log in. How to I go back to the previous version or fix the log in problem.

I get error:

SQL-ERR 'SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '='', statement was 'select * from Users where Enabled = 1 AND Username=? AND Password=password(?)'

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Mon Feb 13, 2017 6:38 am
by jkemp
I got the update from the Connors PPA Stable

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Mon Feb 13, 2017 6:24 pm
by bbunge
jkemp wrote:Didn't see the warning. Accepted the update and now I can't log in. How to I go back to the previous version or fix the log in problem.

I get error:

SQL-ERR 'SQLSTATE[HY000]: General error: 1267 Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_general_ci,COERCIBLE) for operation '='', statement was 'select * from Users where Enabled = 1 AND Username=? AND Password=password(?)'
What version of ZM did you have before?

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Mon Feb 13, 2017 10:00 pm
by iconnor
You can find older packages on my ppa as well. https://launchpad.net/~iconnor/+archive ... zoneminder

You could also turn off auth from mysql
mysql -u zmuser -p zm
> update Config SET Value=0 WHERE Name='ZM_USE_AUTH';

Then maybe you need to edit each user..... and turn auth back on

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Tue Feb 14, 2017 1:54 pm
by bbunge
Error probing ONVIF camera FI9821W V2. Camera was set to defaults. Same result when camera has user and password set.

Unable to probe network cameras, status is '255'. Output was:<br/><br/> No results from GetCapabilities: <Fault xmlns="http://schemas.xmlsoap.org/soap/envelope/"/><br/><br/> Please the following command from a command line for more information:<br/><br/>/usr/bin/zmonvif-probe.pl profiles http://192.168.50.224:888/onvif/device_service 1.1 user password

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Tue Feb 14, 2017 8:44 pm
by jkemp
I was on version 1.30.1 I believe. The update came in with the other usual updates. I'll try the database fix.

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Tue Feb 14, 2017 8:51 pm
by jkemp
I'll trying to fix the auth on the mysql database but keep getting

ERROR 1045 (28000): Access denied for user 'admin'@'localhost'

Anyone have any ideals?

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Tue Feb 14, 2017 8:56 pm
by jkemp
Ok I got pass the Access denied but getting the same error message

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Posted: Tue Feb 14, 2017 9:05 pm
by SteveGilvarry
I wonder if this is just something in mysql, https://airbladesoftware.com/notes/fixi ... ollations/. See if that makes any sense on your DB, don't blindly do the same but maybe check what your values say.