• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Greg Plamondon
    3. Topics
    • Profile
    • Following 1
    • Followers 0
    • Topics 74
    • Posts 393
    • Best 14
    • Controversial 0
    • Groups 1

    Topics created by Greg Plamondon

    • Greg PlamondonG

      fog replication stops

      FOG Problems
      • • • Greg Plamondon
      1
      0
      Votes
      1
      Posts
      169
      Views

      No one has replied

    • Greg PlamondonG

      Log Viewer Permissions issue.

      FOG Problems
      • • • Greg Plamondon
      1
      0
      Votes
      1
      Posts
      220
      Views

      No one has replied

    • Greg PlamondonG

      mysql query for user tracking

      General Problems
      • • • Greg Plamondon
      4
      0
      Votes
      4
      Posts
      423
      Views

      S

      @Greg-Plamondon Try these queries:

      Get a list of (unique) host IDs where username logged in to:

      SELECT DISTINCT utHostID FROM userTracking WHERE utUserName LIKE '%username%';

      Now combine this query to get the list of hostnames as well:

      SELECT hostID,hostName FROM hosts WHERE hostID IN (SELECT DISTINCT utHostID FROM userTracking WHERE utUserName LIKE '%username%');

      Be aware that the first query might return more results than the later one because older user tracking entries will still exist even if you delete a host from your database. In that case the later query won’t return this host.

    • Greg PlamondonG

      Ubuntu 18.04 LTS - Install Fails

      FOG Problems
      • • • Greg Plamondon
      7
      0
      Votes
      7
      Posts
      572
      Views

      george1421G

      @greg-plamondon What is your end goal for this fog server?

      How many computers will have the fog client installed on them that will hit this FOG-Pi server?

    • Greg PlamondonG

      Fog Client not auto registering hosts

      FOG Problems
      • • • Greg Plamondon
      3
      0
      Votes
      3
      Posts
      472
      Views

      S

      @Greg-Plamondon Sorry for the really long delay. Hope you got this solved!

      Just for the record, fog-client auto registration currently works (FOG 1.5.9.200 - fog-client 0.12.2) and I don’t think it was broken in the versions you have.

    • Greg PlamondonG

      Fog Version 1.5.9.63 bios settings get reverted

      FOG Problems
      • • • Greg Plamondon
      10
      0
      Votes
      10
      Posts
      957
      Views

      S

      @greg-plamondon Rejoice too early! Tried to replicate the issue with SubnetGroup plugin installed at first because from the code it looked like this could be it. But exit type settings stayed. Also made the iPXE hidden but same result. Then installed HostStatus plugin but again exit type settings don’t get reset.

      I am wondering if it’s possible this was due to an issue in the database that was cleaned out by removing those plugins?!

      I see you have used the FOG 1.6.0-alpha version as well. Is this on a different server or do you switch between 1.5.x and 1.6.x on the same server?

    • Greg PlamondonG

      network issues with TFTP?

      FOG Problems
      • • • Greg Plamondon
      6
      0
      Votes
      6
      Posts
      1.4k
      Views

      S

      @Greg-Plamondon Oh yeah, good point! Block size can be an issue when you connect across routers with different MTU configured.

    • Greg PlamondonG

      Boot Porteus Kiosk iso from fog pxe menu

      General
      • • • Greg Plamondon
      7
      0
      Votes
      7
      Posts
      1.7k
      Views

      george1421G

      @gandzioreek said in Boot Porteus Kiosk iso from fog pxe menu:

      I tried, didn’t worked

      What didn’t work? What did you see?

      While this thread is 2 years old, I just looked at the Porteus Kiosk iso image again, and it looks pretty much the same, so the menu settings I recommended previously should still work.

      If it wasn’t for the details most things would work right out of the box.

    • Greg PlamondonG

      Wiki Access

      General
      • • • Greg Plamondon
      1
      0
      Votes
      1
      Posts
      123
      Views

      No one has replied

    • Greg PlamondonG

      Solved Version 1.6.0-alpha.1081 - Issues

      Bug Reports
      • • • Greg Plamondon
      6
      0
      Votes
      6
      Posts
      684
      Views

      Tom ElliottT

      @greg-plamondon Should be fixed in latest.

      Thank you,

    • Greg PlamondonG

      Fog clients with issues

      General
      • • • Greg Plamondon
      2
      0
      Votes
      2
      Posts
      305
      Views

      S

      @Greg-Plamondon Interesting point you have there. You might take a look at the hostSecTime column in hosts table in the database. I am not sure how often this is being updated but it should let you find hosts that have not checked in in a long time.

    • Greg PlamondonG

      Fog Reports

      FOG Problems
      • • • Greg Plamondon
      3
      0
      Votes
      3
      Posts
      318
      Views

      Greg PlamondonG

      @sebastian-roth yes I believe that was the case. I don’t remember the record count as I already purged data older than 30 days. I set up a SQL event that runs daily.

      DELETE from userTracking WHERE utDate < now() - interval 30 DAY;

      I can now run the reports

    • Greg PlamondonG

      Attempting to check in............................Failed

      FOG Problems
      • • • Greg Plamondon
      2
      0
      Votes
      2
      Posts
      200
      Views

      Greg PlamondonG

      I figured it out… I must have screwed up some permissions on the web_root so I removed /var/www/html/fog/ and re-installed fog and all is well…

      Thanks!

    • Greg PlamondonG

      Fog Version 1.5.9.62 hostSecToken problem

      FOG Problems
      • • • Greg Plamondon
      10
      0
      Votes
      10
      Posts
      813
      Views

      Greg PlamondonG

      @sebastian-roth Thanks for that, The PC in question was in the pending hosts.
      After approving it joined the domain as expected.

    • Greg PlamondonG

      Solved Fog 1.5.9.62 Location problems.

      Bug Reports
      • • • Greg Plamondon
      5
      0
      Votes
      5
      Posts
      538
      Views

      Greg PlamondonG

      @sebastian-roth said in Fog 1.5.9.62 Location problems.:

      @Greg-Plamondon Just pushed the fixed 1.5.9.63.

      Awsome!
      Appreciate your work!

    • Greg PlamondonG

      Dell XPS 17

      Hardware Compatibility
      • • • Greg Plamondon
      8
      0
      Votes
      8
      Posts
      816
      Views

      Tom ElliottT

      @greg-plamondon yes.

    • Greg PlamondonG

      Copy ipxe.efi to uefi partition?

      Windows Problems
      • • • Greg Plamondon
      13
      0
      Votes
      13
      Posts
      2.5k
      Views

      JJ FullmerJ

      @greg-plamondon That is one of the reasons I set this up, we have some wifi only devices, setting them to default boot to lan just doesn’t work. Also users get confused and or complain about the time it takes for the lan boot. So I set up a custom boot manager and got the best of all worlds.

      I did recently accidentally (so sadly not sure how to recreate it) find that the windows boot manager does still have a gui mode. So you could theoretically create this functionality without the use of third party tools. I discovered it when I imaged a computer that had 2 drives. I imaged the nvme in a desktop that had a old spinning drive that still had a windows install on it and windows saw the old spinning drive’s install first and kept booting to that. At some point I had a windows boot menu that showed both windows options. So there is still a way to add custom boot entries to the windows boot manager. Probably a mix of enabling the timeout in bcd bootmgr settings and then adding a custom boot option. So you could theoretically make it so you see an option for straight windows boot and straight fog ipxe.efi file boot. Personally I like using grub, but just wanted to let people know it’s an option someone could try to figure out.

    • Greg PlamondonG

      Conspy Install Script

      Tutorials
      • • • Greg Plamondon
      1
      1
      Votes
      1
      Posts
      437
      Views

      No one has replied

    • Greg PlamondonG

      REQUEST: UltraVNC connect to client pc via fog interface...

      Feature Request
      • • • Greg Plamondon
      6
      0
      Votes
      6
      Posts
      641
      Views

      george1421G

      @Greg-Plamondon said in REQUEST: UltraVNC connect to client pc via fog interface...:

      No, I just get a white page. I think that’s trying to use Java.

      I realize that this will sound harsh, but if this bit doesn’t work, what the FOG Wizards can do will not matter. Look at your settings you may need to enable the web interface. We use TightVNC in my organization and when I access that page I just got a white page with a link to the tightvnc website. We use the vnc viewer so I don’t know if the web ui was ever configured.

    • Greg PlamondonG

      Solved Fog V1.5.9.29 Active Directory Defaults for OU not populating Database

      Bug Reports
      • • • Greg Plamondon
      9
      0
      Votes
      9
      Posts
      1.0k
      Views

      Greg PlamondonG

      @Tom-Elliott said in Fog V1.5.9.29 Active Directory Defaults for OU not populating Database:

      Found and fixed in 1.5.9.34

      Thank you,

      Thanks!

    • 1 / 1