• FOG 1.5.4 Adding Snapin Not Working

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    S

    @pietroaretino Sorry for the late reply. We’ve lost track of this issue. Let’s see if we can work this out for you.

    I’m just trying to upload a zip file of MS-Office 2016 install.

    I am wondering if it’s just file size issue? I have just installed FOG 1.5.5.3 on Debian an created a couple of SnapinPacks. First smaller ones than bigger ones. All working great up to 250 MB. So I can’t replicate the issue as you describe it.

    Would you mind updating to FOG 1.5.5 or even the dev-branch (currently 1.5.5.3) to see if you still see the issue? We’ve adjusted some of the php-fpm config values since then. So maybe this is fixed for you already.

  • Server information error?

    Solved
    9
    0 Votes
    9 Posts
    681 Views
    K

    Curl calls in themselves aren’t inherently insecure to my knowledge, they can be without validated input like you said. I just go with the practice of turning features off for securities sake rather than leaving it all on and running on default settings unless something we use needs to use it in which case I don’t mind turning it on unless there’s a huge security risk attached.

    TL;DR I just try to keep my systems locked down until areas need to be enabled for programs, instead of leaving everything default.

  • Active Directory after image deployment not working.

    Solved
    20
    0 Votes
    20 Posts
    3k Views
    S

    @astrugatch said in Active Directory after image deployment not working.:

    If I am installing FOG for the first time (as opposed to upgrading) and I enter the DNS name as part of the new installer and having the CA generate a cert with the DNS/hostname does HTTPS become the default.

    Ahh, now I get you. No haven’t changed the default to be HTTPS as it would involve compiling the iPXE binaries as well. Think that is the next step. I will consider removing the iPXE binaries from the repo and simply rely on compiling them on each install altogether. iPXE code is usually fairly stable. What do you think @Tom-Elliott ?

  • Apache2 error-Won't download-We're DOWN :(

    Unsolved
    14
    0 Votes
    14 Posts
    3k Views
    D

    @Sebastian-Roth Thanks! That saves a lot of space so I can upgrade from 1.5.4.

  • Kernel panic not syncing

    Solved
    3
    0 Votes
    3 Posts
    596 Views
    S

    @Abuelika Not need to say sorry or even delete the post. It’s perfectly fine to ask and I think it’s great to have this here in the forums so others might find it and can help themselves as well.

  • rEFInd is making me lose it

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    S

    @svalding Did you ever get this solved? rEFInd 0.11.4 is out and you might give it a try.

  • [Solved] FOGProject Tecnical Info

    Solved
    7
    0 Votes
    7 Posts
    789 Views
    B

    @george1421
    Finally, I did the decrypter 😛
    Thanks for the code!

  • Multicast partclone issues.

    1
    0 Votes
    1 Posts
    169 Views
    No one has replied
  • USB boot UEFI - not booting from USB

    Unsolved
    5
    0 Votes
    5 Posts
    745 Views
    george1421G

    @vince-villarreal Two other points.

    You can build a usb boot drive with iPXE, but again that still relies on dhcp having the right settings to instruct ipxe on how to find the fog server.

    You can also build a FOS usb boot disk, that will boot you right into FOS bypassing PXE altogether. But there are some caveats with this approach. If you can overlook the caveats and just want to capture and deploy (no multicast, no direct imaging from iPXE menus, etc) it will work for you.

    One last comment, fog doesn’t like it when/if you change the IP address of the fog server once the FOG management console is installed. There are work arounds, but its best to have it at its assigned (forever) address when you install FOG.

  • Powershell script runs but......

    Solved
    14
    0 Votes
    14 Posts
    1k Views
    B

    Thanks for everyones help. I decided to try it on an actual device and add the -Wait at the end and that worked. @jflippen your way worked as well. For what ever reason my VM was would both say complete right after the start of script. When I attempted to run it on a physical PC it worked without any issues and completed with the delays.

  • 0 Votes
    3 Posts
    497 Views
    C

    make sure clients have boot rom enabled in the BIOS - otherwise they won’t boot at all.

    in my environment :-
    066 points to fog /tftp server
    067 bootfile = undionly.kpxe

  • FOG update to 1.5.5 doesn't allow passphrase entry for SSL/TLS key

    Unsolved
    11
    0 Votes
    11 Posts
    1k Views
    S

    @hancocza I totally missunderstood this whole topic right from the start. It would have helped a lot of you’d clearly mentioned that you are using a custom SSL certificate. Might be obvious but I did not get it.

    So what you describe here has nothing to do with FOG as far as I understand it. The password input stuff is something Ubuntu is doing when you start the apache webserver and you have a password protected private key. We as in the FOG installer does not add anything to that. So my guess is that Ubuntu changed things with one of the latest updates.

    Probably you just need to install the correct extra package to make this work again…

  • Printer Management with FOG

    Unsolved
    3
    0 Votes
    3 Posts
    757 Views
    S

    @kratkale Ok, I finally got the time to get into fog-client development again. I am trying to answer your questions step by step.

    About port naming: The field Printer Port is what you see in the Windows printing dialog as “Port name”. So if you put in 9100 it will be named 9100 but if you put in an IP the port will be named exactly as you want it. On the other hand if you want to specify a different TCP port for printing you put in x.x.x.x:9111 in the Printer IP field. I will change the field labels in the FOG web UI to make this clear.

    Changing the printer setup on FOG changes sometimes nothing. (e.g. the name of the inf file - the printer …) My solution was to deploy the computer again …

    I am not exactly sure if I get what you mean. Let’s see… If you change any of the settings in the FOG web UI while the fog-client is running on the computer the changes won’t be sent out to the client immediately. This is something I hope to change in the future but that’s how it is right now. But if you change things and then reboot the client machine it should use the changed settings!

    -) Group management with Printers: If I update a group with the option “only Assigned Printers” the clients are not updated. The are still in the mode “No Printer Management”

    This is a known issue I just fixed a couple of days ago. It will be in the next release!

    -) How to install a local pdf Printer, when I use the option: “Only Assigned Printers”

    Find out the settings used in the PDF printer (using the fog-client PrinterManagerHelper.exe or manually from the printer properties…) and set it up in FOG as well?! Should work I suppose.

  • Storage Node: Database Connection Unavailable

    Solved
    15
    0 Votes
    15 Posts
    3k Views
    Tom ElliottT

    @george1421, @Sebastian-Roth the only thing I foresee and maybe missed. Selinux won’t automatically be disabled because you made the change to the config file, it would require a reboot of the machine first. I would also, suggest changing from disabled to permissive. Disabling forces the file system to be unsupported and require being reestablished should you turn selinux back on. Placing into permissive mode keeps the file system contexts active and does not hinder usage. Plus you enter the command setenforcing 0 to switch selinux into permissive mode for the current running session which doesn’t require immediate reboot.

    DERP — Don’t mind me, I’m dumb. Looked again and see you do have it set to permissive and do run the setenforce command.

  • Dell Precision 5530 PXE Boot problem (Maybe the USB cable is bad)

    Unsolved
    13
    0 Votes
    13 Posts
    4k Views
    S

    @martial said:

    USB\VID_0BDA&PID_8153…

    Ok, we definitely have that driver included in our kernel config (since a long time). So I was wondering if other people had issues with Linux on this device. But seems like people are happily installing Linux on it despite some video card issues - see here. But no one complaining about network issues.

    So I went hunting for those USB messages and read about USB hubs or other faulty USB hardware here and there, e.g.:

    It seems the hub in the monitor went bad and was screwing with all other USB ports on the system

    Maybe just some faulty hardware? Have you tried different ones. Always getting the exact same error on every try?

    Then again I ask you for the third time (and last!), have you tried adding the Kernel Parameter has_usb_nic=1 to the host settings?? If this device is still unregistered and the error happens on registration you might just add the host manually via the web UI, add the parameter and try a capture task to see if that helps.

  • new ipxe entry

    Moved
    9
    0 Votes
    9 Posts
    893 Views
    6rilT6

    @Tom-Elliott Thank you for pointing this out, I feel that this solution has an immense potential and I am only scratching the surface of it. Kudos to you and @Fernando-Gietz for working on such a thourough product!

  • Snapins queued but not running

    4
    0 Votes
    4 Posts
    828 Views
    S

    @coop90 Any update on this?

  • Trouble getting first Image

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    L

    Sorry about the long intervals between posts. Just finishing up internal product training…

    SO… I did as @Sebastian-Roth suggested and was able to successfully take an image and push it down on a blank VM! I have not tried putting the image back on the source VM but thought I would report back that I am successful and appear to be all set.

    The take away from this is having 2 storage nodes on the same machine is not a great idea. If you run out of space, add a HDD and mount it /Images to add space.

    Thank you @Sebastian-Roth and @george1421 for your help and guidance!

  • Issues during installation on Debian 9.6 stretch

    Solved
    33
    0 Votes
    33 Posts
    5k Views
    T

    @Sebastian-Roth
    Thank you so much, I missed it when you originally said that, running it with --exitFail didn’t work, however running it with -X did work. After this I was able to update/install the schema and actually log into the server via the web interface.

    Additionally I tested booting to the server via PXE and was able too!

  • Host won't join Domain after admin password change.

    Solved
    14
    0 Votes
    14 Posts
    1k Views
    D

    @Sebastian-Roth Thank you so much. You found the solution. The new password had an underscore ( _ ) as a chracter. I changed it and all is well again. Now I’m planning the upgrade to the latest FOG. Thanks again for your help. Alex

190

Online

12.3k

Users

17.4k

Topics

155.7k

Posts