• Replication already running loop.

    4
    0 Votes
    4 Posts
    475 Views
    S

    @mystic said in Replication already running loop.:

    Does this message ever go away or does it continuously replicate?

    The message goes away when the image files are properly replicated. Depending on the link speed this can take a fair amount of time.

  • Name Change & Domain Join Not Working

    2
    0 Votes
    2 Posts
    463 Views
    S

    @argylega said in Name Change & Domain Join Not Working:

    The request was aborted: Could not create SSL/TLS secure channel.

    This points to an issue we had up until the 0.12.0 client. Should be fixed in 0.12.1 (will be part of the next FOG release).

  • Lenovo E14 not PXE booting to Fog

    4
    0 Votes
    4 Posts
    946 Views
    J

    @george1421 Thank you, That worked.

  • Slow server fog

    5
    0 Votes
    5 Posts
    671 Views
    george1421G

    @alexamore90 Sorry I don’t use that application. If you are more comfortable to post in your native language you may do that. We try to keep the posts in english, but find sometimes we get better detail when the poster uses their native language and we translate. I will only post in english through.

    If you have a basic drawing of your setup that might help too, Remember we have to imagine your configuration based on the words you use.

    One additional question I should have asked, is your current configuration for a home lab or a business?

  • Checking Connection to master database Failed

    6
    0 Votes
    6 Posts
    1k Views
    M

    @mystic I ended up changing the sql password on the fog server and rerunning the installer. Thanks @Sebastian-Roth for your help!

  • Fogserver check if .mntcheck exists (/bin/fog.upload)

    7
    0 Votes
    7 Posts
    1k Views
    T

    @technolust It looks like your Storage node is pointing to /fogserver/images. Verify if it exists otherwise change your image path and FTP path to /images

  • "Booting FOG Client" countdown

    3
    0 Votes
    3 Posts
    430 Views
    george1421G

    @editor FWIW If you are having issues with dnsmasq not doing what you want you can review this post: https://forums.fogproject.org/topic/12796/installing-dnsmasq-on-your-fog-server

    The reason why I mentioned it is because a 3 second count down is not part of the standard dnsmasq settings. If you are missing those you might be missing others listed in the above post.

    If your dnsmasq configuration is working perfectly there is no need to review the post.

  • Server con network 10/100/1000 ma va alla velocità deploy di 7/8

    2
    0 Votes
    2 Posts
    254 Views
    S

    @alexamore90 Douple posting in different languages is not going to help. Please stick to one topic: https://forums.fogproject.org/topic/16140/slow-server-fog

  • Install Plugins Programatically

    2
    0 Votes
    2 Posts
    386 Views
    S

    @ggiesen Similar post: https://forums.fogproject.org/topic/16130/activate-fog-plugins

    I guess it’s possible via SQL update commands send via shell scripting or something like that. Give it a try and let us know here.

  • execute batch file snapin

    11
    0 Votes
    11 Posts
    2k Views
    S

    @bylkem You can run whatever you want via snapin BUT it needs to run unattended (no user interaction) without GUI and access rights as SYSTEM user.

    So for MSI/EXE installer you will need to find out if it can be run in so called silent installer mode. Ever program is different and ther is no general information we can provide about this.

    This all is beyond what we as the FOG team can do for you.

  • How to print in black and white with a ".dat" file

    2
    0 Votes
    2 Posts
    893 Views
    S

    Douple post on github and the forums. Will discuss this on github.

  • Host is NOT registered!

    4
    0 Votes
    4 Posts
    640 Views
    S

    @matthewmandegar said in Host is NOT registered!:

    we have to use USB-C>RJ45. when I PXE boot iPXE see the SYSTEMS MAC but once connected to FOG and I register it see the DONGLES MAC.

    Have you looked into the UEFI/BIOS settings yet? Played with the MAC passthrough setting?

    also here are the errors that I see when registering.

    Don’t worry about this as long as it’s proceeding after that. ACPI errors don’t mean too much.

  • Add deploy image and shutdown in ipxe

    3
    0 Votes
    3 Posts
    542 Views
    davido38D

    ok i find TASKING ADV SHUTDOWN ENABLED i will try

    thanks !!!

    if you can help me with plan B it will be great !

    Thanks a lot !!

  • PXE issue no configuration methods succeeded

    9
    0 Votes
    9 Posts
    6k Views
    george1421G

    @mikmatcr Try placing a dumb/unmanaged/cheapie switch between the pxe booting computer and building switch. See if that gets you past the no configuration methods succeeded.

  • pxe boot ubuntu 20.04.4 using iso

    9
    0 Votes
    9 Posts
    3k Views
    george1421G

    @robertkwild I can’t say about v11. I use 10.7 at the moment and install from DVD (kind of). It does prompt you to sync with an internet repository but will just use the DVD if you say no to the internet. Understand that your install will be out of date on patches but Debian will run just fine.

  • Ipxe boot to Uefi shell reboot afther +/- 5 min

    4
    0 Votes
    4 Posts
    741 Views
    george1421G

    @pvwinters said in Ipxe boot to Uefi shell reboot afther +/- 5 min:

    Question is there a way to hold the old ipxe server and remove the WDS and combine it with the new fog server?

    I want to keep the IPXE Server as the default one and when my tech guys want to deploy or capture a image to can boot to the FOG server and do there thing.

    Ok this changes the context a bit but its still possible. So let me tell you how FOG works then we can see what fits best for you. Personally I would remove the old pxe boot server and just use FOG for everything, but that is just my opinion not understanding your requirements.

    So in a clean fog environment you have dhcp option 66 with the fog server IP address and dhcp option 67 to point to the ipxe boot loader you want to use (there are other options for this but lets not muddy the water right now). The client pxe boots and FOG’s ipxe boot loader is transferred to the client computer. That client computer then boots, requests dhcp address then starts running a script built into the ipxe boot loader where it uses dhcp option 66 to get the IP address of the FOG server and then chains to a file called default.ipxe. default.ipxe then again chains and loads boot.php which builds the FOG iPXE menu.

    So with that said, from your current (legacy) ipxe boot server you can chain to tftp://<fogserverip>/default.ipxe to jump into FOG. As long as your legacy ipxe server is running a somewhat current version of iPXE that should work.

    Now WDS has 2 ways you can configure it. One is using dhcp option 66 and 67, the other is with a ProxyDHCP service that will send out the pxe boot information that will override dhcp options 66 and 67. FWIW, you can chain from FOG into WDS if needed (I assume ipxe too) with the right chain command.

  • How to update an isolated FogServer from 1.5.7 to 1.5.9

    7
    0 Votes
    7 Posts
    817 Views
    george1421G

    @otpyke If your web interface is not reachable make sure that apache server is running. It sounds like maybe no. The apache server should start independent of IP address used.

    netstat -an | grep :80 should show you if your apache server is listening on the http port. The command ip a s should show you the ip address your fog server is at now.

  • Ubunutu Server 21.10 Install Fail

    3
    0 Votes
    3 Posts
    641 Views
    S

    @george1421 said in Ubunutu Server 21.10 Install Fail:

    Now after you get FOG 1.5.9.110 or later installed, go into the FOG Web ui and download the latest FOS Linux kernel.

    Just want to mention that FOG dev-branch will install the latest kernel directly. No need top manually do that.

  • Ubuntu 18.04 LTS - Install Fails

    7
    0 Votes
    7 Posts
    1k Views
    george1421G

    @greg-plamondon What is your end goal for this fog server?

    How many computers will have the fog client installed on them that will hit this FOG-Pi server?

  • Image not resizing Windows partition

    4
    0 Votes
    4 Posts
    528 Views
    S

    @fogschut said in Image not resizing Windows partition:

    I’m not going to try and debug a Ubuntu 12 to 14 update-on-update FOG-installation, so thanks for your help - the new FOG-version runs perfectly fine for our task

    That’s the right way to go about this! Well done.

170

Online

12.3k

Users

17.4k

Topics

155.8k

Posts