• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. coop90
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 49
    • Best 6
    • Controversial 0
    • Groups 0

    coop90

    @coop90

    7
    Reputation
    781
    Profile views
    49
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    coop90 Unfollow Follow

    Best posts made by coop90

    • RE: Image size on server

      Go to Fog Configuration --> Fog Settings --> General Settings --> Check the box next to FOG_FTP_IMAGE_SIZE

      This might cause your image page to load slower depending on how many images you have.

      posted in General
      C
      coop90
    • RE: FOG Imaging Log Not Working

      @Wayne-Workman I am on rc10 and still having this issue.

      posted in Bug Reports
      C
      coop90
    • RE: Inserting Extended partitions - failed

      @Jaymes-Driver Its not the ssd. I tried a 250gb hdd and have the same issue.

      posted in FOG Problems
      C
      coop90
    • RE: Inserting Extended partitions - failed

      @Tom-Elliott Yes. it is ‘e’ in d.partitions also. Let me try deleting that partition and recapturing as a new image.

      posted in FOG Problems
      C
      coop90
    • RE: Inserting Extended partitions - failed

      @Tom-Elliott As usual, you are a genius. It boots fine now! Thank you!

      posted in FOG Problems
      C
      coop90
    • RE: * Downloading inits, kernels, and the fog client..............Failed!

      @Tom-Elliott AWS is having problems. https://status.aws.amazon.com/

      posted in FOG Problems
      C
      coop90

    Latest posts made by coop90

    • RE: Cannot upgrade to 1.5.9

      Restarted apache and it is working now.

      posted in Linux Problems
      C
      coop90
    • RE: Cannot upgrade to 1.5.9

      Update: I update ubuntu to 16 and now can continue the install.

      Right now I am stuck wit hthe schema database update. I see this on the management site:

      <?php
      /**
       * The main index presenter
       *
       * PHP version 5
       *
       * @category Index_Page
       * @package  FOGProject
       * @author   Tom Elliott <tommygunsster@gmail.com>
       * @license  http://opensource.org/licenses/gpl-3.0 GPLv3
       * @link     https://fogproject.org
       */
      /**
       * The main index presenter
       *
       * @category Index_Page
       * @package  FOGProject
       * @author   Tom Elliott <tommygunsster@gmail.com>
       * @license  http://opensource.org/licenses/gpl-3.0 GPLv3
       * @link     https://fogproject.org
       */
      require '../commons/base.inc.php';
      $FOGPageManager = FOGCore::getClass('FOGPageManager');
      if (session_status() != PHP_SESSION_NONE) {
          if (isset($_SESSION['delitems'])
              && !in_array($sub, array('deletemulti', 'deleteconf'))
          ) {
              unset($_SESSION['delitems']);
          }
      }
      FOGCore::getClass('ProcessLogin')->processMainLogin();
      require '../commons/text.php';
      $Page = FOGCore::getClass('Page');
      $nodes = array(
          'schema',
          'client',
          'ipxe'
      );
      if (!in_array($node, $nodes)
          && ($node == 'logout' || !$currentUser->isValid())
      ) {
          $currentUser->logout();
          $Page
              ->setTitle($foglang['Login'])
              ->setSecTitle($foglang['ManagementLogin'])
              ->startBody();
          FOGCore::getClass('ProcessLogin')
              ->mainLoginForm();
          $Page
              ->endBody()
              ->render();
      } else {
          if (FOGCore::$ajax) {
              $FOGPageManager->render();
              exit;
          }
          $Page->startBody();
          $FOGPageManager->render();
          //if ($FOGPageManager->getFOGPageName() !== $FOGPageManager->getFOGPageTitle()) {
          $Page
                  ->setTitle($FOGPageManager->getFOGPageTitle());
          //}
          $Page->setSecTitle($FOGPageManager->getFOGPageName());
          $Page
              ->endBody()
              ->render();
      }
      
      posted in Linux Problems
      C
      coop90
    • Cannot upgrade to 1.5.9

      I am on 1.5.5 (was on 1.5.1) and I am trying to upgrade to 1.5.9.
      Below is the error I get on install and the end of the associated log file
      f4489652-4214-4004-adb9-2c038390aae8-image.png
      cd11d583-acd2-4675-8ee7-aaed321a97d2-image.png

      posted in Linux Problems
      C
      coop90
    • RE: Windows 10 clock is always off after imaging

      We recently had an issue where the time zone wasn’t being set correctly/updating on imaged machines. We edited the registry with a script on those machines to set the correct time zone.

      posted in Tutorials
      C
      coop90
    • RE: Snapins queued but not running

      Update: When I run a single snapin on the host it works. Group snapins are not working.

      posted in FOG Problems
      C
      coop90
    • Snapins queued but not running

      Running fog 1.5.4 and fog cliente 0.11.16

      I have two snapins attached to a group. After deploying an image or manually adding the all snapins task, the snapins are queued but they dont run. On a target computer (running windows 10), the fog log shows no snapins available.

      posted in FOG Problems
      C
      coop90
    • RE: View Fog Client From WebGUi

      @themcv I can. I was wondering if there was something in the Reports section of the fog server that would do that automatically. Guess I’ll stick with that for now. Thanks!

      posted in FOG Problems
      C
      coop90
    • View Fog Client From WebGUi

      Is it possible to view the Fog Client log for individual hosts in the fog server webgui?

      I am on 1.5.0RC8 and the latest fog client is deployed.

      posted in FOG Problems
      C
      coop90
    • RE: Fog Client 11.12 not renaming computer/joining domain (Could not authenticate)

      @Sebastian-Roth Yes, I can download it through the browser.

      posted in FOG Problems
      C
      coop90
    • RE: Fog Client 11.12 not renaming computer/joining domain (Could not authenticate)

      I am getting errors as well in my fog log only recently. I am using ubuntu server. Not sure if these are related to gnevills’s error.

      -----------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       6/20/2017 3:34 PM Client-Info Version: 0.11.12
       6/20/2017 3:34 PM Client-Info OS:      Windows
       6/20/2017 3:34 PM Middleware::Authentication Waiting for authentication timeout to pass
       6/20/2017 3:34 PM Middleware::Communication Download: http://10.1.4.59/fog/management/other/ssl/srvpublic.crt
       6/20/2017 3:34 PM Middleware::Communication ERROR: Could not download file
       6/20/2017 3:34 PM Middleware::Communication ERROR: Unable to connect to the remote server
       6/20/2017 3:34 PM Middleware::Authentication ERROR: Could not authenticate
       6/20/2017 3:34 PM Middleware::Authentication ERROR: The system cannot find the file specified.```
      posted in FOG Problems
      C
      coop90