@Sebastian-Roth After running the commands on the server everything seems to be running properly. Are these commands something I need to run every time I upgrade the FOG server?
Thank you very much!
@Sebastian-Roth After running the commands on the server everything seems to be running properly. Are these commands something I need to run every time I upgrade the FOG server?
Thank you very much!
Server: Ubuntu 18.04.1
FOG Version: 1.5.5
The error received during client boot up:
“https://10.201.1.7/fog/service/ipxe/boot.php… No such file or directory (http://ipxe.org/2d0c613b)”
I’ve confirmed that the file does exist on the server: https://imgur.com/a/HqnopId
I’ve also confirmed that the “tftp pxe kernel dir” in the web gui is set to: /var/www/fog/service/ipxe (https://imgur.com/a/BhIjomC)
Before this error, I was running into: “tftp request timeout”, which was remedied by restarting tftp on the server.
Going to the webpage https://10.201.1.7//fog/service/ipxe/boot.php yields: https://imgur.com/a/WojVPk5
Adding this just in case: I recently upgraded to 1.5.5 (https://forums.fogproject.org/topic/12863/webui-fog-configuration-page-displays-php)
Any help would be greatly appreciated.
After @Tom-Elliott’s 1 on 1 assistance, the server is updated and running smoothly again. Thanks everyone for your suggestions and help.
@Tom-Elliott Not currently, but I would be available at around 1pm CST.
@Reagan Upon consulting https://wiki.fogproject.org/wiki/index.php/.fogsettings, https://wiki.fogproject.org/wiki/index.php/Password_Central, and https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP, particularly:
There are a few places where all the credentials (on a standard install) should match exactly.
Web Interface -> Storage Management -> [Your storage node] -> Management Username & Management Password
Web Interface -> FOG Configuration -> FOG Settings -> TFTP Server -> FOG_TFTP_FTP_USERNAME & FOG_TFTP_FTP_PASSWORD
The local 'fog' user's password on the Linux FOG server
Server file: /opt/fog/.fogsettings -> password (For recent FOG Trunk versions only. 1.2.0 does not have this setting. 1.3.0 will though.)
Server file: /opt/fog/.fogsettings -> username (For recent FOG Trunk versions only. 1.2.0 does not have this setting. 1.3.0 will though.)
I believe that the password set by my predecessor did not meet the password requirements for a local user on the Linux FOG server (The password they set is 44 characters long). I also found that the password listed in the .fogsettings file did not match that in the storage management credentials section (a 1 letter typo).
I believe that my next course of action is to change the password and have it reflect in the 5 sections mentioned above. If this is the case, because I can not access “Web Interface -> FOG Configuration -> FOG Settings -> TFTP Server -> FOG_TFTP_FTP_USERNAME & FOG_TFTP_FTP_PASSWORD”, how would I go about changing the password for this section?
Thank you.
@Sebastian-Roth Here are the last lines of /root/fogproject/bin/error_logs/fog_error_1.5.5.log:
https://imgur.com/a/tX5p8IN
@Sebastian-Roth Upon using the commands and running the installer, the webpage is not reachable. https://imgur.com/a/LB1spng.
Here is the log of the installer: https://imgur.com/a/kN59IVb.
I navigated to /var/www/html after running the installer again and saw that the fog directory was missing. Upon copying the fog directory from /var/www and pasting it into /var/www/html, the website was reachable, but still persisted with the same problems as before.
@Sebastian-Roth I used git checkout dev-branch
to extract the branch to my system, and then git pull
, after doing this I ran the installer with my git branch
set to dev-branch. The installer confirmed it was version 1.5.5.3. Nonetheless, the same results showed.
I deleted the /root/fogproject directory, then used git clone https://github.com/FOGProject/fogproject.git
to recreate the directory and then launching the installer again. My circumstances are still the same, with everything on the website being functional, except the FOG Configuration page, as well as the bottom right corner showing 1.5.4.
@Wayne-Workman my FOG server is also running on a VM, however, after attempting this the webpage was no longer reachable. I have since reverted to my snapshot.
@Sebastian-Roth After attempting to reinstall I came to the same conclusion, I attempted to install from the dev-branch as well to no avail.
Upon using ls
in /root/fogproject I noticed that there was a binaries1.5.4.zip file; so I followed your advice from this post: https://forums.fogproject.org/topic/12607/downloading-binaries-needed-failed/6, and manually downloaded the binaries1.5.5.zip file to replace the outdated one.
Even after all of this, nothing has changed.
Rerunning the commands you mentioned here after the latest install still displayed 1.5.4 as outputs to both commands.
find /var/www -type f -exec grep "FOG_VERSION" {} /dev/null \;
tail /var/www/html/fog/lib/fog/system.class.php
Any help would be great,
Thank you.