• File size/hash mismatch - Only on one storage node replicating nonstop

    Solved
    4
    0 Votes
    4 Posts
    396 Views
    S

    @Demache Nice we found this and you were able to fix it so quickly. When looking through the code I thought about HTTP/HTTPS possibly being an issue but dropped that idea. Now looking at it again I think you have found a bug in the code! Just pushed a fix.

    Though I still really wonder why the backup logic of checking size via FTP didn’t work in your case either.

  • Automatic Approval of "Pending Hosts"

    Solved
    3
    0 Votes
    3 Posts
    871 Views
    rogalskijR

    I appreciate the quick reply Tom. I was just curious if there was already a quick check box to turn this off or not. I think I will hold off on it and just let my team know they need to be sure to approve hosts after installing the client. I appreciate your insight and look forward to a possible feature addition in the future!

  • After deploying, the option Boot from hard disk not goes foward.

    Solved
    8
    0 Votes
    8 Posts
    570 Views
    S

    Marking as solved as we haven’t heard back since one week.

  • Fog version info is gone

    Solved
    3
    0 Votes
    3 Posts
    212 Views
    F

    Oh yes, that is most likely what it is. It is when you click the wrench at the top right in the web interface.

    FOG Version Information
    404 Not Found

  • Default.IPXE-no such file or directory (2e008081)

    Solved
    38
    0 Votes
    38 Posts
    8k Views
    ?

    @george1421
    I try it to install several times but i have same issue with missing files(i try github version too).I also try re run install on existing FOG server but same results .Can you please advise most stable or more less problematic linux distribution ?Fog-install.txt

  • Error restoring partition tables failed (GPT)

    Solved
    4
    0 Votes
    4 Posts
    475 Views
    F

    Thanks all. It makes sense why it was happening now.

    @Quazz

    Yes, it was a legacy 10 install that was converted to EFI.

  • Clients will not consistently boot into PXE environment - dnsmasq

    Solved
    16
    0 Votes
    16 Posts
    3k Views
    george1421G

    @jhumpf All I can say is that based on the two to three years of using that configuration for different fog admins, we haven’t needed to deviate from that configuration since dnsmasq is not giving out dhcp addresses the mask “should be” irrelevant. The remote subnets should just work as long as dnsmasq is being informed of them requesting a dhcp address.

    If you want to debug deeper into the matter, I would suggest that you reset the configuration back to what I have in the article then follow this procedure to see if we can capture a bad remote proxydhcp request and then capture a good remote proxydhcp request so we can compare. There also may be some value in taking a computer on the remote “bad” subnet and loading wireshark on it. Start the capture filter of port “67 or port 68”. That would capture what the dhcp and dnsmasq are sending to the target computer, from the target computer’s point of view. https://forums.fogproject.org/topic/9673/when-dhcp-pxe-booting-process-goes-bad-and-you-have-no-clue

    Upload those 3 captures to a share file site and share them as public. Either DM me directly or post the links here and I will review them.

    My gut feeling is that you have something not configured right in your infrastructure not related to FOG or dnsmasq.

  • Scheduled Tasks (Delayed / Cron-style) not working, but instant tasks are.

    Solved
    13
    0 Votes
    13 Posts
    922 Views
    S

    @hj104 said in Scheduled Tasks (Delayed / Cron-style) not working, but instant tasks are.:

    My only question now is whether restarting the server has the same effect on the FOGScheduler service as running systemctl restart FOGScheduler?

    I am pretty much sure this can be answered with yes. Sorry but I have no idea why this was wrong in the first place but working now. Seems like you have not changed anything.

  • PXE-Booting a Modern Ubuntu live CD via UEFI mode

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    george1421G

    @alesser said in PXE-Booting a Modern Ubuntu live CD via UEFI mode:

    I simply want to boot a linux live CD in EFI mode when the option is selected, run a script, and then stop.

    Reading between the lines here, I wonder if another approach would be better/faster/greener?

    Let me tell you a bit how fog images computers. The iPXE menu in conjunction with the boot.php program send 2 files to the target computer with some kernel parameters that tell the target computer what to do. Those two files are bzImage (the kernel) and init.xz (virtual hard drive a.k.a initrd). Those two files make up the os known as FOS (Fog Operating System). FOG uses buildroot to construct the initrd as well as compiles bzImage.

    So one might wonder, do you need a full commercial OS run your script or just a linux OS? Do you need a persistent disk storage or once the script runs can the virtual machine just disappear?

    So the grey beard hacker in me wonders if you could take FOS Linux delivered by the FOG server to do your bidding? Unless you are doing something crazy (like vlans, wireless, packet filtering) FOG’s bzImage should do what you need. It supports both uefi and bios modes, as well as init.xz. FOG supplies both a 64 bit and 32 bit version of FOS Linux.

    So how do you hack init.xz to not image your target computer? Simply unpack the inits https://wiki.fogproject.org/wiki/index.php/Modifying_the_Init_Image Once you unpack the inits then look in the /etc/init.d directory for S99fog and delete it. Repack the inits and then pxe boot the computer again. Now you have a command line linux OS to play with that boots in under 15 seconds and disappears when powered off. The entire OS fits into 512MB of RAM, so its very VM friendly. If you need persistence memory just map an NFS share and grab your persistent data from there.

    You might want to look into the /etc/init.d/S99fog file a bit deeper since you want to run a script the S99fog to do your task. https://github.com/FOGProject/fos/blob/master/Buildroot/board/FOG/FOS/rootfs_overlay/etc/init.d/S99fog

    Now what do you do if FOS Linux doesn’t contain the linux programs you need. Welp, then you need to turn to build root and build your own init.xz (initrd) file. No worries since the FOG Project also provides the buildroot config file and fs overlay you need in the github site. https://github.com/FOGProject/fos/tree/master/Buildroot

  • FOG Snapin Does not Finish

    Solved
    17
    0 Votes
    17 Posts
    2k Views
    D

    @UWPVIOLATOR If you can’t get the application to behave with respect to the restarts, you could always create a snapin pack bundling the executable with a script. In the script, you could check to see if the application was already installed and of the correct version, then if it wasn’t perform the install. if you wanted to kick off the application and then do something like loop while the executable was running, you might want to play with the start command, something like start "" installer.exe -args. https://ss64.com/nt/start.html

    @george1421 the /k flag runs the specified command then leaves the command window open. https://ss64.com/nt/cmd.html

  • rcu_sched Error on Host Registration - PC Tablet w/ Dock

    Unsolved
    39
    0 Votes
    39 Posts
    10k Views
    george1421G

    @explosivo98 Strange that kernel should boot because the only thing added was some apple hardware IDs and an apple disk patch. Nothing for non-apples should be impacted.

  • Fog Unifi controller compatibility

    Solved
    3
    0 Votes
    3 Posts
    772 Views
    C

    Solved. OMG it’s so good to have another set of eyes on. Talk about not seeing the tree for the forest! I am watching first clone progress. This is far further than I was ever able to get with Symantec ghost - never could build their PXE client. Thank you so much Sebastian.

  • Need a FOG API Call that works

    Solved
    4
    0 Votes
    4 Posts
    640 Views
    J

    @Sebastian-Roth
    I have no idea what I was doing wrong here… My calls now work.

  • When installing Fog IP issues

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    S

    @nonamejason How did you change it? Probably a config file, post that config file here. Or if it was through the GUI, post a picture of that.

  • Setting up fogproject user Failed!

    Solved
    2
    0 Votes
    2 Posts
    146 Views
  • File size mismatch - FOGreplicator

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    cmachadoC

    @Sebastian-Roth Yes. I marked @Quazz as the correct answer.

  • Migrated FOG, Clients Not Happy

    Solved
    26
    0 Votes
    26 Posts
    6k Views
    Scott BS

    @Sebastian-Roth

    I’ll have to brush up on the commands for replacing the certs on the clients. Been a long time.

  • How do you auto add printers to a host when provisioning?

    Solved
    3
    0 Votes
    3 Posts
    616 Views
    M

    Thanks for your response @Daniel-Miller! It looks like I overlooked this plugin; it seems to be generally what I am looking for. There definitely seems to be issues related to provisioning with plugins (as has already been mentioned in the link you shared). Currently I can either have the printers auto-add using the persistent group and have snapins not run (which essentially breaks the provisioning process) or I can have Snapins run but not use the persistent group.

    I have run at least a test or two where I think I got both to work but it may have been a fluke as I can’t really replicate that. I will keep plugging along.

    Thanks for pointing me in the right direction!

  • 0 Votes
    2 Posts
    372 Views
    S

    @Dv27842 said in Unable to change IP for FOG Server installation on Ubuntu Server 18.04:

    I have tried to change the IP address to a static IP address that is currently on my sandbox, but it will not keep the changes

    Please give us more details. Where exactly did you try to change the IP? Within Ubuntu? Which file did you edit? What did it look like before?

    I can imagine you were editing the wrong file. Ubuntu 16.04 network config is different than Ubuntu 18.04, see here: https://www.ostechnix.com/how-to-configure-ip-address-in-ubuntu-18-04-lts/

  • Scheduled tasks bug

    Solved
    3
    0 Votes
    3 Posts
    159 Views
    S

    @tiengdung90 Can’t help you without further information.

196

Online

12.3k

Users

17.4k

Topics

155.7k

Posts