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

    Bigsease30

    @Bigsease30

    0
    Reputation
    226
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Bigsease30 Unfollow Follow

    Latest posts made by Bigsease30

    • RE: Updated from Fog v1.50 to V1.52 issue

      @george1421 Thanks for your assistance George. This resolved both issues that I was experiencing. Nice catch.

      posted in FOG Problems
      Bigsease30B
      Bigsease30
    • 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?

      posted in FOG Problems
      Bigsease30B
      Bigsease30
    • 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?

      posted in FOG Problems
      Bigsease30B
      Bigsease30
    • RE: Updated from Fog v1.50 to V1.52 issue

      @george1421 Hello George,

      I used the following steps:

      1. wget https://github.com/FOGProject/fogproject/archive/1.5.2.tar.gz (https://fogproject.org/download)
      2. tar -xzvf 1.5.2.tar.gz
      3. cd fogproject-1.5.2/bin
      4. sudo ./installfog.sh
      5. Followed all steps to completion.
      posted in FOG Problems
      Bigsease30B
      Bigsease30
    • 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,

      posted in FOG Problems
      Bigsease30B
      Bigsease30
    • 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.

      posted in FOG Problems
      Bigsease30B
      Bigsease30
    • 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$">
      
      
      posted in FOG Problems
      Bigsease30B
      Bigsease30
    • 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.

      posted in FOG Problems
      Bigsease30B
      Bigsease30
    • 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.

      posted in FOG Problems
      Bigsease30B
      Bigsease30
    • 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:

      1. 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.
        alt text

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

      posted in FOG Problems
      Bigsease30B
      Bigsease30