Fresh clean Ubuntu 16 with FOG Trunk
-
Thought I’d test out the fixes for Ubuntu 16 that are in the latest. I didn’t want to label the thread topic with a RC version, but I’ll say it in the OP. 1.3.0 RC-8
* Configuring services * Setting up fog user.........................................OK * Setting up fog password.....................................OK * Stopping FOGMulticastManager.service Service................OK * Stopping FOGImageReplicator.service Service.................OK * Stopping FOGSnapinReplicator.service Service................OK * Stopping FOGScheduler.service Service.......................OK * Stopping FOGPingHosts.service Service.......................OK * Setting up and starting MySQL...............................OK * Backing up user reports.....................................Done * Stopping web service........................................Failed!
The culprit found in the error_log:
Failed to stop php5-fpm.service: Unit php5-fpm.service not loaded.
Note the php
5
. -
Over the last few weeks, working with Tom, I was able to test changes back and forth over for Ubuntu 16 and Debian 8.
Both now install without modifications, without special commands.
Install Debian 8, just pull down fog and run the installer as normal. It works.
Install Ubuntu 16, just pull down fog and run the installer as normal. It works.
-
Can you pull and try again?
-
@Tom-Elliott The installer now completes, but the web interface is not operational. Looking further, there is no
fog
database in MySQL.* Ensuring node username and passwords match..................Done * Setup complete You can now login to the FOG Management Portal using the information listed below. The login information is only if this is the first install. This can be done by opening a web browser and going to: http://10.0.0.12/fog/management Default User Information Username: fog Password: password root@DevBox:~/fogproject/bin# mysql Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 119 Server version: 5.7.13-0ubuntu0.16.04.2 (Ubuntu) Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> use fog ERROR 1049 (42000): Unknown database 'fog' mysql> use fog ERROR 1049 (42000): Unknown database 'fog' mysql>
-
@Wayne-Workman Could you please post the full installer log?
-
@Sebastian-Roth Yes, I will tonight.
-
-
I just reverted a VM at home to Ubuntu 16, updated it, and pulled what is currently the makings of 1.3.0 RC-9.
It’s not installing MySQL now. It’s not in the packages list.
apache2 build-essential cpp curl g++ gcc gzip htmldoc lftp libapache2-mod-php7.0 libc6 libcurl3 m4 net-tools nfs-kernel-server openssh-server php7.0 php7.0-bcmath php7.0-cli php7.0-curl php7.0-fpm php7.0-gd php7.0-json php7.0-mbstring php7.0-mcrypt php-gettext sysv-rc-conf tar tftpd-hpa tftp-hpa vsftpd wget xinetd zlib1g
-
Over the last few weeks, working with Tom, I was able to test changes back and forth over for Ubuntu 16 and Debian 8.
Both now install without modifications, without special commands.
Install Debian 8, just pull down fog and run the installer as normal. It works.
Install Ubuntu 16, just pull down fog and run the installer as normal. It works.
-
Just confirmed and sharing - FOG 1.3.0 RC-11 also works just fine on Fresh Ubuntu 16 Server without any special commands.