• Getting a boot error. Kernel panic for block (0,0)

    Unsolved
    16
    0 Votes
    16 Posts
    2k Views
    G

    Biggest thing I found from this for future searches of answers…

    F*CK UEFI. Legacy FTW.

  • Snapin question

    Unsolved
    4
    0 Votes
    4 Posts
    571 Views
    Tom ElliottT

    @alexamore90 said in Snapin question:

    @Tom-Elliott
    yes sure, I would be interested in running a batch file after the fog has restarted because the deployment on the client has finished. I think I can’t use the snapin because of the host registration that we don’t do. but is the postinit done with fog?

    You still haven’t answered the question.

    I already stated that postinit scripts run in FOS (fog adjacent if you will) but you haven’t answered the question of “where or when” you’re expecting the script to run.

    Please provide details of what you’re doing, when you’re expecting things to happen (explicitly as possible) and we can try to give guidance and direction.

    Otherwise we’re talking in circles.

  • Partially rendered pages from PHP errors, Ubuntu 24.04 with PHP 8.3

    Solved
    6
    0 Votes
    6 Posts
    904 Views
    Tom ElliottT

    @tomierna Glad I could help and glad your issue is fixed.

  • Could not select: Exec format error

    Unsolved
    10
    0 Votes
    10 Posts
    2k Views
    M

    @george1421 now I see the files, but I’m still getting an exec format error. the file command says the bzi is a linux kernel x86 boot executable bzimage

  • Deployment stuck at x percentage

    Unsolved
    24
    0 Votes
    24 Posts
    4k Views
    george1421G

    @sega I don’t know enough to answer your question intelligently.

    I can tell you that for multicast imaging FOG uses the linux commands udpsend and udpreceive.

    I don’t see any command line switches to pick which igmp mode is being used.
    https://users.soe.ucsc.edu/~kent/test/udpcast.html

    I can say its rare that there is ever a question on the revision of igmp being used.

  • Upgrade error on Ubuntu 18.04

    8
    0 Votes
    8 Posts
    2k Views
    C

    Just replying to this with some updated information after my latest upgrade to Ubuntu 20.04 so I don’t forget on the next upgrade. I couldn’t get the fog installer to work without the -X option but figured out what the issue was. I needed to edit the /etc/pam.d/common-password file and change the following line to 10000 instead of 1000.

    password [success=3 default=ignore] pam_krb5.so minimum_uid=1000

    This was because the fogproject user was more than 1000, so changing it to 10000 let the installer work without needing the -X option and the password was updated properly. I then switched it back to 1000 so kerberos would work with my AD accounts.

  • Could not map attribute 0x80 in inode

    Unsolved
    6
    0 Votes
    6 Posts
    768 Views
    K

    @george1421

    I installed fully new OS on a PC.

    I get a new error message.
    20240821_114507.jpg

  • FOG 1.5.10. install problem

    Unsolved
    2
    0 Votes
    2 Posts
    273 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
    407 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
    948 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
    928 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
    590 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
    4k 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
    878 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
    852 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
    219 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
    689 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
    1k 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
    }

226

Online

12.4k

Users

17.4k

Topics

155.9k

Posts