• New fog dont boot from ipv4 PXE

    7
    0 Votes
    7 Posts
    2k Views
    M

    @george1421 You were right, it was a problem with DHCP, our System team solved it by comparing it with another site, I don’t know the details, but it’s working now, Thank you for your help!

  • MariaDB crashing due to too many connections

    10
    0 Votes
    10 Posts
    3k Views
    P

    the below entry, opening max connections for sql - was indeed a fix.
    default is 151, and i now have been a solid 200 connections for a week with no issues.

    in debian 11, i did the following :

    sudo su -
    mysql -D fog
    SET GLOBAL max_connections = 512;

    To make this a permanent solution, refer to the link in the previous post.

  • ACER TMP P2 (TMP214-53- 51NY) snp.efi Bzimage stuck

    5
    0 Votes
    5 Posts
    876 Views
    F

    @george1421 I made update of IPXE to the latest version and then I tried ipxe.efi and sucess! Thank you!

  • Invisible queued task

    2
    0 Votes
    2 Posts
    402 Views
    T

    Eu havia procurado antes mas não tinha achado solução no fórum para esse problema. Procurando mais, encontrei solução conforme esse post: Storage group activity - 1 active

  • UEFI PXE Boot - Pain

    33
    0 Votes
    33 Posts
    10k Views
    george1421G

    @rogerbrowntdl yes a smaller mother image would be best. 1.5.9 can grow the golden image to the size of the disk but not shrink it. Or just removed the recovery partition from the golden image. If you have an imaging solution in place is the recovery partition even useful?

    I started with fog the shrink option really worked so I would create my golden image on a 70 or 80GB hard drive then expand it post deployment in windows. I also developed our golden images on a VM because I could snapshot the vm before critical steps. That kept me from having to rebuild the entire image again if I botched something. Stuff happens you know.

  • Blank Management Page

    1
    0 Votes
    1 Posts
    355 Views
    No one has replied
  • periodic interrupted capturing on Virtual Box machine

    1
    0 Votes
    1 Posts
    403 Views
    No one has replied
  • AD password issue

    2
    0 Votes
    2 Posts
    490 Views
    R

    @lenain said in AD password issue:

    '

    Is the “&#039:”. giving a problem? MYSQL is typing it that way as a HTML code. I have no coding knowledge nor do I know MYSQL very well but this may be of some use:
    Source:
    https://stackoverflow.com/questions/9596652/how-to-escape-apostrophe-in-mysql
    Quote:
    Possibly off-topic, but maybe you came here looking for a way to sanitise text input from an HTML form, so that when a user inputs the apostrophe character, it doesn’t throw an error when you try to write the text to an SQL-based table in a DB. There are a couple of ways to do this, and you might want to read about SQL injection too. Here’s an example of using prepared statements and bound parameters in PHP:

    $input_str = “Here’s a string with some apostrophes (')”;
    // sanitise it before writing to the DB (assumes PDO)
    $sql = “INSERT INTO table (note) VALUES (:note)”;
    try {
    $stmt = $dbh->prepare($sql);
    $stmt->bindParam(‘:note’, $input_str, PDO::PARAM_STR);
    $stmt->execute();
    } catch (PDOException $e) {
    return $dbh->errorInfo();
    }
    return “success”;
    In the special case where you may want to store your apostrophes using their HTML entity references, PHP has the htmlspecialchars() function which will convert them to “&#039 ;”. As the comments indicate, this should not be used as a substitute for proper sanitisation, as per the example given.

  • Max clientes Storage Node

    3
    0 Votes
    3 Posts
    691 Views
    T

    @george1421 Thank you very much. I will try to run the multicast deploy

  • FOG UEFI USB booting -snponly.efi / snp.efi

    3
    0 Votes
    3 Posts
    5k Views
    Z

    @george1421 Thank you so much … I updated the to the latest ipxe and it sorted out the issue .

  • GPT UEFI ERROR PARTITION 4 TOO BIG

    4
    0 Votes
    4 Posts
    618 Views
    george1421G

    @alexamore90 Updating FOG is a normal process of fog administration. I agree its been quite a while since the last update but the process is the same. FOG 1.5.10 should be released soon, but until then the FOG developers are suggesting that people upgrade to a pre release but stable version of the development release.

    When you installed fog if you use the git method to download the installer files then upgrading is easy and you will not lose any configuration settings. To do the upgrade its pretty easy, to perform a dev-branch upgrade there is one more step.

    In your case if you are on FOG version 1.5.9 and you use the git method you would simply change to the base of the install directory (typically in /root/fogproject) and issue these commands on the fog server.

    cd /root/fogproject git pull git checkout dev-branch git pull cd bin ./installfog.sh

    The git checkout dev-branch command is what changes the installer to use the 1.5.9.115 (or later code base). When 1.5.10 is released you would simply replace that line with to go to the master code base with git checkout master and issue the same commands.

    The installer installfog.sh will look at all of the answers you provided when fog was installed and use them during the reinstall.

    After you update to the 1.5.9.115 dev release you will need to once again update the FOS Linux kernel to 5.15.x series (FOG WebUI->FOG Configuraiton->Kernel update, as well as recompile the latest version of iPXE using this tutorial https://forums.fogproject.org/topic/15826/updating-compiling-the-latest-version-of-ipxe when you complete these after steps you will be at a level that FOG 1.5.10 will be when its released. The above install process will make sure your FOG install will support the newest hardware released by the hardware manufacturers.

    You say that you have 3 FOG servers you really should update them all to be on the same release or you won’t have the fix for the non-movable recovery partition that Microsoft created.

  • Issue 424 Full Reg Fog 1.6

    1
    0 Votes
    1 Posts
    154 Views
    No one has replied
  • Modify the ipxe Advanced login menu

    11
    0 Votes
    11 Posts
    2k Views
    D

    @george1421 Right. I won’t mess with it since we have it set up and working.

  • FOG Start

    7
    0 Votes
    7 Posts
    508 Views
    M

    Vamos la, o IP esta 192.168.0.100, não estou usando roteador, as port 66 r 67 ja esta configuradas .

    A versão que esta sendo usado e 1.5.9.

    Estou usando direto em um cabo de rede, porem não inicia o pxe.

  • Image menu not showing recently created images

    4
    0 Votes
    4 Posts
    834 Views
    J

    @sebastian-roth said in Image menu not showing recently created images:

    @Jim-Holcomb How many images do you have? I am not aware of a limit of images that can be seen in the menu but I can’t tell you for sure.

    So would you be able to delete an older one and see if one of the new one pops up in the menu?

    Hello Sebastian - I tried that - deleting older images. No joy. You know that the image menu just keeps going to the next number in order. I am currently at 160, but of course I do not have anywhere near that many images. Then menu goes to 158 then ends. Yet if I go to “List all Images” of course the image resides there with all of it’s available information, size, date, etc…

    I am stumped here.

  • UEFI Boot Issue

    12
    0 Votes
    12 Posts
    2k Views
    george1421G

    @londonfog You only get this screen when you do a deploy image from the iPXE menu? Where a traditional unicast (by registering the target computer and then picking deploy) works correctly?

    OK lets see if we can get the target computer into debug mode another way. FOG WebUI->FOG Configuration->FOG Sertings Hit the expand all button, then search for KERNEL DEBUG and enable the check box and hit save. Now pxe boot the computer and go through deploy image. Does that put you to the linux command prompt?

    If not go back into the same area and uncheck that option and then search for KERNEL ARGS and paste in isdebug=yes and try it again.

    Hopefully one of the methods will get us into debug mode.

  • Host status is unknow 2

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    E

    @george1421 said in Host status is unknow 2:

    @eliaspereira So does it work now that you fixed name resolution on the FOG server?

    At first, yes.

    Thanks again for the great help!!!

  • Printer assingment problem

    1
    0 Votes
    1 Posts
    222 Views
    No one has replied
  • UEFI PXE BOOT

    3
    0 Votes
    3 Posts
    657 Views
    S

    Nice, working!
    Thanks a lot for the tutorial and all the work!

  • FOG API Token Help

    3
    0 Votes
    3 Posts
    364 Views
    george1421G

    @londonfog This is just a guess but the api token should be in the WebUI -> FOG Configuration -> FOG Settings page. Just hit the expand all button then search the page for API. This is where I might expect to find FOG (itself) related settings.

146

Online

12.4k

Users

17.4k

Topics

155.9k

Posts