• FOG - Single Snappin

    Unsolved
    39
    0 Votes
    39 Posts
    22k Views
    george1421G

    @george1421 The Teammate software installed correctly on a virgin build of 1703 without an application (minus the ones that come with 1703 ) I’m not sure what else I can say to help your setup, it works for me.

    0_1501006641808_1703_Install.png

  • Dell OptiPlex 7050 fails to pxe boot

    Solved
    14
    0 Votes
    14 Posts
    10k Views
    george1421G

    @coh_is That is great to hear you have it working.

    For the record this wasn’t a FOG issue, but an environmental/infrastructure one.

  • When capturing an image, the client will hang at "Resizing filesystem"

    Solved
    7
    0 Votes
    7 Posts
    3k Views
    J

    Upgrading the kernel seems to have fixed the problem!

  • Upgrading FOG

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    G

    @george1421 Yes, upgrade successful. Please feel free to mark it as solved.

  • Powershell-Snapin

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    J

    Tom has a good point here. I’ve struggled with launching powershell from the FOG Service with the correct privilege level to prevent UAC pop ups you never see. Disabling UAC on a PC and retrying the snapin will can be a good testing step. Windows 7 and Windows 10 treat UAC differently, or so it seems. To get around UAC in Win7. Seach for elevate.cmd and elevate.vbs that came out with Server 2008/Vista. I’ve found that this can successfully elevate a PS script in Win7. I’m still working on Win10.

    if you’re actually getting powershell to start your script, you can also pipe the output to a file using the out-file cmdlet:

    powershell.exe -Executionpolicy Bypass -noprofile -file myscript.ps1 | out-file full [full path to some text file]

    Jim

  • Invalid entry length (0). DMI table is broken! Stop.

    Solved
    15
    0 Votes
    15 Posts
    8k Views
    george1421G

    You can get the inits here, without upgrading to 1.5.0RC series. Here is the wget command to use from the FOG server’s linux console.

    wget https://fogproject.org/inits/init.xz wget https://fogproject.org/inits/init_32.xz

    These files go in /var/www/html/fog/service/ipxe. Make sure you backup the current files before you update them with these.

    With these new inits there is no need to use the postinit patch method I described below.

  • Storage group activity - 1 active

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    I don’t know what’s causing the “trailing” tasks yet, though I hope to find it soon. It seems to be a very specific set of circumstances that causes it, though I don’t know what that set of circumstances actually is.

  • Chainloading Failed

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    N

    Thank You Sebastian. I was on version 1.3.0 for fog service. I updated it to 1.4.0 and everything is back to normal.

  • Images not replicating

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    george1421G

    @zclift15 Just for clarity one downed node caused all replication to fail?

  • Failed ipxe/boot.php because of different IP

    Solved
    13
    0 Votes
    13 Posts
    10k Views
    Wayne WorkmanW

    @george1421 said in Failed ipxe/boot.php because of different IP:

    you will probably want to install dnsmasq on the fog server

    That’s how the MakeFogMobile scripts work, they use dnsmasq. This is because the intention is mobility.

  • Active Directory. Add group to Computer

    5
    0 Votes
    5 Posts
    2k Views
    J

    Joseska,

    I suggest a snapin would be a better place to add the computer to a group in LDAP. Assuming the computer is a Windows computer and you want to add that computer to the Samba emulation of Active Directory and assuming Samba emulates AD such that Windows PCs can find the Samba system(s) like they would a real Microsoft Domain Controller, a CMD command would do the trick. I’ve used commands like this below to put domain groups into local computer groups. This command, run as a snapin on a PC in a domain, will add a domain group to a local computer group - giving users in the domain group rights on the PC:

    net localgroup administrators DomainName\DomainGroupName

    I also believe you can add an AD computer object to a domain group with the same command. It’s abnormal to place a computer object in a domain, but I’ve used this approach to allow services on a specific PC to access network resources without having to place an AD account on a service. The down side of doing this is that all services on that computer have the same access rights, not just the service you intend to have those rights.

    I believe this command will add a computer to an AD group:

    net group DomainGroupName computername$ /add /domain

    I don’t know if your LDAP/SAMBA/AD supports Group Policy Objects, but actions that need to be taken on machines just after they join a domain (so they work correctly for future users) are typically done in Startup Scripts inside a GPO applied to the OU to which the Machines are joined.

    Hope this helps.

    Jim

  • Imaging across VLANS.

    Solved
    14
    0 Votes
    14 Posts
    6k Views
    J

    @Sebastian-Roth I changed the FOG server over to 255.255.240.0, the old subnet was from before vlans were implemented it just got passed over 😛

  • Exit Code 1 Error when deploying image

    Solved
    2
    0 Votes
    2 Posts
    1k Views
    george1421G

    Try swapping out the hard drive on a/these target computer with a new one or at least one that is known to be good.

    From a practical point that computer is about 7 years old and its conceivable that the hard drive has issues.

  • FOG 1.4.4 Capone problme

    Solved
    12
    0 Votes
    12 Posts
    4k Views
    Tom ElliottT

    @SquidgyHobo where the wiki shows git checkout dev-branch you would do git checkout working.

    Master branch is current stable version 1.4.4
    Dev-branch is latest trunk, sometimes it’s the same as master but typically containing rc versions.
    Working branch is where I’m almost always “working” on the latest stuff whatever that might entail.

  • Can't access the fog dashboard?

    Solved
    6
    0 Votes
    6 Posts
    3k Views
  • Failed boot.php

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    G

    @george1421 This fixed my problem, thank you!

  • Fog Server down

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    M

    Thank You! You are the best!

  • Postscript Not Running, How to Test?

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    UWPVIOLATORU

    @george1421 I copied what your pasted and changed the permissions. Maybe it was the permissions to fog:root that did it?

  • Snapin Install

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    S

    @msaglioc99 Reading through the PDF I found this link:
    http://support.bluebeam.com/articles/enterprise-installation/

    On the right side another PDF is linked called Enterprise Installation Guide. Check this out. On page number 9 (12 in the PDF) you find information on the MSI command line switches.

  • CSV of hostnames to add to Group?

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    george1421G

    @UWPVIOLATOR You can make the call with curl or powershell. If you go the curl route, there is an executable for windows called curl.exe that will do need or you can call it from a linux command prompt.

    @Wayne-Workman has some very fine examples of curl calls in this thread: https://forums.fogproject.org/topic/9779/can-i-use-some-kind-of-script-to-create-image-and-ghost-my-lab-machines

80

Online

12.7k

Users

17.6k

Topics

156.8k

Posts