• Fog v1.5.10.1615 - Proxmox Win11 VM - Cannot capture image with current devel kernel(s)

    Unsolved
    1
    0 Votes
    1 Posts
    302 Views
    No one has replied
  • FOG 1.5.10 images dir is weird

    Unsolved
    3
    0 Votes
    3 Posts
    367 Views
    G

    @Tom-Elliott thank you very much!
    I didn’t consider it to be a MAC address where I absolutely should have 🤦🏻.

    So the copying process doesn’t happen but the image is fully useable, I will sort this out manually and consider re-installing the server so it will start doing this automatically…

    Thanks again!

  • fog 1.5.10 post pxe boot problem

    Unsolved
    5
    0 Votes
    5 Posts
    879 Views
    C

    @Tom-Elliott said in fog 1.5.10 post pxe boot problem:

    d in almost a decade, so I think you’re FOG version is MUCH newer than that considering the bzImage version is 6.6.44 and the one you " updated " to is 4.1.2

    please attempt updating your latest fog version?

    i have rolled back to the 6.6.44 bzImage files. im not sure where to get current init.xz files however

    ok when you say to update the latest fog version, can you please give me a link or something here?

    am i updating a specific part or am i updating the whole fog installation?

    the fog wiki says to use these links:

    https://wiki.fogproject.org/wiki/index.php?title=Download_Current_Init's_and_Kernels_Command_Line

  • 0 Votes
    11 Posts
    3k Views
    J

    Sorry everyone I haven’t updated on this post, my organization wanted our fog server migrated to our data center on to a vm so my time was reverted to doing that and building an additional one at one of our new hospitals we recently finished construction on. But I plan to get back to working on it this week on my test server I have set up. Once I have it set up I am going to implement it on our production servers, I think I’m very close to implementing this concept and once I have it cracked I will make sure to share this with everyone because I think the option of being able to do this will be valuable to many others. @george1421 @Wayne-Workman

  • "Boot from hard disk" does not proceed

    Unsolved
    1
    0 Votes
    1 Posts
    240 Views
    No one has replied
  • FOG "Reattempting to update database...Failed", broken after update

    Unsolved
    2
    0 Votes
    2 Posts
    415 Views
    george1421G

    @Sab First I would have to say both fog server and fog storage node have to be on the same version. The fog storage node doesn’t have its own database, it uses the fog server’s database. There could be schema changes in the database between 1.5.10 and 1.5.9.

    Unless you change the storage group around, its not possible to capture to a storage node (in the default configuration). Only the master node in a storage group captures the image, then it replicates the captured image to all storage nodes. Both the master node and storage node can deploy images.

    If I had to guess, I would think that in the storage group the nas fog server is not defined as the master node. If I think I understand what you did to configure this setup.

    On the fog error screen it should print out the kernel parameters sent to the FOS imaging engine. There should be a filed marked storage or storage_ip, that will point to the fog server it will try to get the image from. Make sure that is correct for your configuration.

  • Restore a deleted image form console Fog 1.59

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

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

    Unsolved
    3
    0 Votes
    3 Posts
    443 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
    340 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
    549 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
    178 Views
    No one has replied
  • Images won't show up

    Unsolved
    2
    0 Votes
    2 Posts
    344 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
    3k 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
    771 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
    1k 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
    5k 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
    1k Views
    K

    @george1421

    I installed fully new OS on a PC.

    I get a new error message.
    20240821_114507.jpg

93

Online

12.6k

Users

17.5k

Topics

156.3k

Posts