• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. astrugatch
    3. Posts
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 37
    • Posts 218
    • Best 36
    • Controversial 0
    • Groups 0

    Posts made by astrugatch

    • Serverside logs for snapins

      Is there a serverside log to see what snapins have run, when and on which machines?

      I am trying to see if an app was deployed to a particular device. I know it is a working snapin but short of checking the device directly, is there a way to see if it was pushed to that machine server side?

      Thanks

      posted in General
      A
      astrugatch
    • RE: Uninstall Fog Client

      @Tom-Elliott

      Thanks. I’ll give it a shot.

      posted in General
      A
      astrugatch
    • Uninstall Fog Client

      I’ve searched but haven’t found a solution. I’m migrating machines from one Fog Server to another and want to uninstall the client that currently points to the old server so that I can re-install and point to the new server.

      Does anyone have a script to remove the fog client? I already have a working installer script.

      posted in General
      A
      astrugatch
    • RE: Configuring LDAP Authentication

      @anwoke8204

      I think you’re misunderstanding what those fields are asking for. Those fields are asking which OU in which fog should look for the groups and users. Then you specify the groups with access in the admin group field.

      posted in FOG Problems
      A
      astrugatch
    • RE: Configuring LDAP Authentication

      From your screenshot you have some configuration errors.

      Both Search Base DN and Group Base DN should be OU’s not CN’s.
      Also you should likely have Search Scope set to Subtree and Below

      If you want to use LDAPS you will need to have a publicly trusted Cert on your domain controller OR you will need to add the root cert to the cert store on your fog server.

      posted in FOG Problems
      A
      astrugatch
    • RE: Another LDAP topic

      @eazis

      Did you make the changes for your admin group setting to be a group rather than an OU as you have it?

      posted in General
      A
      astrugatch
    • RE: Another LDAP topic

      Can you go to Fog Configuration then to Fog Settings then Plugin: LDAP and screenshot what is there for LDAP ports and User Filter?

      Also For “Admin Group”, that shouldn’t be the name of an OU but rather the name of a security group that your users are a member. That group should be located somewhere within the parameters set by the Group Search DN.

      posted in General
      A
      astrugatch
    • RE: Hostname change / bind "disabled on host"

      Nevermind. For whatever reason my host module settings were all deselected. No idea why. I am using persistent groups and these are set in that group.

      posted in FOG Problems
      A
      astrugatch
    • Hostname change / bind "disabled on host"

      Running 1.5.9 163 on Ubuntu 18.04.x
      Imaging a Dell 5530 with windows 10 LTSC

      Imaged a system with an existing image that has the client pre-installed. Host is registered, and has active directory settings set. System is never rebooting and not binding / renaming. I’ve reimaged it a couple times, and reset encryption. I’ve also disabled and re-enabled active directory settings for the host.

      Fog log on the system shows.
      Middleware: Response Module is disabled on host.

      posted in FOG Problems
      A
      astrugatch
    • RE: Active Directory info gets cleared when joining a host to a group

      @jveronese

      This is the expected behavior. What you want is persistent groups.

      https://forums.fogproject.org/topic/8836/basic-persistent-groups-and-1-3-0rc16

      posted in General Problems
      A
      astrugatch
    • RE: Problem connection LDAP

      Can you take a screenshot of your ldap configuration pane?

      posted in General
      A
      astrugatch
    • RE: Installation Failure on Ubuntu

      @jack_chapman

      As a personal rule (not from the FOG team). I would recommend sticking with LTS OSes when setting up servers unless you want to regularly be upgrading or migrating. Ubuntu Interim standard support from Canonical is SHORT (9 months).

      See 21.10 vs 18.04:
      https://ubuntu.com/about/release-cycle

      posted in Linux Problems
      A
      astrugatch
    • RE: Fedora 35 & FOG

      @wayne-workman said in Fedora 35 & FOG:

      Knowing our limited developer resources, and to keep cost low, I suggest we cease testing Fedora as well as cease supporting Fedora - in the sense of fixing installation code to make new versions work.

      Considering fedora is generally the bleeding edge version or REHL I would classify it under NOT LTS and pull it from the supported OS list.

      posted in General
      A
      astrugatch
    • RE: FOG External Reporting

      @wayne-workman

      That number makes sense given the number of commits since the GA release and how many are bug fixes.

      posted in General
      A
      astrugatch
    • RE: OS Support - the numbers are in

      One option for limiting support to reduce workload would be to limit to LTS branches only. So only 18.04 and 20.04 for Ubuntu and skipping the intermediary releases and dropping those that go out of support by their vendor (eg ubuntu 14.04, 16.04).

      posted in General
      A
      astrugatch
    • RE: After update to latest dev version Apache doesn't respond to hostname

      Finally got a chance to run the upgrade again and figured out my issue.

      For some reason safari wasn’t happy with the upgrade. I can open fog fine from a private window or if I cleared history. It doesn’t open in Chrome, which was my other test because chrome doesn’t trust the ssl cert and no longer gives an option to bypass by default.

      posted in FOG Problems
      A
      astrugatch
    • RE: Deleted Host attempting to reenroll duplicate MAC

      When I run :

      SELECT * FROM hostMAC WHERE hmMAC LIKE '%aa:bb:cc:dd:ee:ff%';
      SELECT * FROM hosts WHERE hostID IN (SELECT hmHostID FROM hostMAC WHERE hmMAC LIKE '%aa:bb:cc:dd:ee:ff%');
      

      I get output pertaining to the host that I had deleted via the GUI. Is there a way to delete those records from the DB using the MAC?

      posted in FOG Problems
      A
      astrugatch
    • Deleted Host attempting to reenroll duplicate MAC

      I have a couple hosts that I deleted via the fog GUI (1.5.9.98) and when I go to reenroll them they are complaining that the MAC is already in use. Any way to completely purge these?

      posted in FOG Problems
      A
      astrugatch
    • RE: After update to latest dev version Apache doesn't respond to hostname

      @sebastian-roth

      Going from 1.5.9.98 to 1.5.9.111.

      The fog server gets weekly updates via Landscape so unless entirely new packages get installed somewhere between those two version I doubt that is it. I’m going to snapshot, pull the config from .98 and run the upgrade and compare the two configs to see if anything stands out

      I also upgraded rather recently from 1.5.8 to 1.5.9.98 without issue.

      posted in FOG Problems
      A
      astrugatch
    • RE: After update to latest dev version Apache doesn't respond to hostname

      @george1421

      But if I roll back to the snapshot I take before the update it responds to the dns name. nslookup resolves fog.domain.org to 10.10.70.4 as it should. The record is a static A record in our local DNS server (active directory domain).

      posted in FOG Problems
      A
      astrugatch
    • 1
    • 2
    • 3
    • 4
    • 5
    • 10
    • 11
    • 1 / 11