• Fog Scheduler running at 100% CPU + SSH connection flood between nodes

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    M

    @Tom-Elliott

    This is fixed, too, and can be marked as solved. The reason was stale WOL power action. I deleted those manually from the DB, and the CPU went back to normal.

    I’m not sure about the SSH and replication issues, but I deleted my physical storage node, and I’m not seeing those anymore.

  • Windows 11 | 65x HP Z2 Tower G1i

    Unsolved
    5
    0 Votes
    5 Posts
    3k Views
    K

    @mashina
    I’m still having huge problems. Updated Fog. Rebuilt the Windows 11 image. … Windows 11 changes the boot order.
    The image works for a few days—then it stops working.
    Multicast only works sometimes—just now the image worked with one computer, but not with three in multicast—it just stops at 94% for no reason. What surprises me the most is that with this computer, only BOOT EXIT TYPE: SANBOOT works. I don’t understand much about this, but it seems wrong to me.

  • 0 Votes
    18 Posts
    6k Views
    J

    @pillbox1234567 Thanks for the suggestion. I turned Viridian off on the cloned VM, and it did not make a difference.

    Interesting note that you’ve seen it cause boot issues on certain Linux VMs. I have not experienced that behavior yet but will keep an eye out for it.

  • Boot and Nuke/Disk Wipe PXE Menu - Any Method Welcome!

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    J

    @Preston Wow that was a super answer, thanks Preston! I’ll give this a go in the week. 🙂

  • FOG hangs on "... free base memory after PXE unload"

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    Tom ElliottT

    @Exsival When you say “Causing the fog server to crash” what exactly do you mean?

    If it’s just a “saying” I can understand that but from a technical standpoint what this means is completely different and would need logs. If all you mean is the machine in quesiton is hanging, that’s a different issue altogether. I highly doubt the whole FOG Server is crashing.

  • Upgrading Server To SSD and Reinstall

    Unsolved
    1
    0 Votes
    1 Posts
    843 Views
    No one has replied
  • Partition 3 (NTFS) skipped during deployment

    Unsolved
    1
    0 Votes
    1 Posts
    738 Views
    No one has replied
  • Moved Win11 image to Separate FOG Host, Windows Won't Boot after Deployment

    Unsolved
    1
    0 Votes
    1 Posts
    780 Views
    No one has replied
  • FOG PXE Boot Error – iPXE “Exec format error” / Chainloading failed

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    Tom ElliottT

    @lucasgfaj have you turned off secure boot?

  • image Multicast issue

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    B

    @Tom-Elliott
    I did not update yet to 1824, but i did SELECT * FROM HISTORY;

    MariaDB [fog]> SELECT * FROM history; +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ | hID | hText | hUser | hTime | hIP | +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ | 1 | [2026-04-01 08:33:55] MulticastSession ID: 1 NAME: test has been successfully updated. | fog | 2026-04-01 08:33:55 | 10.10.3.116 | +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ 1 row in set (0.000 sec)

    the new session i create are not shown, and dont work until i run the maintenance queries

    then it shows in history table:

    MariaDB [fog]> SELECT * FROM history; +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ | hID | hText | hUser | hTime | hIP | +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ | 1 | [2026-04-01 08:33:55] MulticastSession ID: 1 NAME: test has been successfully updated. | fog | 2026-04-01 08:33:55 | 10.10.3.116 | | 2 | [2026-04-01 09:10:37] MulticastSession ID: 1 NAME: test has been successfully updated. | fog | 2026-04-01 09:10:37 | 10.10.3.116 | +-----+----------------------------------------------------------------------------------------+-------+---------------------+-------------+ 2 rows in set (0.000 sec)
  • Schedule Multicast Tasks Issues

    Unsolved
    10
    1 Votes
    10 Posts
    3k Views
    Tom ElliottT

    @devle I’ve made a couple of edits, though I still cannot replicate the problem you’re seeing.

    You shouldn’t see the errors any more (just saying), though I don’t know if these things will fix whatever problem you’re seeing.

  • FOG ubuntu image fails to update database

    Unsolved
    29
    0 Votes
    29 Posts
    5k Views
    JGeearJ

    @Tom-Elliott All good the last update fixed the issue!

  • upload failed to set permissons (prepareUploadLocation)

    Unsolved
    1
    0 Votes
    1 Posts
    950 Views
    No one has replied
  • Linux Mint, ran updates and now get HTTP 500 errors

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Image creation and network connection

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    R

    @BLT I don’t necessarily have a timeline for the final release but I did just release an experimental kernel with a newer nic driver. It may work for you if you want to give it a try.

  • Host Service Settings not Saving after changes

    Unsolved
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Slow computer listing and high CPU with version 1.5.1.01798

    Solved
    34
    1 Votes
    34 Posts
    9k Views
    I

    @Infojoe And a real question : How can I mark this as “solved” ?

  • issue with updating / isntall script

    Unsolved
    2
    0 Votes
    2 Posts
    1k Views
    P

    My workarounds for update on Debian Trixie are:

    A)
    git checkout master ; git pull
    userdel fogproject
    cd bin ; ./installfog.sh

    or
    B)
    apt install lastlog2
    git checkout master ; git pull
    ln -s /usr/bin/lastlog2 /usr/bin/lastlog
    cd bin ; ./installfog.sh

    Peter

  • Kernel Update Failed transfer

    Solved
    17
    0 Votes
    17 Posts
    4k Views
    P

    @george1421 I probably found the reason of disSYNC of fog password and FOG settings. My old fog generated password included an & char (password looked like q&Y**********) but after some updates I found q&#38#38#38…********** in FOG_TFTP_FTP_PASSWORD and Storage Management Password.

    To solve thi issue , I used https://forums.fogproject.org/topic/11203/resyncing-fog-s-service-account-password bit first I changed password in /opt/fog/.fogsettings.

    Then update

    update FOG_TFTP_FTP_PASSWORD update Storage Management Password, delete fogproject user (debian 13 installer bug lastlog vs. lastlog2) rerun installfog.sh

    Now kernel update (tftp access) is working again.

  • Cannot authenticate FOG in host to proceed deploy

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    ***Redbob*

    As a workaround, we’re doing deploy in these Appliances by Schedule Deploy Tasks, as it bypass the authentication screen. But i would be interesting if we could do deploys without this need.

63

Online

12.7k

Users

17.6k

Topics

156.8k

Posts