Ubuntu 18.04 LTS - Install Fails
-
I am trying to install a fog v1.5.9 on Ubuntu 18.04.02 LTS and its failing.
* Setting up fogproject user..................................Skipped * Locking fogproject as a system account......................OK * Setting up fogproject password..............................OK * Checking connection to master database......................Failed! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! The installer was not able to run all the way to the end as !! !! something has caused it to fail. The following few lines are !! !! from the error log file which might help us figure out what's !! !! wrong. Please add this information when reporting an error. !! !! As well you might want to take a look at the full error log !! !! in /root/fogproject-1.5.9/bin/error_logs/fog_error_1.5.9.log !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ii vsftpd 3.0.3-9build1 arm64 lightweight, efficient FTP server written for security ii wget 1.19.4-1ubuntu2.2 arm64 retrieves files from the web ii xinetd 1:2.3.15.3-1 arm64 replacement for inetd with many enhancements ii zlib1g:arm64 1:1.2.11.dfsg-0ubuntu2 arm64 compression library - runtime Enter new UNIX password: Retype new UNIX password: passwd: password updated successfully root@FOGPI-DEV:~/fogproject-1.5.9/bin#
Does anyone have a fix for this?
Thanks. -
@greg-plamondon Ok what hardware are you installing this on? I’m suspecting not intel.
Also please attach the error log mentioned in the error
/root/fogproject-1.5.9/bin/error_logs/fog_error_1.5.9.log
-
@george1421 said in Ubuntu 18.04 LTS - Install Fails:
ng not intel.
I am installing it on an Raspberry Pi4
*** Sorry forgot the log
-
@greg-plamondon Ok its saying that mysql-server package doesn’t exist in the arm repository.
I realize this is for 14.04 but the concept and install instructions are still the same: https://www.mininodes.com/how-to-install-mysql-on-the-ubuntu-arm-server/
From an elevated command prompt on the FOG server run this command:
apt-get install mysql-server
See if mysql gets installed correctly, if yes then rerun the fog installer.
-
@george1421 There are a few other tweaks you might want to do with this setup depending on how many client computers are going to be in use here. But lets get FOG installed first.
-
@george1421
Thanks, I did manage to get fog installed, turns out that I was using the TFTP password and not the MySQL Password, it was a long day and I am glad it’s Friday!What other tweaks do you have for me?
Thanks!
-
@greg-plamondon What is your end goal for this fog server?
How many computers will have the fog client installed on them that will hit this FOG-Pi server?