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.
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.
@Wayne-Workman I am on rc10 and still having this issue.
@Jaymes-Driver Its not the ssd. I tried a 250gb hdd and have the same issue.
@Tom-Elliott Yes. it is ‘e’ in d.partitions also. Let me try deleting that partition and recapturing as a new image.
@Tom-Elliott As usual, you are a genius. It boots fine now! Thank you!
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();
}
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
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.
Update: When I run a single snapin on the host it works. Group snapins are not working.
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.
@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!
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.
@Sebastian-Roth Yes, I can download it through the browser.
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.```