• Fog service is not accessible after reboot

    Solved
    4
    0 Votes
    4 Posts
    458 Views
    S

    @cidy-long-0 You can setup FOG with firewall but really need to know what you are doing. E.g. kernel updates through the web UI and image capture can be a problem if you get the firewall rules wrong.

  • Auto running .bat / batch file after imaging

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    Tom ElliottT

    @rivaldydwi Snapins are utilities to run a script, install a program, or what have you…

    Generally, speaking, you would use the Snapin Run With of cmd /c with .bat scripts, but this isn’t strictly necessary.

    .bat scripts ARE executable by nature and can be completely void ofr SRW/SRWA.

    If your bat file is expecting its own arguments, this is what you would run Snapin Run With Argument.

  • Lenovo P620

    Unsolved
    18
    1 Votes
    18 Posts
    5k Views
    S

    @terrigan You could try booting this particular model via USB key to get around the issue.

    https://forums.fogproject.org/topic/7727/building-usb-booting-fos-image/21

    Let us know if you need further information on this.

  • Location Plugin Issues?

    Unsolved
    5
    0 Votes
    5 Posts
    377 Views
    S

    @hummela Not sure if spacing in names could cause this. I have not had much time lately and couldn’t find the time to look into this. But it’s on the list. Will get back to you.

  • 0 Votes
    2 Posts
    229 Views
    S

    @cidy-long-0 In general FOG can be used for what you are trying to do BUT it’s not made for this. Personally I think you are way better of getting this done with Clonezilla or other imaging tools instead of making all the effort to get FOG up an running in your network. FOG heavily relies on PXE booting in the standard setup and that might even be a hassle with some server hardware.

    Both FOG and Clonezilla use the same base - partclone. So technically you don’t miss out when you stick to Clonezilla.

  • PXE booting error

    Unsolved
    2
    0 Votes
    2 Posts
    351 Views
    george1421G

    @pingonicechap

    What specifically do you have configured on your dhcp server for dhcp options 66 and 67? What device is your dhcp server for the network you want to pxe boot on? (Manufacturer and model)
  • Apache2 srvpublic.crt Not Found

    Solved
    5
    0 Votes
    5 Posts
    505 Views
    J

    @Tom-Elliott The /var/www/fog/management/other/ssl directory was reported in the error log for Apache2.

    I think this discussion thread can be closed. I intend to document the steps needed to change the server IP without having to re-install and then post them to the forum.

    Any assistance would be appreciated.

  • Connector Status Failed (-110)

    Unsolved
    2
    0 Votes
    2 Posts
    722 Views
    S

    @Kureebow Which kernel version and FOG version do you use? Does the same happen on different computer models?

  • Fog Configuration Kernel Update not working

    Unsolved
    5
    0 Votes
    5 Posts
    956 Views
    S

    @chambie said in Fog Configuration Kernel Update not working:

    I have this file in two directories, one that is updated and one that is not.

    You seem to have a duplicated FOG docroot, one in /var/www/html/fog/ and another one in /var/www/fog/. In certain cases this happens - I think I have only seen this when the FOG installer runs for the first time but does not finish properly. Though I never had the time to look into this properly.

    Now that you know the correct docroot path on your system I suggest you rename or move the wrong one. But instead create a symbolic link pointing to the correct one named just like the old wrong docroot directory.

  • Full Wipe

    Unsolved
    2
    0 Votes
    2 Posts
    356 Views
    S

    @lostitguy Do you have any USB devices connected. If yes, then I suggest you disconnect all if possible or use different USB ports and try again.

  • FogServer as DHCP

    Unsolved
    1
    0 Votes
    1 Posts
    263 Views
    No one has replied
  • Kernel Update/Password Issue

    Solved
    3
    0 Votes
    3 Posts
    636 Views
    AxeMeAQuestion22A

    I missed the step to run the installer again. That seems to have resolved my issue. Thank you very much!

  • Changing Server IP in VirtualBox?

    Unsolved
    8
    0 Votes
    8 Posts
    1k Views
    george1421G

    @jfenner said in Changing Server IP in VirtualBox?:

    I’ll check with our admins, but our environment is fairly rigid.

    If you can’t run a second network, then there should be only two places outside of the web ui that you need to update.

    a hidden file /opt/fog/.fogsettings and /tftpboot/default.ipxe Inside the web ui FOG Configuration->FOG Settings and hit the expand all button. Search for the old IP address and replace it with the new. Press the save button in each section where you find the replaced IP address Then in Storage Nodes -> Default storage node there is an ip address in there.

    Once those three have been changed and then rebooted it should work on an isolated network. Its best to rerun the fog installer script but it should work without it as long as if you change the IP address in those locations.

  • image failed to restore and exited with exit code 1

    Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S

    @hammerc807 Hello.

    We checked a bit more on some logs on the client, and turned out we enabled the FOG_LEGACY_FLAG_IN_GUI on the server, and we passed the image from “partimage” to “partclone Zstd” and problem solved.

    Apparently with partimage the client wasn’t able to write on the disk (where it was perfectly fine on the other one)

    Thanks a lot for you help.

  • image problem not seen by FOG

    Moved Solved
    5
    0 Votes
    5 Posts
    814 Views
    K

    @Sebastian-Roth
    Thank you for the quick response, I was able to put the images back in place, only the hosts will remain.

    Thank you so much

  • Checking Media Presence

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    S

    @Ax_Hades Please open a new topic in the forums and give us some more information on your own setup (FOG version, DHCP server, make and model of client machine, picture of errors on screen, …).

  • Update 1.5.10 Failing @ libapache2-mod-php

    Unsolved
    13
    0 Votes
    13 Posts
    2k Views
    H

    @jisd Please post the full logs for fog and see if there is also a log for the Apache web service.

  • Specification pc before deploy

    9
    0 Votes
    9 Posts
    1k Views
    george1421G

    @alexamore90 said in Specification pc before deploy:

    in which folder should it be replaced

    The answer is difficult to explain in just a few words.

    The fog.download file is actually in the FOS Linux image that gets transferred to the target computer before imaging begins.

    The fog developers provided two call out functions where the fog admin can do things before imaging starts and just after imaging stops but before the target computer reboots. You will use the first call out that the developers give you called a post init script. This call out script is called just after FOS Linux (the OS that runs on the target computer boots). My idea is to use this first call out to copy the patched fog.download script from the fog server to FOS linux, then when imaging starts it will use your patched file with the data you need to see. I would place the file to copy in the same directory as where the post init scripts are called from.

    NOW Sebastian mentioned an easier way to go about this without patching the fog.download file. In that you will again use the post init script call out script to simply print the info you need then pause waiting for a key press before continuing. There is nothing to patch, you will simply create a bash script in the post init directory and then call it from the post init callout script.

    Thinking outside the box, actually you have the power of php engine on the fog server. If one stretches their imagination a bit, this same script that displays your information on the screen, you should use php mail and send the contents of the fields in an email to you. This is a little harder to setup, but its not that hard to do.

  • Kernel Argument host vs global

    Unsolved
    3
    0 Votes
    3 Posts
    530 Views
    W

    @Sebastian-Roth May i know which part of the PHP will passing these argument into kernel ?

  • Issue booting PXE on clients

    Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    K

    @george1421 said in Issue booting PXE on clients:

    https://forums.fogproject.org/topic/12796/installing-dnsmasq-on-your-fog-server?_=1681250221198

    Ok, let me check with my boss and give me a few days to see if I can fix it. Because we have some work to do. Thank you very much for the help and I hope it works because I’ve been trying to get this implementation out for about a month.

    Practically, they let me do it all and no device information or anything hahaha.

124

Online

12.4k

Users

17.5k

Topics

156.0k

Posts