• FOG 1.5.10. install problem

    Unsolved
    2
    0 Votes
    2 Posts
    355 Views
    JJ FullmerJ

    @kalmarteve How did you delete the old FOG? It looks like the web server folder still exists and the database probably still exists.

    This wiki article outlines a method for fully removing FOG if you’re looking for a fresh install.

    https://wiki.fogproject.org/wiki/index.php/Uninstall_FOG

    If you have a backup you can restore too, you should also be able to just do an in-place upgrade.

  • tftp server error

    Unsolved
    3
    0 Votes
    3 Posts
    545 Views
    G

    @berenyia

    What switch, and what network card? I’ve been seeing a similar issue, I’m working on a theory as to what is happening. I’m not currently at work so I can’t be sure yet on my replies to those questions but I’ll let you know

  • ip_address/fog/management/index.php?node=home

    Unsolved
    11
    0 Votes
    11 Posts
    1k Views
    Tom ElliottT

    @kalmarteve so you’re running 1.5.9

    the “master” branch is on 1.5.10

    While the 2 files may not have been changed, you should really install the latest version if you’re going to try to implant files from newer version on your fog server.

    That said, since it doesn’t seem broken (from a usability) standpoint, i’m not sure what question you’re asking.

    I don’t know how to fix the problem if you haven’t tried the suggestions.

    For example “This number of slots available” is based on the Storage node.

    This is configured from the UI.

    I don’t know what you did or didn’t do and can’t really provide much more direction than make sure the node that is in use (since you’re not providing IPs I cannot really give any more information).

  • export unauthorized

    Solved
    9
    1 Votes
    9 Posts
    3k Views
    G

    @Tom-Elliott Thank you

    Took me a while to circle back to this, but it’s nice to have it working as expected.

  • Download Kernel completes but gives eror message Version 1.6.0-beta.2083

    5
    0 Votes
    5 Posts
    810 Views
    Tom ElliottT

    @falko I have added our own version of str_contains if the php library doesn’t already contain it. This is in latest.

    Thank you!

  • Trying to add iPXE option to boot WinPE

    14
    0 Votes
    14 Posts
    5k Views
    Y

    @george1421 Do you boot on MDT with en iPXE entry or did you make a new Task Type for it ?

  • 0 Votes
    8 Posts
    1k Views
    Tom ElliottT

    @AUTH-IT-Center Should be addressed in the latest.

  • Issue when Updating to Version 1.6.0-beta.2082 | sed: can't read /etc/nfs.conf:

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    falkoF

    @Tom-Elliott me neither!

    I have run a search on the server (Debian 11) and it appears I do not have one at all?

  • Cannot Update Host Image on any of the hosts in FOG

    Unsolved
    2
    0 Votes
    2 Posts
    315 Views
    A

    I found a couple of other posts saying to upgrade to the latest version. I have done that and it’s solved.

  • What ports does FOG use?

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    F

    @Tom-Elliott @AUTH-IT-Center
    Thank you both very much for the fast and detailed responses! NFS mountd was indeed the culprit. Port 20048 was allowed, but I wasn’t aware that this needed to be configured in the nfs.conf file. Confirmed that imaging is working now.

  • What is SSH used for on FOG server?

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    F

    Thank you! My question has been answered. The server is connected to a KVM and is only a few steps away from where I work. I’m just following the general rule of only allowing what is necessary and since SSH isn’t necessary (yet), I’ll keep it blocked.

  • FOG image capture file permissions

    Solved
    7
    0 Votes
    7 Posts
    998 Views
    AUTH IT CenterA

    @AUTH-IT-Center with the dev-branch the created folder after the image capture has the correct permissions.

    83223c8f-3d3a-46ab-af0b-c3634e6768ce-image.png

    will wait for the update on stable branch to deploy to the production server.

    Thank you!

  • Fog client issue version 0.13.0

    Unsolved
    11
    0 Votes
    11 Posts
    2k Views
    H

    @Tom-Elliott

    You’re right, I created a storage group without making the storage node.

    Here’s what I did:

    Storage Management => New Storage Group => Storage_Group Snapin => New Snapin => Powershel script => Member of Storage_Group

    The second part was to use the

    $ALL_Snapins = Get-FogObject -type object -CoreObject snapin $ALL_Snapins.data $All_Snapins_Target = ($ALL_Snapin.snapins | where {$_.storagegroupname -like "Storage_Group"}).name

    foreach ($ALL_Snapin in $ALL_Snapins)
    {
    Start-FogSnapin -hostID $FOG_HostID -snapinname ($ALL_Snapin.snapins | where {$_.storagegroupname -like “Storage_Group”}).name
    }

  • Error when deploying image - Checking Mounted File System... Failed

    Solved
    3
    0 Votes
    3 Posts
    531 Views
    F

    @Tom-Elliott

    Thanks Tom, that fixed it right up. I guess I overlooked that file when copying everything from the original /images.

    Yeah, that fdrive number… 🙂 It is the serial number of the drive.

    The NVME drives initialize differently each time during boot. I guess that is a thing, so nvme0 would sometimes be nvme1. It was a mess. Then I learned drive size could be used to differentiate between drives under Host Primary Disk. Now that both of my NVME drives are the same size, I have to use the drive serial number.

  • Can't Change Hostname

    Solved
    5
    0 Votes
    5 Posts
    732 Views
    H

    @HorizonG

    Hello Sorry for the late reply, but I’ve deleted the host concerned and the problem is gone.

  • Client hangs at EFI stub:

    Solved
    74
    0 Votes
    74 Posts
    48k Views
    S

    Using the latest experimental fos kernel I am able to deploy via task without issues. https://github.com/FOGProject/fos/releases/tag/EXP_20240720

    Thank you all for your help in getting this to work.

    This can be marked as Solved

  • Cannot capture image: run lists overlap

    Solved
    21
    0 Votes
    21 Posts
    7k Views
    rogalskijR

    Finally finished a brand new image this morning where we started from a fresh Windows install. The image captured without an issue. I suspect the age of our previous image was to blame for the issues with the capture. I think recent Windows updates by Microsoft to the recovery partition may have modified the size or something else in those recovery partitions.

    New image pulled using the 6.6.34 Kernel, and then deployed successfully as well. If anyone is having issues related to the errors I posted above, I would try the CHKDSK + defrag/trim, and if that doesn’t work I recommend rebuilding your image from a clean Windows install with the absolute latest Windows enterprise installer.

    Thank you Tom and crew for all the excellent technical assistance!

  • Host not registered" appears again and again

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    P

    I haven’t gotten around to it yet, sorry about that. unfortunately I’m only working part-time.
    But without this one pc, fog is just great 🙂

  • Does Fog work with Proxmox?

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    Cire3C

    Ok, as I hate people that don’t come back. I try my best not to be that guy.

    FOG problem = Nope… As usual.

    Problem with dropouts, scrambled data. Proxmox 8 is very angry with my onboard nic. It uploads without issue (and very fast I may say) But deployment it just crapped out. Every time it re-connected, Fog just tried to do it’s job over and over. The blast of data just shut the nic down.

    Finally found this looking in the Proxmox log. Found ethernet adapter hang detected, then reset.

    Also a great excuse to finally order that dual 10Gb card. She’s happy now running full speed. Hopefully faster when the 10Gb switch shows up 🙂

    Thanks to all that looked over this, and even more for the reply. !

  • Mounting /images/dev on /images failed - permissions denied

    Unsolved
    22
    0 Votes
    22 Posts
    6k Views
    Tom ElliottT

    @El-Fogito So with that can you reboot the machine (outside of the task) and perform a chkdisk /f on it, then disable the hibernation:
    powercfg.exe /h off

    Then attempt again? I apologize in advance

94

Online

12.6k

Users

17.5k

Topics

156.3k

Posts