trying to update to 1.3.1 RC 1 - get Copying binaries where needed...............................Failed!
-
I am trying to update my copy of FOG like I always have been for months now, and I am getting an error message that I have not see before:
* Unzipping the binaries......................................Done * Copying binaries where needed...............................Failed!
Any ideas what’s going on?
Thanks!
Server
- FOG Version: 1.3.0-RC-37
- OS: Ubuntu 16.04
Client
- Service Version:
- OS:
Description
-
What does the installer log show?
What’s the output of
git branch
?Binaries are downloaded directly instead of inserted via a zip file when on dev-branch. So these lines shouldn’t even be present.
How are you trying to install? Are you using GIT or SVN?
-
What’s the output of git branch? * master
I am using GIT.
-
Install log end:
Jan 02 20:03:55 fog-server systemd[1]: Starting MySQL Community Server... Jan 02 20:03:56 fog-server systemd[1]: Started MySQL Community Server. mysql: [Warning] Using a password on the command line interface can be insecure. ERROR 1045 (28000): Access denied for user 'fog'@'localhost' (using password: YES) Archive: binaries1.3.0.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of binaries1.3.0.zip or binaries1.3.0.zip.zip, and cannot find binaries1.3.0.zip.ZIP, period.
-
To install 1.3.1-RC-1 you will need to change branches with:
git checkout dev-branch
Then run the installer.
-
@LibraryMark Also, I notice your mysql username is wrong (or not working).
The database typically uses root for the username. if you have a Root user password you should set this.
This can be set in /opt/fog/.fogsettings for snmysqlusername and snmysqlpassword.
-
@Tom-Elliott And then re-running the installer.
-
@Wayne-Workman
That did the trick - thanks! (the mysql stuff worked just as it is)