• Update to latest git version not possible

    Unsolved
    13
    0 Votes
    13 Posts
    5k Views
    ch3iC

    @middendorf said:

    @ch3i

    4557, like FOG says is the actual git version?

    Can you rename the fog and html folders (like fog.bak and html.bak) and rerun the installer.

  • 0 Votes
    9 Posts
    6k Views
    K

    @Tom-Elliott absolutely, was looking for how I could mark resolved this side funnily enough,

  • Windows 10 - Target partition size is smaller than source

    Solved
    8
    0 Votes
    8 Posts
    6k Views
    M

    I created a new installation of Windows without system reserved partition.

    Apply the following steps when the Windows partitioning window apeares:

    Create a partition on the blank hard drive. Select the partition drive as the partition to install Windows on. Click “Next”. The 100MB partition will be created. Delete the partition which you created in step 1. Extend the 100MB partition to the desired size. Select the partition which you extended in step 5 and select ‘Format’. After formatting the ‘system reserved partition’ will now become normal ‘system’ partition.

    I can confirm this works 🙂

  • Windows 10 image not loading. Black screen.

    Unsolved
    4
    0 Votes
    4 Posts
    2k Views
    ch3iC

    @ambers said:

    We are currently using 1.2 on Ubuntu version 14.04

    Maybe a problem with GPT, have you install from scratch the computer ? If yes have you remove the old partition table ?

  • Moving images to another disk

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    M

    @Wayne-Workman didnt testet it thoroughly, but as I described it, it didnt work, (I made sym link /image - so no change in exports was needed?) , permissions and files created were ok - after changed exports to new location, everything startet to work.

  • UEFI and FOG

    11
    0 Votes
    11 Posts
    6k Views
    Wayne WorkmanW

    I wanted to respond with a link:

    https://wiki.fogproject.org/wiki/index.php/BIOS_and_UEFI_Co-Existence

    Please bear in mind that at the time of this post, this article is a work in progress - however at this point it does contain a lot of information and links to other information.

  • Fog Server Multi-Home

    Unsolved
    6
    0 Votes
    6 Posts
    3k Views
    Wayne WorkmanW

    @josh.nicholson99 I should slow you down firstly - do your vlans go over slow and long distance links?

    For example, my organization has every site connected via dedicated lines - but those lines are low speed links. We avoid heavy loads over the WAN links at all costs. EVEN THOUGH we have a vlan infrastructure that can easily bring any network to any port that we wish. If your organization’s setup is similar to this, I’d urge you to use the location plugin and setup storage nodes at each of your physical locations.

    In the case that you have amazing WAN speeds or don’t have WAN links at all, then I’ve found these links that might be of interest:
    https://communities.bmc.com/thread/41369
    http://www.humboldt.co.uk/a-working-tftp-server-for-multi-homed-linux-systems/
    http://www.tecmint.com/install-pxe-network-boot-server-in-centos-7/

    It would seem as if dnsmasq is the answer… I haven’t looked deeply into it yet though.

  • Wake on LAN over different VLANS

    Solved
    73
    0 Votes
    73 Posts
    71k Views
    Wayne WorkmanW

    Glad to see this is fixed. I helped to the extent of my abilities via forum chat but I came to a dead end basically. And Tom’s post explains why. Good to see a solution is found.

  • Slow Upload issue

    Unsolved
    9
    0 Votes
    9 Posts
    4k Views
    Wayne WorkmanW

    I love how this guy comes here - posts, gets impatient, posts again - then never comes back… and after he leaves, he gets 5 genuine pieces of advice from 5 different people - but he’ll never know that, will he?

    All of us here have Jobs man! We are volunteers for the FOG Project!

  • How to Change FOG PXE Boot Host Registration Options

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    I

    @Tom-Elliott Phew, you weren’t wrong when you said it was a bit overkill. I’m a bit apprehensive about doing anything that I can’t understand what is happening to the FOG server. For example, if something breaks with this script, I don’t know exactly where to fix it.

    I also still don’t have a bare metal backup of my FOG server yet, and I can’t afford to have it down, especially at the beginning of the school year (I work for a Public School). Possibly once I have a backup of it, and when school is out for a break or something, I’ll return to this and attempt it.

    Unless you’ve got an easier idea to change those defaults, I’ll just put it on the back burner until further notice.

  • Last stable kernel version for Fog 0.32?

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    Tom ElliottT

    I’m solving this thread namely because the question that was asked, originally, is already displayed. The next series is specific to customizations and the changes required for our new stuff vs. the 0.32 inits.

  • fog unable to register host for the following reasons

    Solved
    14
    0 Votes
    14 Posts
    6k Views
    Tom ElliottT

    I’m solving this thread. The reason your systems were failing to register wasn’t, specifically, a problem with FOG directly, but seemingly specific to this one system. Does this sound correct?

  • Host keeps rebooting in PXE after registration

    Unsolved
    7
    0 Votes
    7 Posts
    4k Views
    Tom ElliottT

    So let me get this straight, the only “PXE Reboots after…” is happening on the VirtualBox VM?

    I am aware of issues with Virtual Box, specifically, and the only fix that I found (if you’re using undionly) is to do a power off, then power on. The other, more appropriate, fix is to use ipxe.pxe file rather than the undionly, but i also know that not all Physical systems will work with the ipxe.pxe.

  • Surface 3 Imaging

    Unsolved
    5
    0 Votes
    5 Posts
    3k Views
    Wayne WorkmanW

    @need2 said:

    Make sure you have your Surface on the latest firmware, or if not the August firmware, at least the July firmware. They’ve done some serious cleanup on the Surface EFI firmware that has made it a bit more network boot friendly.

    Note made here: https://wiki.fogproject.org/wiki/index.php/Filename_Information#efi

  • This topic is deleted!

    Unsolved
    5
    0 Votes
    5 Posts
    49 Views
  • Snapin Problems

    Solved
    18
    0 Votes
    18 Posts
    8k Views
    L

    No problem, thanks for the swift response and fix!

  • FOG::ClientUpdater Unknown error, module will exit

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    Wayne WorkmanW

    @Duncan There are SQL queries that can list duplicate data in a specific field. Once you have the select statement prepared, you can then put it in parentheses into the WHERE clause for a delete command.

    So…
    select duplicates from hostMac.mac address; (or whatever it is)

    delete from hostMac where (select duplicates from hostMac.mac address);

    get it? It’s been a hot second since I’ve used SQL heavily so I don’t quite remember the syntax but I’m sure you can figure it out.

    Please post the command you come up with, this is one way you can GIVE BACK to an open source project. 🙂

    PLEASE PLEASE export your DB before you delete anything!
    FOG Configuration -> Configuration Save -> Export

  • mounting file system failed

    Solved
    14
    0 Votes
    14 Posts
    6k Views
    B

    @Tom-Elliott Thanks Tom for all your help. Tom fixed quickly note to self check services…

  • Fog Service hanging during startup

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    B

    Sorry for the delay. It was logging an error in the event log that the fog service hung I set it to delayed startup and that seems to be a reasonable workaround for the issue.

  • Custom registration in newest Fog?

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    L

    @Wayne-Workman No, I full register. I’ll look at Fog Trunk, I thought I’d tried everything already.

97

Online

12.7k

Users

17.6k

Topics

156.5k

Posts