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
Ubuntu 15.10 with ZM 1.28.1
-
- Posts: 114
- Joined: Tue Jul 27, 2010 6:36 am
Re: Ubuntu 15.10 with ZM 1.28.1
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:
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.
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)
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
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.)
(I'm currently also doing this install and this part worked for me.)
Re: Ubuntu 15.10 with ZM 1.28.1
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
give this a try
su
mysql < /usr/share/zoneminder/db/zm_create.sql
su
mysql < /usr/share/zoneminder/db/zm_create.sql
Capturing 1 input BNC swann pro 690 ptz dome camera, 2x Foscam HD Wireless IP Cameras
-
- Posts: 114
- Joined: Tue Jul 27, 2010 6:36 am
Re: Ubuntu 15.10 with ZM 1.28.1
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!
Thanks for the info!