• backup using the fog script or making a script

    1
    0 Votes
    1 Posts
    166 Views
    No one has replied
  • could not complete task /bin/fog/upload

    9
    0 Votes
    9 Posts
    1k Views
    R

    ok job done.

    just renamed the images dir to something else, made a new images dir, in fstab mounted the raid6 in the images dir and re ran the setup shell script

    i did a capture and a deploy and all is now good

    thank you all for your help!!!

  • M.2 not recognised during deploying stage

    Solved
    28
    0 Votes
    28 Posts
    7k Views
    Tom ElliottT

    @quazz Too add on a bit,

    If you find something that doesn’t work, let us know. We will most likely request some more technical information so that we can do the research to find out if there’s a way to add it, or a patch we can use to incorporate, or we will find there is nothing we can do currently.

    The point here is, you’re absolutely correct: We don’t know what will or will not work. We have some good google fu and only a few developers and testers working to get information so we can be as hardware agnostic as possible. But we aren’t all knowing. We know a new version was released and do our best (granted I’ve been slacking lately I suppose) to keep the kernels updated and including anything that maybe missing that we can add.

    If it works, YAY, if it doesn’t, and we say try this kernel, if it works YAY, if it doesn’t let us know. We’ll ask for information and probably even walk through what we need and how to get it. Then we’ll try to find out information and give back whether or not we can do anything, and if we were able to do it, to test out the new thing. If it works, YAY, if it doesn’t rinse and repeat.

  • Unable to Access web GUI after Upgrading

    8
    0 Votes
    8 Posts
    611 Views
    S

    @echophi The FOG installer will take care of package installs for you and it will error out if it’s unable to install the correct packages. Please run dpkg -l | grep php to see what you have still left installed.

    I would suggest you just re-run the FOG installer and let us know to what point it runs.

  • Could not complete tasking (/bin/fog.upload) _ capturing image

    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • Migrate to new FOG Master server via VtoV?

    4
    0 Votes
    4 Posts
    764 Views
    K

    Just wanted to follow up on this for anyone else in same situation. Essentially the VtoV works just fine. As we had changed hostname and IP we only ended up having to reinstall the FOG client on the desktops for them to become in sync with the new FOG Master server. All other things just worked.

    Cheers Tom

  • no configuration method succeed dhcp fail please help

    6
    0 Votes
    6 Posts
    716 Views
    S

    @jonathanho92 said in no configuration method succeed dhcp fail please help:

    this happen only when multicast we have no problem with unicast

    I don’t think this is the case. The bootup for both multicast and unicast are exactly the same at this early stage.

    I guess you are using different devices when multicasting?! Use the exact same physical for unicast and I’d be very sure you see the same error.

  • Files not updating with version upgrade

    9
    0 Votes
    9 Posts
    820 Views
    george1421G

    @dudenamedben What hardware are you booting on?

    For your INFO
    snponly.efi is to undionly.kpxe
    as
    ipxe.efi is to ipxe.kpxe

    In the only boot loaders, snp and undi use the built in nic firmware drivers to talk to the nic card. Where ipxe. has all of the network card drivers built into the ipxe boot loader. In the early days of uefi the snp drivers were terrible, that is where the FOG developers recommend to use ipxe.efi. The problem is with very new hardware, the iPXE developers might not have included the drivers in the ipxe build just yet, where the snp nic driver will work.

  • FOG Client Authentication after cloning Windows

    6
    0 Votes
    6 Posts
    1k Views
    A

    @sebastian-roth Yes, you’re absolutely right! The original had a secondary MAC matching the clone. I deleted it and expect the clone to show up shortly. Thanks for your patience! 🙂

  • Fog Reports

    3
    0 Votes
    3 Posts
    462 Views
    Greg PlamondonG

    @sebastian-roth yes I believe that was the case. I don’t remember the record count as I already purged data older than 30 days. I set up a SQL event that runs daily.

    DELETE from userTracking WHERE utDate < now() - interval 30 DAY;

    I can now run the reports

  • FOG Client Private Key not readable

    5
    0 Votes
    5 Posts
    910 Views
    J

    @tom-elliott

    The FOG Server was installed not special like 10 others in our enviroment…

    Works now after running:
    sudo chmod 750 /opt/fog/snapins/ssl/.srvprivate.key

    Thanks a lot!

  • connection timed out chainloading failed

    25
    0 Votes
    25 Posts
    7k Views
    G

    @sebastian-roth So I’m not sure what has changed, as I’ve had to focus on other things, but now it works. I didn’t follow the most recent direction, but I’m booting various boxes via pxe successfully. No idea. …

  • 0 Votes
    5 Posts
    885 Views
    N

    @george1421 So, I am an idiot.

    What was happening here is I deployed the old BIOS image, which blew away the GPT designation, and then when I created and captured the new image, the Windows installer never re-applied the GPT. I manually went in with diskpart, wiped the drive, applied GPT, rebuilt the image, captured, deployed, and voila! It boots now.

    Jokes on me for trusting the Windows installer I guess. 😛

    Thanks for your input George! It actually helped a lot.

  • Can not get it to work :(

    3
    0 Votes
    3 Posts
    428 Views
    george1421G

    @peet Looking at the error message, I’m going to guess you have a SOHO router or network switch setup as your dhcp server. Many of those devices point to themselves as the pxe boot server and not the fog server. As Sebastian asked, what device is your dhcp server? There are a few ways to work in this type of environment, we just need to know how your network is setup.

  • Attempting to check in............................Failed

    2
    0 Votes
    2 Posts
    290 Views
    Greg PlamondonG

    I figured it out… I must have screwed up some permissions on the web_root so I removed /var/www/html/fog/ and re-installed fog and all is well…

    Thanks!

  • Fog won't capture images

    4
    0 Votes
    4 Posts
    670 Views
    S

    @FuriousGamer065 There might be a PHP-FPM error log as well.

  • Windows 10 and FOG: product key problem 20H2

    8
    0 Votes
    8 Posts
    2k Views
    P

    @sebastian-roth yes, the command only calls the product key. I activate it via the “change key” option in the settings. Enters the called key.

    as i wrote “After preparing the image from devices (Lenovo E15 Gen 2, Vostro 3681, Optiplex 3080) and uploading the images to other devices, the license key is copied from the first device from which I recorded the image”.

  • FOG Node setup failed

    7
    0 Votes
    7 Posts
    1k Views
    FuriousGamer065F

    @sebastian-roth I’m just going to reinstall ubuntu

  • Trouble with Fog and PFSense

    14
    0 Votes
    14 Posts
    5k Views
    G

    @george1421 I think I found the root of the issue. I installed it originally with https, but it looks like the cert was not validated. I resintalled without https and it seems to work just fine now. Is there a way to validate the cert with https? The wiki mentions system time can cause an issue, but that was all correct, so my guess is something else may have broke the cert.

  • Capture Task Fails mid upload

    5
    0 Votes
    5 Posts
    526 Views
    R

    @sebastian-roth
    Thank you for the guidance. I dismounted the iSCSI share, but I couldn’t run a fsck on it, as it said the “Super block was not readable.” So I decided to just reboot.
    I made sure all the NFS services came back on startup, because those occassionally don’t start or crash.

    Ran mount, noticed that the /images share mounted differently than before. \dev\SDI intead of \dev\SDJ Screen shot below. However, it is now RW not RO. Just tested as well with capturing an image and it worked.

    Thanks!

112

Online

12.3k

Users

17.4k

Topics

155.6k

Posts