• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. 88fingerslukee
    3. Topics
    8
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 39
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by 88fingerslukee

    • 8

      FOG Server cannot connect to storage node

      Linux Problems
      • • • 88fingerslukee
      4
      0
      Votes
      4
      Posts
      619
      Views

      S

      @88fingerslukee said in FOG Server cannot connect to storage node:

      I have put the correct mysql connections into the fogsettings file.

      The fogsettings file is only used by the installer. Did you re-run the FOG installer after adjusting fogsettings? Or you can manually edit /var/www/html/fog/lib/fog/config.class.php for the DB settings.

      The URL called is http://fog.server.ip/fog/status/kernelvers.php - be aware that this URL is called from your FOG master node. So if you can open this URL from your browser it doesn’t necessarily mean that it does work when called from the master node as well.

    • 8

      Solved AutoLogOut on Windows 10 - Service seems to hang

      Bug Reports
      • • • 88fingerslukee
      15
      0
      Votes
      15
      Posts
      3.8k
      Views

      8

      @joe-schmitt said in AutoLogOut on Windows 10 - Service seems to hang:

      @88fingerslukee after double checking, the FOG Client does not force log offs; this means that any other user process can stop the log off. This indicates the problem is likely another program on the computer, that or a GPO policy is blocking it.

      Could you try running:
      shutdown.exe /l manually on a problematic machine and see what happens?

      This command works and logs me out. For some reason it isn’t happening automatically

      However, ultimately I would recommend using GPO to handle inactivity log outs. There are some known restrictions with the log out module (https://github.com/fogproject/fog-client#autologout)

      Can you tell me how I would do inactivity logouts via GPO? The reason I use Fog for this purpose is because there was never any other way to do this.

    • 8

      Unsolved Chainloading Failed on EXIT - Hangs on REFIND_EFI

      FOG Problems
      • • • 88fingerslukee
      21
      0
      Votes
      21
      Posts
      5.4k
      Views

      JJ FullmerJ

      @88fingerslukee In the bios/uefi firmware settings, what is the boot order?

      i.e and or also…

      Is UEFI enabled and Legacy enabled, or just UEFI?
      What pxe boot file are you using? I’ve seen that make a difference. I haves some cheaper HP’s that won’t boot with sanboot to the hard drive if you use ipxe.kkpxe, but they work fine with ipxe.pxe or ipxe.kpxe.

      Also have you played with the refind boot settings? There’s a file on the fog server at
      /var/www/fog/service/ipxe/refind.conf
      there is a line that starts with scanfor I’ve changed mine to only look for internal,external which means it only looks for uefi options and not legacy options. On a few of my devices, if I have it set as uefi only it has a pause on the host every boot if UEFI CSM isn’t set and it searches for the bios options that are enabled in fog by default.

    • 8

      Solved Fog Installation Error - Cannot restart MySQL

      FOG Problems
      • • • 88fingerslukee
      10
      0
      Votes
      10
      Posts
      2.5k
      Views

      Tom ElliottT

      @88fingerslukee Thanks for the remote session. I’d have never found it. This makes sense though. The other threads that had the issue only stated the uncommented it and things worked, I didn’t know this was happening on any re-install.

    • 8

      Solved Fog Trunk Autologging Out Immediately

      FOG Problems
      • • • 88fingerslukee
      6
      0
      Votes
      6
      Posts
      1.3k
      Views

      8

      @Tom-Elliott said in Fog Trunk Autologging Out Immediately:

      I did not update the text because I think it’s simpler to enter values in the form of “720 minutes” vs having users run calculations on their own (no offense anybody).

      That said, I was unaware the logout time was being done in seconds and not performing the calculation as it had under the legacy client. (Oversight I suppose, for that i’m sorry).

      This has been patched and pushed though. Thanks for letting us know.

      I agree wholeheartedly and I can confirm that this is now working as it should on the latest 1.3.0-RC2 version.

      thanks!

    • 8

      Auto Log Out not Logging Out

      FOG Problems
      • • • 88fingerslukee
      2
      0
      Votes
      2
      Posts
      974
      Views

      8

      Nobody has ever seen this before?

      To add to this, if I set a task, it doesn’t restart the computer.

      The Fog Service is running but the client isn’t responding.

      What’s going on here?

    • 8

      TFTP Open Timeout

      FOG Problems
      • • • 88fingerslukee
      6
      0
      Votes
      6
      Posts
      3.8k
      Views

      8

      I’ve solved this. I hadn’t configured dhcpd.conf correctly in my pfSense router.

      Apparently, [CODE]option tftp-server-name “ipaddressofserver”;[/CODE] doesn’t do anything, which I find weird. Only the [CODE]next-server[/CODE] seems to work.

      Thanks for your help everybody.

    • 8

      Windows 7 image deployment, constant rebooting

      Windows Problems
      • • • 88fingerslukee
      4
      0
      Votes
      4
      Posts
      3.5k
      Views

      Jaymes DriverJ

      As far as constant rebooting, I have encountered this, however I never troubleshot the problem, I just reverted to a previous snapshot and attempted to sysprep a little differently.

      I have run into problems with the windows error reporting before the OS boots, but again, I just reverted to a previous snapshot and worked out the kinks.

      [quote]Okay, so I read more and figured out that sysprep does what I need it to do. Questions though:

      1.) What is sysprep actually doing?
      2.) Can I only use it a max of 3 times?[/quote]

      Sysprep releases the OS from the specifics of the hardware and thus allows it to be installed on another machine.
      Sysprep takes care of all the mess of changing/deleting the registry values, and it allows the new hardware to write it’s ID information to the OS and will allow the OS to be activated.

      KMS servers have to have a unique ID for each machine that wants to activate.

      I do my sysprep process in a virtual environment and this will leave it open to any type of hardware, so long as I supply the drivers (i do so in the os and reference to them later with registry values). However you can also install the OS on a hardware to install updates, programs, etc then audit. After you update the Windows installation, at the command line run the Sysprep /audit /generalize /shutdown command to configure Windows to boot the computer to audit mode. You can then capture the Windows image.

      Use the new model-specific reference image to install Windows on a new computer. The Windows image is applied to the computer, and Windows boots to audit mode.

      (Optional) You can install additional applications and other updates. You can also test the computer to verify that all components are working correctly.

      After you update the Windows installation, run the Sysprep /oobe /shutdown command.
      NOTE
      If you install Windows images by using the Sysprep /generalize /oobe command, the user experience will not be ideal. On the next reboot after you run the Sysprep /generalize /oobe command, Windows runs the specialize configuration pass, Plug and Play, and other Setup tasks before Windows starts OOBE. This process can take additional time and can delay a customer’s first logon.

      To answer your second question, YES you can sysprep more than three times.

      One option is to use the Virtual setup I talked about and use snapshots to revert to a time before sysprep has been ran and update/push again.

      OR

      During the set up of your unattend.xml file you can skip re-arming the os and this THEORETICALLY gives the os 999 re-arms, it should be noted that this is heavily frowned upon and I highly recommend the virtual set up. Snapshot can save you a LOAD of time if you don’t have to re-set up the OS and install the damn updates again!

      If you would like, I have a word document I have been using to keep track of my sysprep adventures, it would give you a good base to work from, and it is set up in a walkthrough style.

    • 8

      [SOLVED] PXE-E51 "No DHCP or DHCP Proxy Offers received"

      Hardware Compatibility
      • • • 88fingerslukee
      3
      0
      Votes
      3
      Posts
      17.9k
      Views

      8

      Thanks for the info. That’s useful.

    • 8

      Can't Register any hosts

      Hardware Compatibility
      • • • 88fingerslukee
      7
      0
      Votes
      7
      Posts
      3.4k
      Views

      Jaymes DriverJ

      Way to go! Sorry I couldn’t be of more assistance to you, but I am glad you got it going!

    • 1 / 1