@george1421 Thanks for your assistance George. This resolved both issues that I was experiencing. Nice catch.
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.
-
-
RE: Fog Server v1.5 ~ Dell Optiplex 3050
@george1421 Thank you so much! This has resolved my issue.
-
RE: Fog Server v1.5 ~ Dell Optiplex 3050
Thanks for the reply’s. I have updated the entry “undionly.kpxe” with the new “ipxe.efi” and it continues to do the same thing, boots to Dell diagnostic.
Yes, The PC is using UEFI instead of Legacy. Attached you will find a screenshot of our PfSense entry’s. I have also tried entering the “ipxe.efi” name in the UEFI 32 and UEFI 64 bit file name fields with the same results.
-
Fog Server v1.5 ~ Dell Optiplex 3050
Hello All, I am new to the fog project so please be patient. I setup Fog v1.5 on a Ubuntu server. I have been able to image and deploy a Dell Optiplex 980 without issues. However, When I try to boot the Optiplex 3050, it looks for the pxe boot but then immediately goes to the Dell diagnostics screen. I have tried different settings in the bios as well as different kernels in the Fog Project but I am having no success.
I am hoping that by posting here, some Fog guru can point me in the correct path to succeed.
Hyper-V Host - Server 2016
Ubuntu Server - 16.04.4 LTS
Fog Project v1.50PfSense Router
- TFTP Server --> Points to Fog Server IP
- Network booting enabled --> Points to Fog Server IP
- Default BIOS file name: undionly.kpxe
Dell Optiplex 3050
UEFI Bios
Windows 10 64 bitPlease let me know if you need any further information to assist me in my troubles.
Best Regards,
BIgsease30