• FOG Client unable to connect via https

    2
    0 Votes
    2 Posts
    569 Views
    S

    @pvandoorn I am sure this is due to a known issue with older SSL/TLS version. Download the latest fog-client on github and give it a try: https://github.com/FOGProject/fog-client/releases/

  • Multicast image is pushed, but it does not "finish/finalize"

    6
    0 Votes
    6 Posts
    668 Views
    D

    @sebastian-roth
    I’ve only been able to test this in one environment and only with 2 PCs. It did work in that particular test. In a couple of weeks, we are going to have an opportunity to hit a good number of PC’s in another environment where it previously failed, so we’ll have more data then. So far so good though! Thank you much!

  • Dell OptiPlex 5490 - cannot find disk

    Solved
    3
    0 Votes
    3 Posts
    471 Views
    J

    @george1421 said in Dell OptiPlex 5490 - cannot find disk:

    the disk mode from raid-on to ahci mode. That will unhide the dis

    Yes! Thank you, this solved my problem! 🙂

  • Activate FOG Plugins

    3
    0 Votes
    3 Posts
    577 Views
    W

    I create a “activatepulginrun.php” and place under “fogproject\packages\web\management”

    the file can be call by the url “http://fogip/fog/management/activatepulginrun.php?plugin=accesscontrol” with the plugin name passing in

    First the code need to include below 2 line
    require ‘…/commons/base.inc.php’;
    $FOGCore = $GLOBALS[‘FOGCore’];

    then i include both

    activate plugin code
    copy from “activate()” at “fogproject\packages\web\lib\pages\pluginmanagementpage.class.php”

    install plugin code
    copy from “installedPost()” at “fogproject\packages\web\lib\pages\pluginmanagementpage.class.php”

  • Multicast Issues

    14
    0 Votes
    14 Posts
    3k Views
    george1421G

    @lps I have not tested this out, but via some reverse engineering tricks I know I think this should get you pretty close. Just create a new FOG iPXE menu and add this in as the parameter.

    chain -ar ${boot-url}/service/ipxe/boot.php?mac0=${net0/mac}&arch=${arch}&platform=${platform}&sessname=bob || goto MENU

    You will need to replace bob with your session name for the multicast image push. That should join you right into the session with one pick on the fog menu.

  • Replication already running loop.

    4
    0 Votes
    4 Posts
    448 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
    421 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
    857 Views
    J

    @george1421 Thank you, That worked.

  • Slow server fog

    5
    0 Votes
    5 Posts
    584 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
    426 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
    224 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
    361 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
    877 Views
    S

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

  • Host is NOT registered!

    4
    0 Votes
    4 Posts
    617 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
    507 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
    2k 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.

158

Online

12.3k

Users

17.4k

Topics

155.6k

Posts