Installation Errors
-
Good Morning All,
I have a fresh install of Ubuntu 14.04. I am trying to install Fog (tried both 1.1.2 and 0.32) but both of them are getting hung up throughout the install process. They get to the Installing and starting MySQL and then it says failed and stops the installation. I am installing through VMware. What could be causing the issue?
-
what happens if you manually try to install MYSQL?
use the following command
[code]
sudo apt-get update
sudo apt-get install mysql-server[/code] -
I tried just reinstalling Ubuntu and that got me past the MySQL issue, but now i get hung up on * Setting up and starting VSFTP Server…FAILED!
Then when I try to rerun the installation, that is where it gets hung up on the MySQL issue and it fails there.
Any ideas what can cause this or how I can get past it?
-
I had this issue when trying to use Ubuntu 14.04 and I used 12.04 instead and have not had any issues since.