• Hard Disk not found after Deployment

    Solved
    37
    0 Votes
    37 Posts
    8k Views
    george1421G

    @vanopy For reference here is the guidance on setting up a 2012 server for dynamic support for both bios and uefi systems: https://wiki.fogproject.org/wiki/index.php/BIOS_and_UEFI_Co-Existence#Using_Windows_Server_2012_.28R1_and_later.29_DHCP_Policy

    I would make sure you have filters for both type 0007 and 0009 uefi systems (bc and x64) because both are common in environments.

    The tftp logs of course show that a bios file was requested, so that may be why the vm failed to pxe boot.

  • "Wipe Task" run amok.

    Solved
    11
    0 Votes
    11 Posts
    1k Views
    S

    Marking as solved as we have addressed the size-reset to zero issue on client checkin already in dev-branch: https://github.com/FOGProject/fogproject/commit/9ff877627de44309f9eef8b07587efdb918d3d1e

  • Blank Install Page

    Solved
    36
    0 Votes
    36 Posts
    10k Views
    george1421G

    @dsoden said in Blank Install Page:

    firewall still not being detected after detection of SELinux and prompt to disable, which later causes problems non locally.

    I ran into the same issue the second time I setup a centos 8 server, but I know from the fog install prerequisites that selinux needs to be set to permissive and firewalld needs to be stopped before FOG is installed. So when it got to that point in the installer I noted it, but it continued without complaints. When I have time I was going to reverse engineer why the firewall’s state wasn’t being detected in centos 8, but decided to spend my weekend not hovering around my computer (til now).

  • Upload Image From HDD 500GB to SSD 120GB

    Solved
    35
    0 Votes
    35 Posts
    9k Views
    S

    @Gilberto-Ferraz said in Upload Image From HDD 500GB to SSD 120GB:

    will try to recover the system and install new centos.

    First make sure you get this all back to running on Ubuntu. Don’t try to move to CentOS in a rush. There are more things that can go wrong when moving to a new Linux OS.

  • Issue: PXE Boot fails with FOG, DHCP same subnet

    Solved
    11
    0 Votes
    11 Posts
    1k Views
    I

    Solution was

    filename "undionly.kpxe"; next-server 10.33.97.251;

    VERSUS

    filename undionly.kpxe; next-server 10.33.97.251;
  • Hyper-V virtual machine image hanging at init.xz... ok

    Solved
    11
    0 Votes
    11 Posts
    1k Views
    george1421G

    @george1421 After fully patching the workstation it still run compatibility ok. I didn’t try imaging before but I completed imaging the VM after the update and it imaged but threw a strange error:
    pc_img_err.png

    It almost looks like a core dump but the system kept imaging. I have noticed several times that in the percent complete line it will post a message about balloon request will be partially <something>. And then several seconds later balloon floor reached. On both esxi and now on hyper-v. But I think that is a topic for a different thread and a different time.

    Edit: Irrelevant follow up. I noticed that 4.19.48 was listed on the screen shot so I confirmed the version of bzImage and it was indeed 4.19.48. I put back 4.19.64 (which was shipped with fog 1.5.7 and that CPU core dump did not come back on a system reimage. So its possible the older bzImage had issues that were resolved in 4.19.64.

  • PHP install error

    4
    0 Votes
    4 Posts
    517 Views
    S

    @viggo While you are right that my answer might not be of much help I don’t see why I should put in effort to help you sort this issue on a Linux OS FOG simply doesn’t support anymore.

  • Mint linux 19.1 Cinnamon install fail

    Solved
    11
    0 Votes
    11 Posts
    1k Views
    george1421G

    @rockinhc OK thank you. We’ll just move forward. I’ll update the tutorial for LM 19.2 and we’ll call it all good then. Thank you for confirming.

  • I have this problem can someone help me?

    Solved
    4
    0 Votes
    4 Posts
    684 Views
    george1421G

    @Adriano-Rocha said in I have this problem can someone help me?:

    put the redimioneaval

    I’m sorry I don’t understand that word. So lets try again. When you created the image definition for that 500GB image, did you pick the option for “single disk resizable”? FOG will compress the image onto the fog server even if you selected “single disk non-resizable” to save space on the fog server. We need to understand how the image was captured.

  • Centos/rhel install problem

    Solved
    11
    0 Votes
    11 Posts
    2k Views
    george1421G

    @rockinhc The tutorial has been updated to reflect the currently in use kernel options. Thank you for the feedback.

  • Database Connection Unavailable

    Solved
    17
    0 Votes
    17 Posts
    3k Views
    S

    @dylan123 Reading a bit more about the apparmor stuff I found this: https://stackoverflow.com/a/49583958

    I read in another SO thread comment that the apparmor=“DENIED” message probably isn’t the reason that MySQL (or in my case MariaDB) wasn’t starting, as it’s only a warning.

    Confirmed by this bug report:

    On the affected system, there was no noticeable impact (yet?) other than the denials, so I’d say it’s low impact.

    Spinning up a VM with Ubuntu 18.04 I saw that quite true it has those log messages in /var/log/syslog on my VM as well but the DB is running perfectly fine. So just for the records: Those apparmor=“DENIED” message don’t cause an impact on the DB and can be ignored.

    Check all the information George and Daniel posted as well as my suggestion on the mysql logs.

  • 0 Votes
    14 Posts
    2k Views
    S

    Thanks guys! You all have been so helpful. I figured out that you don’t have to select the FOG Boot screen to select the Hard drive boot. It goes right into pxe.

    It’s cut our deploy time from an 1 hour and 15 - 30 minutes to like 10 minutes.

    If it becomes a further issue I’ll keep the post deploy scripts in mind.

    Thanks again!

  • FOG client error after migrating from server to VM.

    Solved
    4
    0 Votes
    4 Posts
    484 Views
    T

    Found them, yes transferring them worked but also resetting encryption data also worked.

  • Error decrypting LUKS partition prior to capture/imaging

    Solved
    44
    0 Votes
    44 Posts
    10k 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
    846 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
    7k 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
    5k 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
    2k 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
    926 Views
    S

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

183

Online

12.3k

Users

17.4k

Topics

155.7k

Posts