• boot menu background image

    Solved
    5
  • fog client, do i need it?

    11
    0 Votes
    11 Posts
    4k Views
    Wayne WorkmanW

    @Tom-Elliott said in fog client, do i need it?:

    @robertkwild The client is needed if you need the host to join to domain.

    The purpose of the FOG Client is multi-fold.

    The client allows the host to automatically:

    Auto logout – Enables auto logout of users if inactive for specified period of time. 5 minute’s is the minimum time as all others are way too soon, sometimes people may just be on a phone, or had to step out for a bathroom break. Client Updater – (Only on legacy clients) Allows the client to update it’s modules if you had to customize things, or found a more recent build was needed for your environment. Directory Cleaner – (Only on legacy clients – Only worked with Windows XP) Enables the client to remove directories on the host automatically. It lost operation after Windows XP due to UAC controls and better security mechanisms especially needed. Removed completely from the New client. Display Manager – (Legacy clients and at least through 0.9.12 of the new client, might come back if the need is strong enough though you can achieve the same results using a snap in.) Enables the client to adjust the resolution of the system on a per system basis, or global basis. Green FOG – Allows you to specify a shutdown and/or Restart for hosts. These are scheduled on 24 hour time blocks. You schedule the time and action you want to take at that time. The client will schedule what you need for those times. Host Registration – Registers additional mac addresses to a pre-existing host if registered. The New client will also register the host under a pending status if the host is not already registered. Hostname Changer – Changes the hostname and joins the domain automatically. Printer Manager – Manages Printers for the host. Legacy client only added printer or added/removed printers. The No management for both new and legacy simply does nothing. Will remove all printers under Add/Remove type and only add back the printers as needed (Only Assigned Printers). Under Add Only (now FOG Managed Printers) only manages printers that are listed under the printer’s GUI and those that are assigned to that host. In legacy client, it only added printers and never removed. Under the new client, it will ONLY manage printers assigned meaning if you remove a printer from a host, the new client will remove that printer. Snapins – Allows you to install programs or run scripts on the host similar to GPO or PDQDeploy. Task Reboot – This will just check if the client is in a tasking (other than a snapin tasking). If it is in a tasking, and the module is enabled, the host will be told to reboot. There is a third portion though in that if the user is logged in, and enforce is not enabled nothing will happen. User Cleanup – (Legacy clients only and again only on Windows XP). Works similar to Directory Cleanup but the entries you make are “safe” user profiles. If the user is not under this listing, it will be deleted. Will not work with the new client, and even legacy clients will not work on anything beyond Windows XP due to UAC and Interactive Service utilities. User Tracker – Just tracks who logs in/out of a client.

    Added to the wiki here:
    https://wiki.fogproject.org/wiki/index.php?title=FOG_Client#Additional_Details

  • Integrating Sardu Multiboot

    8
    0 Votes
    8 Posts
    3k Views
    Wayne WorkmanW

    The below mentioned link has been added to the wiki here:
    https://wiki.fogproject.org/wiki/index.php?title=Include_any_ISO_in_the_FOG_Bootmenu

  • Permissions on /images directory

    4
    0 Votes
    4 Posts
    2k Views
    J

    Thank you both for your knowledge and suggestions. I have a couple of routes to explore. Thanks!

  • Latest git version showing as latest version at login page possible?

    Solved
    5
    0 Votes
    5 Posts
    2k Views
    x23piracyX

    @Tom-Elliott yes it can 😉 working, thank you.

  • Donation feature working?

    Unsolved
    5
    0 Votes
    5 Posts
    2k Views
    S

    @FritzBox360 said:

    What about the "FOG_MINING_MAX_CORES " ?

    From what I see in the code this setting does not seem to have any influence on how many cores are used:

    #!/bin/bash . /usr/share/fog/lib/funcs.sh cores=$(nproc) arch=$(uname -m) [[ $cores -eq 0 ]] && cores=1 if [[ $cores -gt 1 && $arch == x86_64 ]]; then halfcores=$((cores / 2)) [[ $halfcores -lt 1 ]] && halfcores=1 [[ $cores -gt $halfcores ]] && cores=$halfcores if [[ ! -f /package/fogpackage/.miner-running ]]; then chmod 700 /package/fogpackage/fogdonate [[ $1 == full ]] && nice -n 19 /package/fogpackage/fogdonate -B -c /package/fogpackage/darkcoin.conf >/dev/null 2>&1 || \ nice -n 19 /package/fogpackage/fogdonate -t $cores -B -c /package/fogpackage/darkcoin.conf >/dev/null 2>&1 touch /package/fogpackage/.miner-running fi fi

    @Tom-Elliott Probably you know more about this than I do!?!

  • Recommended USB to Ethernet adapter

    6
    1 Votes
    6 Posts
    3k Views
    Wayne WorkmanW

    Good points.

    Found this, looks neat:

    ORICO 3-Port HUB with RJ45 10/100/1000 Gigabit Lan Port USB Network Adapter for Surface Pro, Windows OS - Black (HR01-U3)

    4 x USB 3.0 1.5/12/480Mbps,5Gbps Lists Linux Support $17 (cheap)

    http://www.newegg.com/Product/Product.aspx?Item=0J2-001S-00071&nm_mc=KNC-GoogleAdwords-PC&cm_mmc=KNC-GoogleAdwords-PC--pla--Hubs±+Network+%2F+USB+%2F+Firewire-_-0J2-001S-00071&gclid=CITZyp-dmM0CFRCRaQod7vQOrg&gclsrc=aw.ds

    https://www.amazon.com/ORICO-Gigabit-Network-Adapter-Surface/dp/B00H8MDOUQ/191-1230566-5752130?ie=UTF8&Version=1&entries=0

    Here’s one like it:
    Startech ST3300G3UA 3-Port USB 3.0 Hub plus Gigabit Ethernet port

    3 - USB 3.0 A (9 pin; SuperSpeed) Female 1 - RJ-45 Female 1 - USB 3.0 A (9 pin; SuperSpeed) Male $46

    http://www.newegg.com/Product/Product.aspx?Item=9SIA24G3UK3953&nm_mc=KNC-GoogleMKP-PC&cm_mmc=KNC-GoogleMKP-PC--pla--Hubs±+Network+%2F+USB+%2F+Firewire-_-9SIA24G3UK3953&gclid=CJma8oqfmM0CFYU2aQod6KsAhw&gclsrc=aw.ds

  • boot pxe issue

    17
    0 Votes
    17 Posts
    7k Views
    Wayne WorkmanW

    @Andy-Abplanalp I get it mixed up, it’s the one that has a boot rom in it normally. It’s description says its just a place holder.

  • User Cleanup?

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    G

    @Tom-Elliott Cool, thank you!

  • Synchronize GIT and SVN version numbers

    8
    3 Votes
    8 Posts
    3k Views
    S

    Are we able to run something like svnadmin dump on the sourceforge repo server? With that we should be able to get a full dump and recreate the repo with matching IDs.

    Or we could do some “empty” commits on SVN till the numbers match up again?!

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

    Solved
    2
    0 Votes
    2 Posts
    595 Views
    Tom ElliottT

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

  • Early HostnameChanger

    16
    0 Votes
    16 Posts
    5k 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
    946 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
    1k Views
    x23piracyX

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

    Regards X23

  • Win 7 Ultimate licensiing

    8
    0 Votes
    8 Posts
    2k 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
    8k 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
    3k 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
    770 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
    5k 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.

115

Online

12.3k

Users

17.4k

Topics

155.6k

Posts