Page 1 of 1

Ubuntu 15.10 with ZM 1.28.1

Posted: Sat Oct 24, 2015 5:01 pm
by bbunge
How to posted for new Ubuntu server with default ZM 1.28.1. May be a few days for any upgrades to ZM:

http://www.zoneminder.com/wiki/index.ph ... e_easy_way

Re: Ubuntu 15.10 with ZM 1.28.1

Posted: Sun Oct 25, 2015 1:30 pm
by AnotherBrian
Install not working for me!
Firstly, apt-get install zoneminder triggers a dialogue to enter the mysql password.
Should it be, because later in the directions mysql passwords are handled.

So following the directions verbatim the following seemingly related error message occurs:

Code: Select all

mysql < /usr/share/zoneminder/db/zm_create.sql 
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Please advise.

Also noted is some of the installation directions for prior releases handle other issues such as the cambo stuff which should or should not be included depending on your goals.

Thanks for advising me on this.

Re: Ubuntu 15.10 with ZM 1.28.1

Posted: Sun Oct 25, 2015 4:12 pm
by ET328
Did you go to root directory and created there .my.cnf file? Not to filesystem's root but root folder.
(I'm currently also doing this install and this part worked for me.)

Re: Ubuntu 15.10 with ZM 1.28.1

Posted: Sun Oct 25, 2015 10:08 pm
by bbunge
Sounds like you did not have MySQL installed before you installed Zoneminder. The instructions do say to install LAMP when you install the OS. If you do not know what LAMP is I suggest you look it up with Google...

Re: Ubuntu 15.10 with ZM 1.28.1

Posted: Mon Oct 26, 2015 6:18 pm
by ccjames9
give this a try


su
mysql < /usr/share/zoneminder/db/zm_create.sql

Re: Ubuntu 15.10 with ZM 1.28.1

Posted: Wed Oct 28, 2015 11:00 pm
by AnotherBrian
Using desktop was the problem. Lamp is not available on Desktop. In prior releases all the dependencies got figured out using apt-get zoneminder.

Thanks for the info!