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

    Topics created by Dino_Nerd

    • Dino_NerdD

      CentOS 7 Problems

      General Problems
      • • • Dino_Nerd
      17
      0
      Votes
      17
      Posts
      4.9k
      Views

      Dino_NerdD

      @Tom-Elliott said in CentOS 7 Problems:

      The really feels like a double installation almost. Though I don’t know quite how to describe it.

      I’ve fresh installed CentOS with fog at least 5 times now and keep getting the same result
      I attempted a fog installation with Archlinux as well and got this same result.
      by fresh install, I mean wiping the hard drive completely and installing a brand new OS, then installing fog

      @Tom-Elliott said in CentOS 7 Problems:

      Also can you please check FOG Configuration Page->FOG Settings->Web Server->FOG_WEB_ROOT and make sure it’s not set to WEB_ROOT, aka please set to /fog/

      0_1498592218897_bandicam 2017-06-27 14-35-18-036.jpg

      @Tom-Elliott said in CentOS 7 Problems:

      Are you doing any weird redirects? For example FOG is expecting to look to /var/www/html/fog (http://SomeIP/fog/)
      But you have it set to go: http://someIP and it’s passing you to the fog site?

      This is a clean install, I haven’t changed any settings that aren’t stock

    • Dino_NerdD

      Solved Parted Magic not working in pxe boot

      General Problems
      • • • Dino_Nerd
      23
      0
      Votes
      23
      Posts
      6.3k
      Views

      S

      After some more debugging I found that the redirection loop is not caused by the apache rewrite rules but by /var/www/fog/api/index.php and those included by that PHP file. Maybe this is because we don’t supply correct parameters?! Would be nice if it wouldn’t redirect in an endless loop.

      @Dino_Nerd I think you can re-add the RewriteRule ^/(.*)$ /fog/api/index.php [QSA,L] in your 001-fog.conf and still should be able to access and boot http://192.168.0.143/pmagic/bzImage64 if that folder is in /var/www!!

      Note to myself: Accessing directories (like http://192.168.0.143/pmagic/) does not work albeit the second RewriteCond because DirectoryIndex setting makes it request index.html in that directory, which usually does not exist. Therefore again redirecting it to /fog/api/index.php

    • 1 / 1