Cannot enter fog management screen after localized install
-
@cemicolin Any errors in /var/log/apache2/error.log when you try the web interface URL…?
-
No errors. However, I did find a solution to updating the schema/database. Instead of typing in the direct IP address I use //localhost/fog/management. Does this mean that my server isn’t broadcasting at 192.168.1.1?
-
I can see the web management console and it says my server IP is 192.168.1.1, but still cannot use that address to login to that console from other computers or the Fog server computer. I cannot ping it from other computers on the same network switch. The PCs cannot boot to PXE, it just times out and boots into Windows.
-
If you’re setting up FOG just to use it with DBAN, why not use fog trunk? After all, our DBAN wiki article was written for FOG Trunk.
-
I went ahead and upgraded to trunk which broke Apache, libapache2-mod-fastcgi fails to install. I’m not sure where to look for the log to look closer at the “Installing package: libapache2-mod-fastcqi…Failed!” message
-
@cemicolin if you go to where you put your FOG Trunk install files, go into
bin/error_logs
you will see some files in there, namedfog_error_xxxx.log
The
xxxx
should be the revision number your on. Can you supply us with that file? -
Also - you might want to go with Ubuntu 14 or 15, since there is nothing to lose by reinstalling in your specific scenario.
-
@Wayne-Workman See attached, thanks
The following packages have unmet dependencies:
libapache2-mod-fastcgi : Depends: apache2.2-common (>= 2.2.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages. -
@cemicolin then install what it says it needs.
sudo apt-get install apache2.2-common -y
-
Unfortunately that threw even more errors, it couldn’t halt the server. When I did manage to halt the server processes and try the install I got a bunch of other apache errors. I took your advice and started over with a Ubuntu 15 install. However, the network panel went missing which is causing problems getting the NIC setup correctly and causing the fog install to fail. I’ve never had so many issues configuring a Ubuntu machine, so I’m going to try this at home on the off chance that something in my work environment is causing issues.
-
@cemicolin I’ve installed FOG Trunk on Ubuntu 15 Server one time - it was quite simple. In fact, probably the easiest FOG installation I’ve ever done.
Alas, though, contrary to experience, I will stick to my guns, and stay with Red Hat based distributions.
-
Ok, finally got a localized install working on Ubuntu 14! I had to do the install off of my work site to get the packages downloaded correctly. To get computers to PXE boot I had a sysadmin friend walk me through making 2 ethernet interfaces in my virtual machine and used the machine hosting the VM to access the web interface.