• Location Plugin Issues?

    Unsolved
    5
    0 Votes
    5 Posts
    302 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
    182 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
    294 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
    315 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
    653 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
    745 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
    292 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
    223 Views
    No one has replied
  • Kernel Update/Password Issue

    Solved
    3
    0 Votes
    3 Posts
    528 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
    847 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
    896 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
    677 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
    811 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
    838 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
    455 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.

  • 180 (or 190) seconds wait for iPXE DHCP configuration

    Unsolved
    6
    0 Votes
    6 Posts
    1k Views
    Z

    @zbe So from your picture it appears the wait time is coming from iPXE getting an IP address?

    Yes.

    What version of FOG are you using?

    1.5.10

    Could you grab a new pcap of the failing pxe boot sequence

    Well, technically it’s not failing, it just takes 180 seconds for yet unknown reason.

    I PM-ed you 6 captures. 3 are done booting UEFI and other 3 BIOS.

    I used 3 different network devices:

    VirtIO paravirtualized Intel E1000 Realtek RTL8139

    As you’ll see almost every configuration behaves somewhat unique. It makes no sense to me. 😛

    I can do captures of physical PCs sometime next week, hopefully.

  • Post download install script

    Unsolved
    13
    0 Votes
    13 Posts
    3k Views
    george1421G

    @alexamore90 said in Post download install script:

    it start ms-settings:activation

    I don’t know that command. I have not used it before.

    I;ve used the command line scripts

    cscript //nologo c:\windows\system32\slmgr.vbs /ipk <activation_key> cscript //nologo c:\windows\system32\slmgr.vbs /ato

    The setupcomplete.cmd will only run if you use sysprep. Do you sysprep your images before you capture with FOG?

  • Update to last dev (1.6.0-alpha.1182)

    Solved
    4
    0 Votes
    4 Posts
    746 Views
    J

    @Sebastian-Roth
    I think to know what is blocking.
    I have to change vlan and fog IP adress to make updates but it use IP parameter in the updateDB() function :

    wget --no-check-certificate -qO - --post-data="confirm&fogverified" --no-proxy ${httpproto}://${ipaddress}${webroot}management/index.php?node=schema >>$error_log 2>&1

    I think -X with help to finish install.

165

Online

12.2k

Users

17.4k

Topics

155.6k

Posts