• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Ed Blom
    3. Posts
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 31
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Ed Blom

    • RE: Slowness in gui after 20 minutes

      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.

      posted in FOG Problems
      E
      Ed Blom
    • RE: Questions about hostname changer

      I’ve seen problem with .32 and hostname changes… it usually requires 2 reboots

      posted in FOG Problems
      E
      Ed Blom
    • RE: Changing FOG menu in 1.2.0

      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

      posted in FOG Problems
      E
      Ed Blom
    • RE: Slowness in gui after 20 minutes

      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

      posted in FOG Problems
      E
      Ed Blom
    • RE: Slowness in gui after 20 minutes

      [CODE]; Maximum amount of memory a script may consume (128MB)
      ; http://php.net/memory-limit
      memory_limit = 128M[/CODE]

      posted in FOG Problems
      E
      Ed Blom
    • RE: Printer management level

      BTW no firewall on the fogserver, I can ping both the host and server from eachother.

      posted in FOG Problems
      E
      Ed Blom
    • Printer management level

      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]

      posted in FOG Problems
      E
      Ed Blom
    • RE: Slowness in gui after 20 minutes

      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

      posted in FOG Problems
      E
      Ed Blom
    • Slowness in gui after 20 minutes

      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.

      posted in FOG Problems
      E
      Ed Blom
    • RE: Upgrade FOG .32 > svn 2165 no problems, search does not function

      Guess I cried waaay too soon, it’s working now 🙂 !

      posted in FOG Problems
      E
      Ed Blom
    • Upgrade FOG .32 > svn 2165 no problems, search does not function

      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

      posted in FOG Problems
      E
      Ed Blom
    • RE: Changing the standard PXE boot fog 1.20

      Ah the persistence maybe the attraction 🙂

      posted in General
      E
      Ed Blom
    • RE: Changing the standard PXE boot fog 1.20

      Thanks for the attention Tom, I have been looking in ixpe menu’s and found it as clear as mud (not clear)

      posted in General
      E
      Ed Blom
    • RE: Changing the standard PXE boot fog 1.20

      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

      posted in General
      E
      Ed Blom
    • RE: Changing the standard PXE boot fog 1.20

      And I am lost looking at ipxe 😞 I’m thinking it’s somewhere in the undionly.pxe <sigh>

      posted in General
      E
      Ed Blom
    • RE: Changing the standard PXE boot fog 1.20

      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

      posted in General
      E
      Ed Blom
    • Changing the standard PXE boot fog 1.20

      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 ?

      posted in General
      E
      Ed Blom
    • RE: Latest FOG 0.33b

      +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.

      posted in General
      E
      Ed Blom
    • RE: Latest FOG 0.33b

      yes… well you can set that up in capone to use certain dmi fields… but mine gets stuck reading dmi it seems like

      posted in General
      E
      Ed Blom
    • RE: Latest FOG 0.33b

      My capone is stuck on finding DMI… never does anything

      posted in General
      E
      Ed Blom
    • 1 / 1