• Fog Client fully functional even if Systray icon removed (hidden)?

    Solved
    2
    0 Votes
    2 Posts
    667 Views
    Tom ElliottT

    It will not. It’s just an icon with “hover” for now.

  • Early HostnameChanger

    16
    0 Votes
    16 Posts
    7k Views
    adukes40A

    OK, so I ended up bypassing the HNC and EHNC all together. Being we need a reboot to occur before joining the domain, I created a powershell script to run on that first auto logon to take care of the name change. So the unattend names it with the * variable, then PS runs and pulls the current computer name, the asset from the bios, and serial from the bios and mashes them together and is working perfectly. Here is the script if it helps someone else gets started with their PS script:

    #Rename the Workstation
    $CurrerntComputerName = (Get-WmiObject -Class Win32_ComputerSystem -Property Name).Name
    $SerialNumber = (Get-WmiObject -Class Win32_BIOS | Select-Object SerialNumber).SerialNumber
    $AssetTag = (Get-WmiObject -Class Win32_SystemEnclosure | Select-Object SMBiosAssetTag).SMBiosAssetTag

    $OSDComputerName = “$($AssetTag)-$($SerialNumber)”

    Rename-Computer -ComputerName $CurrerntComputerName -NewName $OSDComputerName

  • Fog wikipedia article

    5
    0 Votes
    5 Posts
    2k Views
    Tom ElliottT

    @Wayne-Workman I think a moderator could do it. 😄

  • UEFI Boot v. Legacy

    3
    0 Votes
    3 Posts
    1k Views
    Wayne WorkmanW

    Version of FOG, boot file being used, OS being captured, model of problematic host, Kernel version being used with fog, HDD type, and any other details would greatly help us help you.

  • 0 Votes
    5 Posts
    2k Views
    x23piracyX

    @Tom-Elliott yes problem solved after deleting all caches.

    Regards X23

  • Win 7 Ultimate licensiing

    8
    0 Votes
    8 Posts
    3k Views
    george1421G

    @Wayne-Workman As the old newsman’s adage goes: ‘I don’t make the news. I just report it.’ If you accept the the MS EULA when Windows is installed, you are bound by all of the nonsense that follows.

  • Drivers script

    24
    0 Votes
    24 Posts
    11k Views
    george1421G

    since the /tmp/mydrivers link is created make sure you can list the contents of ls /ntfs/Drivers If both checkout then just issue the copy command manually cp -R /tmp/mydrivers/* /ntfs/Drivers That should copy the files to the windows 😄 drive.

  • Will FOG replicate images across subnets?

    10
    0 Votes
    10 Posts
    4k Views
    Tom ElliottT

    @cojohnson What do you mean?

    Logs would be VERY useful.

  • How to submit code for consideration for a FOG feature improvement

    2
    0 Votes
    2 Posts
    843 Views
    Wayne WorkmanW

    a pull request via git.

    So, make a github account, fork the fog project, download your fork to your local work space, Make your changes. Commit your changes, push your changes. Then do a pull request with the main repo. The devs will look it over and either merge or not, often with comments when they don’t.

  • Snapins again

    14
    0 Votes
    14 Posts
    6k Views
    Wayne WorkmanW

    @fry_p They do run as the SYSTEM user. One thing to do is redirect output to a log file for every line. Then you will be able to see where it fails.

  • Google Hangouts Q&A

    27
    0 Votes
    27 Posts
    15k Views
    adukes40A

    @Wayne-Workman you can put me down again. As of right now I am free, but only time will tell.

  • Unable to update svn

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    robzaR

    @Tom-Elliott thanks for suggestions.
    Yesterday I mess up with $LANG variable. Back to en_US.UTF-8 resolve issue.
    Thanks again.

  • 0 Votes
    4 Posts
    2k Views
    C

    Thanks this worked.

  • Snap-in MSI with multiple files

    12
    0 Votes
    12 Posts
    5k Views
    Wayne WorkmanW

    Personally, I install smart notebook on every image. Then I leave a copy of the installer on the C:\ drive for actual smartboards. We just run the installer and choose “Smartboard Drivers” so it works with the smartboard.

  • Client reboot screen

    13
    0 Votes
    13 Posts
    5k Views
    Wayne WorkmanW

    @george1421 said in Client reboot screen:

    I could see value in an option for a snapin to install now vs a delayed install/reboot.

    If the snapin is script-based, one could easily include a sleep command in the script.

  • Where are you located ? Please Reply..

    135
    0 Votes
    135 Posts
    167k Views
    Wayne WorkmanW

    @Shenanigan88 said in Where are you located ? Please Reply..:

    Wayne, Oklahoma, USA

    Woot woot!

  • EXE snapins?

    4
    0 Votes
    4 Posts
    3k Views
    Shenanigan88S

    @Jbob Thank you! I’ve been building some EXEs with SFX maker, and this will simplify things greatly for me. Just gotta upload my office 2016 pro exe I complied and test it.

  • What happens with the traffic?

    5
    0 Votes
    5 Posts
    2k Views
    Wayne WorkmanW

    @Sebastian-Roth Added: https://wiki.fogproject.org/wiki/index.php?title=Location_Plugin

    Also, @Sebastian-Roth when things are hash tagged wiki, after I add them I edit the hash tag and remove the hash symbol. Just an FYI so you can do the same if you wanted.

  • How work the fog storage (nodes, groups, replication ...)

    17
    0 Votes
    17 Posts
    11k Views
  • FOG 1.2.0 RADIUS

    4
    0 Votes
    4 Posts
    1k Views
    george1421G

    @maafty Thank you for the feedback info.

86

Online

12.6k

Users

17.5k

Topics

156.4k

Posts