• Storage node availability check ignores `FOG_SSH_PORT` (hardcoded port 22)

    Solved
    3
    0 Votes
    3 Posts
    228 Views
    L

    @Tom-Elliott Hi, Yes with the proposed fix, it works now.

  • 0 Votes
    2 Posts
    89 Views
    Tom ElliottT

    @rpycroft Please attempt to update to 2231.

  • Version 1.6.0-beta.3187 ipxe 2.0.0.x problems

    Solved
    10
    0 Votes
    10 Posts
    219 Views
    S

    Working 👍

  • Fog 1.6.0-beta.2141 remove folder with image

    Solved
    5
    0 Votes
    5 Posts
    3k Views
    S

    ** WARNING: /etc/exports still exports with no_root_squash.
    ** Captures land as root, so moving the image out of
    ** /images/dev fails with ‘550 Rename failed’.
    ** Replace the /images/dev export options with:
    ** all_squash,anonuid=1002,anongid=1002

    Fixed problem

  • Raspberry Pi 4 unable to pxe boot

    8
    0 Votes
    8 Posts
    3k Views
    L

    Hi everyone, / @george1421

    I’ve been trying to capture the SD card of a Raspberry Pi 4 and I’ve hit a wall. I am booting via a USB stick using the EDK2 UEFI firmware, and I have explicitly set the System Table Selection to <Devicetree> in the UEFI settings.

    I managed to get past the iPXE phase without issues, and the capture task successfully loads the FOS kernel and init. However, the boot process stops right after with the following error (see attached image):
    No network interfaces found, your kernel is most probably missing the correct driver!

    Current Setup & Debug info:

    FOG version: 1.5.10.2149

    Hardware: Raspberry Pi 4 (trying to capture the built-in SD card)

    Boot method: USB stick with UEFI firmware

    Kernel version: 6.18.38

    Init version: 20260726

    (No PCI network hardware detected - obviously, as it’s the SoC’s built-in NIC)

    I think it seems the current experimental ARM kernel is missing the built-in Pi 4 network driver (bcmgenet). Unfortunately, using an external USB-to-LAN adapter is not an option for me, as the UEFI firmware refuses to boot from it in my environment.

    My question is:
    Given that I am booting from a USB stick and making it exactly to this point in the capture task, is there any chance or workaround to successfully capture the Pi 4’s SD card? Is there a custom/specific kernel available that includes the built-in Pi network driver, or any other method I can use to bypass this missing driver issue?

    Any help or guidance would be greatly appreciated!
    20260803_152648.jpg

  • FOG 1.6.0-beta.2641 - Instalation on Debian 13

    Unsolved
    2
    1 Votes
    2 Posts
    1k Views
    Tom ElliottT

    @Valer Thanks for the report and the writeup, that’s a good catch. You’re right about the cause. Debian 13 dropped the sysv-rc-conf package since it’s fully on systemd now, so the installer chokes trying to apt-get it. We never actually use that tool on a systemd system anyway, it only ever got called on the old non-systemd paths, so it was just dead weight on Trixie.

    I pushed a fix to working-1.6. It leaves the package off the list on Debian 13 and up, and it also strips it out of a cached .fogsettings so an in-place upgrade doesn’t drag it back in. Older Debian keeps installing it like before so nothing changes there.

    If you want to get moving before you pull the update, you can either grab the latest working-1.6 and rerun the installer, or just open /opt/fog/.fogsettings and delete sysv-rc-conf from the packages line, then run the installer again. Either one gets you past it.

    Let me know if you hit anything else on Trixie.

  • Group management AD settings get cleared with newly registered host.

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    J

    @Tom-Elliott Thanks for the clarification! I’ll try upgrading to the latest stable version, I was planning on doing this anyway.

    I’ll look into the Persistent Groups plugin and see how it works!

  • Database Error when select a group

    Moved Unsolved
    8
    1 Votes
    8 Posts
    4k Views
    Tom ElliottT

    @mashina Ah, thank you for that and sorry for my denseness. Indeed this is a bug and I’ve replicated and figured out where this is occurring.

    I have pushed a few mroe adjustments in an attempt find and fix more bugs (thanks AI review and whatnot)

    Please pull and let me know if there’s any other issues.

  • FOG 1.5.10.1698 - UI bugs

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    M

    Okay - So what killled this installation was the fact a 1.5.9 csv load was imported into my 1.5.10.1698 FOG - this killed a bunch of features and I eded up having to reinstall.

  • Version 1.5.10.1763 incorrect Image Size ON CLIENT

    Unsolved
    3
    0 Votes
    3 Posts
    2k Views
    H

    @rodluz yes, directly from 1.5.10.1754 to 1.5.10.1763 when I saw the prompt in the FOG gui that I’m not using the latest version - it was up to date before.

    in 1.5.10.1754 recapture didn’t added up, just updated the image size to the latest one.

  • Phantom Tasks after Host Deletion

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    Tom ElliottT

    @Clebboii Following up if you’d be willing to let us know?

    Thank you!

  • FOG 1.5.10.1734 - Kernel panic on Dell Precision 3590 hosts while syncing

    Unsolved
    2
    0 Votes
    2 Posts
    2k Views
    DBailey635D

    Also occurring on Dell Latitude 5450 laptops.

  • Fog 1.6.0-beta.2268 Could not verify mount point

    Solved
    2
    0 Votes
    2 Posts
    2k Views
    S

    @sgennadi
    Fixed by
    touch /images/dev/.mntcheck

  • Fog 1.6.0-beta.2262 Create Task successful but no Active / Scheduled Task

    Solved
    7
    0 Votes
    7 Posts
    4k Views
    S

    Can you help me with bug topic ?
    Fog 1.6.0-beta.2141 remove folder with image

  • Group Client Settings - Enforce Hostname/AD Reboots - working-1.6

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    A

    @Tom-Elliott Cheers, works as expected now!

  • Group AD Settings fails to save - working-1.6

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    No one has replied
  • QuickReg Fails to Image - Invalid Login

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    Tom ElliottT

    Thank you!

  • Change FOG Settings in working-1.6 not working

    Solved
    7
    0 Votes
    7 Posts
    4k Views
    A

    Ok, nevermind, did the git thing, got it working, cheers 🙂

  • refind.conf issue after upgrade to working-1.6

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    A

    @Tom-Elliott cheers - looks like someone changed working branch in 2019 to add hdbios, and it’s not something that’s in the dev branch either!

  • [Problem] Storage Node connection issues after updating to FOG 1.6

    Unsolved
    5
    0 Votes
    5 Posts
    4k Views
    F

    @Tom-Elliott Thanks, going to switch back to 1.6 very soon.

52

Online

12.7k

Users

17.6k

Topics

156.9k

Posts