ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Forum for questions and support relating to the 1.30.x releases only.
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post 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
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/
bbunge
Posts: 2930
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post 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
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post 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.
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/
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post 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.
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/
bbunge
Posts: 2930
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post 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.
Last edited by bbunge on Sat Feb 11, 2017 7:08 pm, edited 2 times in total.
PacoLM
Posts: 971
Joined: Wed Dec 02, 2009 9:55 pm
Location: Spain

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post 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

After more than 15 years, no longer using ZM as surveillance system.
Now in the dark side, using a commercial system...
jkemp
Posts: 13
Joined: Thu Mar 05, 2015 10:20 pm

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post 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(?)'
jkemp
Posts: 13
Joined: Thu Mar 05, 2015 10:20 pm

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post by jkemp »

I got the update from the Connors PPA Stable
Last edited by jkemp on Fri Feb 17, 2017 3:08 am, edited 1 time in total.
bbunge
Posts: 2930
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post 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?
User avatar
iconnor
Posts: 2880
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post 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
bbunge
Posts: 2930
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post 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
jkemp
Posts: 13
Joined: Thu Mar 05, 2015 10:20 pm

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post 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.
jkemp
Posts: 13
Joined: Thu Mar 05, 2015 10:20 pm

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post 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?
jkemp
Posts: 13
Joined: Thu Mar 05, 2015 10:20 pm

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post by jkemp »

Ok I got pass the Access denied but getting the same error message
SteveGilvarry
Posts: 494
Joined: Sun Jun 29, 2014 1:12 pm
Location: Melbourne, AU

Re: ZoneMinder 1.30.2 Release Candidate 1 Available for Testing

Post 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.
Production Zoneminder 1.37.x (Living dangerously)
Random Selection of Cameras (Dahua and Hikvision)
Locked