• Error decrypting LUKS partition prior to capture/imaging

    Solved
    44
    0 Votes
    44 Posts
    12k Views
    Q

    @george1421 I believe at one point it was suggested to use SSH to handle interactions with the server instead of ftp/nfs (one or both, don’t remember)

    Though I imagine that’s further down the line.

  • Limit number of Simultaneous Snapins

    Solved
    5
    0 Votes
    5 Posts
    972 Views
    Tom ElliottT

    @Sebastian-Roth This is more by design.

    Typically snapins are one time run. If needed to rerun a while later, you can run it individually to the host needed, or you could task the host to run all snapins associated.

    Maybe something we can limit in the future, but I guess I need better understanding.

    Snapins run in queue.

    For example, if a host has 25 Snapins to install, it installs 1, 2, 3, etc… It will not install 25 at once.

    Now, based on the information, I believe the question here is about number of machines running snapins at once. Lets say you have 25 Machines to install Snapin 1, you want this to be limited?

    Right now the code doesn’t take into consideration the number of snapin tasks as a queued process.

    Hopefully this all makes sense.

    Thank you,

  • (407) Proxy Authentication Required.

    Solved
    23
    0 Votes
    23 Posts
    8k Views
    S

    @Trev-lchs Did you ever solve this? I just stumbled upon this issue report which we got years ago: https://github.com/FOGProject/fog-client/issues/72

  • How to totally expunge FOG and everything it's touched

    Solved
    12
    0 Votes
    12 Posts
    6k Views
    S

    @sudburr Ok, I tested and updated my version of the script below (derived from yours).

    Again, make sure you have backups of your /images and the certificate files before you run this script!! I won’t be responsible for any trouble caused by this script!

  • Encryption error when clicking on "list hosts", just set AD password.

    Solved
    19
    0 Votes
    19 Posts
    3k Views
    Tom ElliottT

    I found and believe I may have fixed the issue. It was actually pretty simple. The error was coming from the unpacking of information.

    Hopefully it helps. Just repull the dev-branch and install and all should be back to normal.

  • snapins not deploying from storage nodes: Version 1.5.7.4

    Solved
    19
    0 Votes
    19 Posts
    3k Views
    Tom ElliottT

    @Sebastian-Roth Thank you for finding and fixing the issue.
    @Greg-Plamondon Thanks for reporting. This fix is also set for 1.6 now too.

    Awesome job everybody!

    Thank you,

  • Error Update Database after Capture Image

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    S

    @masoudmahamid Please run this on the command line and post output here: ls -al /images/dev

  • Multicast problem with fog 1.5.7 ubuntu server 18.04.3 and aruba switch

    Solved
    6
    0 Votes
    6 Posts
    427 Views
    S

    @dario-vettore Did you get this solved?

  • Image size not reporting correctly for all images in FOG WebUI

    Solved
    4
    0 Votes
    4 Posts
    498 Views
    S

    @brakcounty Any news on this?

  • https boot.php cannot be found

    Solved
    5
    0 Votes
    5 Posts
    632 Views
    S

    @andrewhancock91 Are you still keen to discuss this?

  • Deploying images from virtual FOG-server to VM's on the same host takes forever

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    S

    @f-an Is this still an issue or did you solve it?

  • restoring gpt partition tables failed

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    S

    @brakcounty To get some more information, can you please schedule a debug deploy task (same as you would do a normal deploy task but just before you hit the last button in the web UI there is a check box for debug). Boot up the client as usual and let it boot up. Then you need to hit ENTER twice to get to the shell. Now type fog and ENTER again to start and step through all the process till you hit the error. It will throw you back to the shell. Now type:

    sgdisk -gl /images/Win10Standard_GPT_EFI/d1.mbr /dev/sda

    It surely will fail. Take a picture of the screen and post that here.

  • customizations to ipxe menu not applying after updating to 1.5.7

    Solved
    5
    0 Votes
    5 Posts
    823 Views
    S

    @brakcounty said in customizations to ipxe menu not applying after updating to 1.5.7:

    One question though, from the main FOG ipxe menu, when i hit Deploy Image, and get the prompt to authenticate with fog/pass, that text is blue, i want it to be white. Where can i change that setting?

    In my test environment if I change the iPXE main colors (FOG Configuration -> FOG Settings -> FOG Boot Settings -> IPXE MAIN COLOURS) this is valid for all the text in the iPXE boot screens as well as for the password entry.

  • After 100% capture failed on database updaet.

    Solved
    7
    0 Votes
    7 Posts
    944 Views
    Tom ElliottT

    @george1421 That is because the separate storage group has a master. It’s a “work around” to the “Images are always captured to the master node” because you, quite literally, are making the storage node, now, a master node. It works of course for this reason.

  • FOG and UEFI/M.2 SSD

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    george1421G

    @madeyem said in FOG and UEFI/M.2 SSD:

    Is it really necessary for you to have the PC run in raid on mode? If not, leave it at AHCI

    If you have only a single disk in the computer OR you have multiple disks but have no plans on setting up a raid configuration there is no performance penalty to leave the disk controller in ahci mode.

  • Blank Screen with Blinking cursor in top left corner

    Solved
    6
    0 Votes
    6 Posts
    1k Views
    george1421G

    @Brad-Schumann The short answer is it depends on what the laptop is doing. The bit longer answer is the config file for refind is in /var/www/html/service/ipxe and its called refind.conf.

    Also make sure the firmware is up to date on this laptop because it could be flaky firmware that is causing refind to fail.

    The last option is we may need to look into updating refind to a later version because the hardware drivers in refind may need updating.

    So in the end it depends…

  • rcu_sched stall OR kernel panic on PowerEdge R640

    Solved
    45
    0 Votes
    45 Posts
    13k Views
  • button "Reset encryption Data" does not appear

    Solved
    20
    0 Votes
    20 Posts
    3k Views
    S

    @martial said in button "Reset encryption Data" does not appear:

    I guess the virtual mac address made by forticlient is the big problem as it is created on multiple clients?

    Yes, most probably. Take a look at the option QUICKREG PENDING MAC FILTER in FOG Configuration -> FOG Settings -> FOG Client - Host Register!

  • Capture problem

    Solved
    15
    0 Votes
    15 Posts
    2k Views
    B

    @Sebastian-Roth No, i have changed the permissions to fogproject:root and delete the directories in /images/dev/ that looks like a MAC address.

    It works now.

  • Installation stops during setting up fogproject password

    Solved
    39
    0 Votes
    39 Posts
    12k Views
    D

    @Wayne-Workman said in Installation stops during setting up fogproject password:

    own projects, I opt for very long passwords made from upper & lower case letters and numbers randomly. I’m talking 32, or 64 characters long. Typically I look up the maximum length supported password, and generate one of that length, just letters and numbers.

    I tried another installation on an other, identical notebook fujitsu lifebook with fedora server 30, but allowed special characters in the function.sh and it works also.

    do [[ -z $password || $ret -ne 999 ]] && password=$(head /dev/urandom | '0-9a-zA-Z!#$%&()*+,-./:;<=>?@[]^_{|}~' | fold -w12 | shuf -n1) echo -e "$password\n$password" | passwd $username >>$workingdir/error_logs/fog_error_${version}.log 2>&1 ret=$? let cnt+=1 done

174

Online

12.4k

Users

17.4k

Topics

155.9k

Posts