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

    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
    • RE: resizing images windows 10

      Can you set up a separate test fog server? A lot has been updated since 1.3.0 regarding resizable images so upgrading to 1.3.5 might solve this problem.

      posted in FOG Problems
      C
      coop90
    • RE: Cloning only installed files VS entire drive?

      I dont think that is possible as fog works by going block by block on a drive and doesnt care what data is stored there. There isnt a “fog file explorer,” that I know of.

      If you do create a fresh image, either build it on a virtual machine with a 50gb hard drive or if that isnt possible, put in the smallest hard drive you can find and build it on that. You can always expand it later (not the other way around).

      posted in General 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
    • 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

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

      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 I checked disk management on the image and it is set to mbr.

      In d1.fixed_size_partitions there is only :3

      This is what is in d1.minimum.partitions

      0_1487106633041_upload-aec83cab-3a6c-4426-9348-7d40a02bd9d2

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

      @Tom-Elliott Thanks for taking the time to help. In the next two weeks I will try to rebuild the image on a smaller hard drive.

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

      @Tom-Elliott I reran the installer without pulling and deployed the image again. It said “Inserting extended partitions (minimum) … failed)”

      posted in FOG Problems
      C
      coop90
    • 1
    • 2
    • 3
    • 1 / 3