• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Corey kelly
    3. Topics
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Corey kelly

    • C

      Image file in server was overwritten by new image.

      FOG Problems
      • • • Corey kelly
      2
      0
      Votes
      2
      Posts
      985
      Views

      R

      If the old image has been overwritten with a new image then someone must have forgot to associate the computer with a new image file / definition. Some of our engineers make this mistake too.

      You have only 3 options:

      Try a Linux file recovery tool on the FOG server. Upload again from any of the 200+ workstations that has the image. If you can find one that’s not been used great. Recreate the image from scratch.

      Start backing up your storage node at least 1 a month.

    • C

      Snapin not listed after upload and add

      FOG Problems
      • • • Corey kelly
      9
      0
      Votes
      9
      Posts
      3.1k
      Views

      A

      I know this is an old post but, I finally got annoyed by the “List All Snap-ins” requires a search first bug on our FOG 0.32 install, was looking to fix it and found this thread.

      The search page assigns a variable, [COLOR=#339966]$_SESSION[“allow_ajax_snapin”][/COLOR], to [B]true[/B] but the list page does not. Until that variable is defined as true the List All Snap-Ins page won’t work. There’s a couple of ways to fix it but, I just assigned it to true in [COLOR=#0000ff]/var/www/html/fog/management/includes/snapin.list.include.php[/COLOR] on line 37 so, that the search page will work the first time:
      [code] <tbody>
      <?php
      $crit = ‘%’;
      $_SESSION[“allow_ajax_snapin”] = true;
      require(‘ajax/snapin.search.php’);
      ?>
      </tbody>[/code]

    • C

      Image upload task not available

      FOG Problems
      • • • Corey kelly
      2
      0
      Votes
      2
      Posts
      1.0k
      Views

      C

      Solution found!!!

      [url]http://fogproject.org/forum/threads/cannot-create-tasks-task-manager-blank.3823/#post-9593[/url]

    • 1 / 1