@george1421 Thanks for your assistance George. This resolved both issues that I was experiencing. Nice catch.
Latest posts made by Bigsease30
-
RE: Updated from Fog v1.50 to V1.52 issue
-
RE: Updated from Fog v1.50 to V1.52 issue
@george1421 OK, Reinstalled everything again. Following the instructions provided. I am now looking at V1.5.2.11. Same issues are present.
Should I switch from Ubuntu and move to CentOS?
-
RE: Updated from Fog v1.50 to V1.52 issue
@george1421 I can re-install using this method if you think that would assist in finding the issue?
-
RE: Updated from Fog v1.50 to V1.52 issue
@george1421 Hello George,
I used the following steps:
- wget https://github.com/FOGProject/fogproject/archive/1.5.2.tar.gz (https://fogproject.org/download)
- tar -xzvf 1.5.2.tar.gz
- cd fogproject-1.5.2/bin
- sudo ./installfog.sh
- Followed all steps to completion.
-
RE: Updated from Fog v1.50 to V1.52 issue
@tom-elliott Hello Tom. I am not familiar with the instructions that you provided. From looking it up I was able to find this GitHub Group but it references v1.5.1 and not the current version. Could you kindly point me in the correct direction?
Regards,
-
RE: Updated from Fog v1.50 to V1.52 issue
@george1421 Adding that line essentially kills the apache server on my machine. I have reinstalled v1.52 again from a new install, verified that the server and GUI were accessible, made the change that was suggested and the server is no longer accessible. Restarting the server nor service has any effect.
I may just go back to the v1.5.0 since for me, it seemed to be stable and worked. I am open to other suggestions that you may have and would like to try.
-
RE: Updated from Fog v1.50 to V1.52 issue
@george1421 said in Updated from Fog v1.50 to V1.52 issue:
/etc/apache2/sites-enabled
Yes George, I have confirmed the file is there. I will post the output below.
<VirtualHost *:80> <FilesMatch "\.php$"> SetHandler "proxy:fcgi://127.0.0.1:9000/" </FilesMatch> KeepAlive Off ServerName 10.0.0.6 DocumentRoot /var/www/ RewriteEngine On RewriteCond %{REQUEST_METHOD} ^(TRACE|TRACK) RewriteRule .* - [F] <Directory /var/www/fog/> DirectoryIndex index.php index.html index.htm RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-f RewriteCond %{DOCUMENT_ROOT}/%{REQUEST_FILENAME} !-d RewriteRule ^/(.*)$ /fog/api/index.php [QSA,L] </Directory> </VirtualHost> <VirtualHost *:80> <FilesMatch "\.php$">
-
RE: Updated from Fog v1.50 to V1.52 issue
@george1421 Correct, The GUI seems to work when I am logged in and navigating around if I open it by the IP/Fog addres but the PXE portion is not working. I am assuming that they are related.
-
RE: Updated from Fog v1.50 to V1.52 issue
Thanks for the reply George. To answer your question, Nothing else was running on the Fog Server. I decided to run an update and it downloaded the newest Ubuntu 18.04 . This didn’t work either so I formatted the drives.
I then reinstalled Ubuntu 16.04, Then installed the newest Fog 1.52 and received the same results as before. I bet something else is going on.
-
Updated from Fog v1.50 to V1.52 issue
Hello,
I have recently upgraded my fog server from version 1.52 from my original version of 1.50. I am running Ubuntu server 16.04 LTS. My old installation of 1.50 was running great until the upgrade.
Issues:
-
When I go to the Fog IP <10.0.0.6> it now shows a generic “Index of /” page with the FOG and and HTML folder. The old version would go straight to the Fog server with just the IP address. See image below.
-
After the Upgrade, PCs are not seeing the PXE server. (I assume that it is issue 1 above)
I can still access the Fog Server web panel by typing 10.0.0.6/fog. It logs in without issues and states that it is on the current version of 1.52.
If you know a fix for this or If you need any additional information, please let me know.
-