everything installed. But management page not displaying correctly.
-
i get when running that command Module php7.0 does not exist.
I re-ran the command apt-get install php7.0. It reported there was nothing to upgrade/install or remove.
-
-
ALTER USER ‘root’@‘localhost’ IDENTIFIED WITH mysql_native_password BY ‘’;
That command in the WIKI isnt being recognised on my ubuntu? ALTER…? Do i need to be in a particular DIR?
-
@pencils FYI: That is a mysql/mariadb command. You should be using the mysql command line tool.
-
@george1421 sorry george, not a linux guy. Do i need to be in SQL or something?
Its ran the first command…so unsure when to run that command.
-
@pencils said in everything installed. But management page not displaying correctly.:
@george1421 sorry george, not a linux guy.
First to answer your question you need to be in the mysql tool. You will probably want to run this command
mysql -u root
There should be no password on the database since you are root. Once you are at the mysql command prompt then you can use the alter user command.Second, you are not a linux guy and you are manually installing bits of fog. My intuition is telling me you have a botched install. I will repeat my recommendation (especially if you are doing this in a vm). Create a new system, install 16.04 (or 14.04) then install the 1.3.0-RCx version of FOG. You will have less issues with Ubuntu, plus with 1.3.x series you will get support for the latest hardware, gpt disk format, NVMe disk, Win10 support, faster speed, new features, and brighter teeth and fresh breath
-
@george1421 Thank you. I will re-attempt this monday now. Have a good weekend.
-
@george1421 said in everything installed. But management page not displaying correctly.:
Create a new system, install 16.04 (or 14.04) then install the 1.3.0-RCx version of FOG.
I concur as well. Nuke and repave.
- Install Ubuntu 16, tell the installer to delete existing content/OS.
- When that’s done and booted, open terminal, type
sudo -i
and provide the password. - Update and then Install git with
apt-get update -y && apt-get install git -y
- Clone fog with
git clone https://github.com/FOGProject/fogproject.git /root/fogproject
- Go to the fogproject/bin directory with
cd /root/fogproject/bin
- Start the installer with
./installfog.sh
and follow onscreen instructions.
This is all you need to do.
If you have problems about the above steps, post here. If you’re successful and have other questions and problems, make a new thread about it please. -
@Wayne-Workman Just for clarity the installer now uses the right php install sequences and the command line variables are not needed when the installer is called? The pages still reference using the command line switches.
-
@george1421 said in everything installed. But management page not displaying correctly.:
the installer now uses the right php install sequences and the command line variables are not needed when the installer is called?
Correct. It just works now without anything special.