• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Reagan
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    Reagan

    @Reagan

    0
    Reputation
    21
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Reagan Unfollow Follow

    Latest posts made by Reagan

    • RE: ipxe Could not boot: No such file or directory

      @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!

      posted in FOG Problems
      R
      Reagan
    • ipxe Could not boot: No such file or directory

      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.

      posted in FOG Problems
      R
      Reagan
    • RE: WebUI Fog Configuration page displays php

      After @Tom-Elliott’s 1 on 1 assistance, the server is updated and running smoothly again. Thanks everyone for your suggestions and help.

      posted in FOG Problems
      R
      Reagan
    • RE: WebUI Fog Configuration page displays php

      @Tom-Elliott Not currently, but I would be available at around 1pm CST.

      posted in FOG Problems
      R
      Reagan
    • RE: WebUI Fog Configuration page displays php

      @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.

      posted in FOG Problems
      R
      Reagan
    • RE: WebUI Fog Configuration page displays php

      @Sebastian-Roth Here are the last lines of /root/fogproject/bin/error_logs/fog_error_1.5.5.log:
      https://imgur.com/a/tX5p8IN

      posted in FOG Problems
      R
      Reagan
    • RE: WebUI Fog Configuration page displays php

      @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.

      posted in FOG Problems
      R
      Reagan
    • RE: WebUI Fog Configuration page displays php

      @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.

      posted in FOG Problems
      R
      Reagan
    • RE: WebUI Fog Configuration page displays php

      @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.

      posted in FOG Problems
      R
      Reagan
    • RE: WebUI Fog Configuration page displays php

      @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.

      posted in FOG Problems
      R
      Reagan