• Restore a deleted image form console Fog 1.59

    Unsolved
    1
    0 Votes
    1 Posts
    107 Views
    No one has replied
  • Restrict Host Group from User Groups via Access Controls

    Unsolved
    1
    0 Votes
    1 Posts
    180 Views
    No one has replied
  • FOG Groups & Memberships

    Unsolved
    3
    0 Votes
    3 Posts
    265 Views
    H

    @HorizonG
    Solution :
    I deleted all my groups and renamed them.
    I think there’s still a bug in the DATABASE

  • Unable to join domain after deployement

    Unsolved
    2
    0 Votes
    2 Posts
    225 Views
    T

    Hello again,

    After some tests its appears that le pc join the domain if somebody was logged before ( and the dot red became a green windows logo). Is there a solution to do the same thing without a first loging ?

  • Track activity for unregistered hosts

    Unsolved
    4
    0 Votes
    4 Posts
    358 Views
    george1421G

    @DBCountMan In the post init or post install scripts the $mac variable contains the mac address of the target computer

    To get the ip address this script will work

    myip=`ip route get 8.8.8.8 | awk 'NR==1 {print $NF}' | cut -d "." -f1-2`;

    Getting the user id of who did it will be a bit harder since they never log into the web ui. The user ID and password they key in during the deploy image stays in ipxe and is not sent onto FOS Linux. I’d like to say that the username field can be trapped from iPXE and then pass that variable as a kernel parameter onto fos linux. Once that is done then the $username variable should exist in your fog scripts. Getting that info into the fog database is another challenge. In the post install script the /ntfs directory is mapped over to the fog servers /images/dev where you could append an echo statement into a text file.

    Understand I’m taking in programming pseudo code. But I see an path here and it should work.

  • Failure to complete pull on large Windows 10 Image

    Unsolved
    1
    0 Votes
    1 Posts
    112 Views
    No one has replied
  • Images won't show up

    Unsolved
    2
    0 Votes
    2 Posts
    196 Views
    Tom ElliottT

    @TimBr Did you migrate this from an older server?

    The getPrimaryGroup/getStorageGroup’s are the indicator of the problem here.

    Basically, you would likely see the same type of problem if you were to goto snapins:

    Effectively the issue is the Image (in this instance) is associated to a StorageGroup that simply doesn’t exist or that storage group has no storage nodes associated to it.

  • 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
    438 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
    685 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
    1k 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
    3k 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.

  • Kernel Versions blank

    Unsolved
    5
    0 Votes
    5 Posts
    552 Views
    Tom ElliottT

    @rogalskij so it seems your “ipaddress” is defined as your fqdn either on the IP address for the storage node directly.

    I don’t know what your storage node settings look like but should be looked at likely from:

    Storage Node-> DefaultMember

    HOpefully that will help.

    Normally if you can dereference the DNS name all would be fine so I’m just not sure where to help out.

    But at least you know what is happening now?

    Thank you for letting us know.

  • Upgrade error on Ubuntu 18.04

    8
    0 Votes
    8 Posts
    1k 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
    563 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
    221 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
    340 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
    639 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
    714 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
    423 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!

106

Online

12.2k

Users

17.4k

Topics

155.6k

Posts