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

    Posts made by pnwbsi

    • RE: Image Path Change

      @george1421 I followed your instructions but I am still getting the same error page, not a different debug one. Here is the postinit script I made. I did notice that I do not have a fog.download in my bin and I saw that the script replaces that.

      #Current File in FOS Linux to be replaced
      currfile="/bin/fog.download"
      
      #Patch file to send to FOS Linux virtual hard drive
      newfile="${postinitpath}fog.download"
      
      # ---------------------------------------------
      # DO NOT edit any text below this line
      # ---------------------------------------------
      . /usr/share/fog/lib/funcs.sh
      
      echo "Testing path for our fixed file at ${newfile}"
      debugPause
      
      # Test path and run copy if found and matched.
      if [[ -r $newfile ]]; then
          echo "Found source file preparing to copy"
          debugPause
          cp -f $newfile $currfile >/dev/null 2>&1
          [[ ! $? -eq 0 ]] && echo "Copy Failed" || echo "Copy Succeeded"
          debugPause
      else
          echo "Failed to find file [${newfile}] sorry. Copy Failed"
          debugPause
      fi
      
      . ${postinitpath}fog.patch.man.reg
      
      posted in FOG Problems
      P
      pnwbsi
    • RE: Image Path Change

      @Sebastian-Roth @george1421 An important thing to add. I just saw that if I have the image path as /Images/Dev/ and I capture (which fails) it claims it can not find the image folder /Images/Dev/Dev. So it is adding an extra /Dev/ in there.

      posted in FOG Problems
      P
      pnwbsi
    • RE: Image Path Change

      @Sebastian-Roth I am running Fog 1.5.4

      posted in FOG Problems
      P
      pnwbsi
    • RE: Image Path Change

      @george1421 I am willing to help in anyway!

      posted in FOG Problems
      P
      pnwbsi
    • RE: Image Path Change

      20190815_144933.jpg

      posted in FOG Problems
      P
      pnwbsi
    • RE: Image Path Change

      That does not change anything. Same issues occur with /images or /images/

      posted in FOG Problems
      P
      pnwbsi
    • RE: Image Path Change

      Yes, sorry about that.

      Updated with pictures:
      Capturing image with image path as /images/dev/ — I receive the could not mount images folder error. PICTURE1.jpg

      Deploying image with image path as /images/ ---- I receive the unable to locate image store.
      PICTURE2.jpg

      Early on in troubleshooting I discovered that if I change the storage node image path it would work. So now I have come to find a solution to avoid changing the image path because I know I have a setting wrong somewhere in fog.

      posted in FOG Problems
      P
      pnwbsi
    • RE: Image Path Change

      @Sebastian-Roth
      /images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
      /images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)

      posted in FOG Problems
      P
      pnwbsi
    • RE: Image Path Change

      Under Storage Management > Storage Node > Image Path.

      Capture worked fine with /Images as the path. But I could not figure out why deploy did not work. I changed the Image path to /Images/Dev and it worked.

      posted in FOG Problems
      P
      pnwbsi
    • Image Path Change

      I have an issue where I have to change the image path to get fog to work.

      If I am deploying an image I change the image path to /images/dev. If I am capturing an image I have to change the image path to /images/.

      What can I do to avoid editing the storage path everytime?

      posted in FOG Problems
      P
      pnwbsi
    • 1 / 1