no. No proxy.
I’ve reverted back to .32
In 120 svn 2097 I’ve had problems with the printer manager and slowness.
I’m singing and dancing with .32 minus a few hostname change quibbles.
no. No proxy.
I’ve reverted back to .32
In 120 svn 2097 I’ve had problems with the printer manager and slowness.
I’m singing and dancing with .32 minus a few hostname change quibbles.
I’ve seen problem with .32 and hostname changes… it usually requires 2 reboots
I’ve asked the same thing. they will revert you to the “advanced” menu where you can indeed set menu choices, but that’s not really what I want.
There is atm no good way of setting up the default menu with ipxe
btw it’s sooner than 20 minutes.
When I first boot the gui is snappy, after about 4 - 5 minutes, jumping from printers to hosts to groups takes 10 seconds
searching a host takes ten secons
My SQL database is around 80megs
[CODE]; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = 128M[/CODE]
BTW no firewall on the fogserver, I can ping both the host and server from eachother.
this has always worked but now I have trouble with kicking out a printer.
Fog 1.20 svn 2094
Got the print service turn on in fogsettings
Got the print service active on the host
Added a printer to the host
Login to the host, refresh printers, get this:
[QUOTE]8/12/2014 2:52 PM FOG::ClientUpdater Client update will be applied during next service startup.
8/12/2014 2:52 PM FOG::ClientUpdater Client update process complete, exiting…
8/12/2014 2:53 PM FOG::PrinterManager Failed to connect to fog server!
8/12/2014 2:53 PM FOG::PrinterManager This is typically caused by a network error!
8/12/2014 2:53 PM FOG::PrinterManager Sleeping for 1 minute.
8/12/2014 2:54 PM FOG::SnapinClient Attempting to connect to fog server…
8/12/2014 2:54 PM FOG::SnapinClient Module is active…
8/12/2014 2:54 PM FOG::SnapinClient No Tasks found for: 00:24:7E:07:C0:D3
8/12/2014 2:54 PM FOG::PrinterManager Failed to connect to fog server!
8/12/2014 2:54 PM FOG::PrinterManager This is typically caused by a network error!
8/12/2014 2:54 PM FOG::PrinterManager Sleeping for 1 minute.
8/12/2014 2:55 PM FOG::PrinterManager Failed to connect to fog server!
8/12/2014 2:55 PM FOG::PrinterManager This is typically caused by a network error!
8/12/2014 2:55 PM FOG::PrinterManager Sleeping for 1 minute.
8/12/2014 2:55 PM FOG::PrinterManager Printer update was request from fog tray…
8/12/2014 2:55 PM FOG::PrinterManager Management level = 0
8/12/2014 2:55 PM FOG::PrinterManager This host is set to NO MANAGEMENT, we will exit now.
[/QUOTE]
I disagree, it worked great in fog .32
Even in VM ESXi with SSD and 4gb or ram, 4 processors devoted. I get the same behavior
I’ve noticed in Fog 1.2.0 svn 2094 (and previous versions) that after around 20 minutes, my Gui is getting really sluggish and slow
I"m running it on Ubuntu 12.04 desktop, physical on a Dell Optiplex 620 with 3gb ram, 1gb network.
Guess I cried waaay too soon, it’s working now !
I can do a list all hosts, but searching does not work
I get an “error searching, please try again”
This was a plain ugrade from 32 to latest svn with around 900 machines in the db
Ah the persistence maybe the attraction
Thanks for the attention Tom, I have been looking in ixpe menu’s and found it as clear as mud (not clear)
I set a password for the advanced screen, in the olden days, I could password -simple- every entry in the default menu
Still not clear on how to change the default menu, I don’t want a second “advanced” menu
And I am lost looking at ipxe I’m thinking it’s somewhere in the undionly.pxe <sigh>
aha, doing is learning. Here’s the file on the webserver:
[url]http://FOGSERVER_IP/fog/service/ipxe/boot.php[/url]
which leads me to: /var/www/service/ipxe/
However looking at boot.php I see :
<?php
header(“Content-type: text/plain”);
require_once(‘…/…/commons/base.inc.php’);
if ($_REQUEST[‘mac0’] && !$_REQUEST[‘mac1’] && !$_REQUEST[‘mac2’])
$_REQUEST[‘mac’] = $_REQUEST[‘mac0’];
else if ($_REQUEST[‘mac0’] && $_REQUEST[‘mac1’] && !$_REQUEST[‘mac2’])
$_REQUEST[‘mac’] = $_REQUEST[‘mac0’].‘|’.$_REQUEST[‘mac1’];
else if ($_REQUEST[‘mac0’] && !$_REQUEST[‘mac1’] && $_REQUEST[‘mac2’])
$_REQUEST[‘mac’] = $_REQUEST[‘mac0’].‘|’.$_REQUEST[‘mac2’];
else if ($_REQUEST[‘mac0’] && $_REQUEST[‘mac1’] && $_REQUEST[‘mac2’])
$_REQUEST[‘mac’] = $_REQUEST[‘mac0’].‘|’.$_REQUEST[‘mac1’].‘|’.$_REQUEST[‘mac2’];
$MACs = HostManager: arseMacList($_REQUEST[‘mac’]);
$Host = $FOGCore->getClass(‘HostManager’)->getHostByMacAddresses($MACs);
new BootMenu($Host);
So a dead end… help
I have searched on the wiki and in the forum, but cannot find this info, maybe someone can… !?
Ok, so I used to change the default PXE menu, where is that located now ??
I know how to do an advanced menu using the FOG web gui, like I said want to change the default fog menu
also how do you password protect certain menu options ?
+1 for the *** reference! On 32 Capone works BUT I did had to modify something, cannot remember what, but I was using system product, like optiplex620 assigned to a optiplex image, it works great.
yes… well you can set that up in capone to use certain dmi fields… but mine gets stuck reading dmi it seems like