• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Greg Plamondon
    3. Topics
    • Profile
    • Following 1
    • Followers 0
    • Topics 75
    • Posts 403
    • Groups 1

    Topics

    • Greg PlamondonG

      Postdownload scripts variable issues.

      Watching Ignoring Scheduled Pinned Locked Moved Solved FOG Problems
      12
      0 Votes
      12 Posts
      5k Views
      Greg PlamondonG

      @Tom-Elliott
      That was it, Tom. Thank you so much for helping me with this. I was starting to lose some hair!

    • Greg PlamondonG

      fog replication stops

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      1
      0 Votes
      1 Posts
      279 Views
      No one has replied
    • Greg PlamondonG

      Log Viewer Permissions issue.

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      1
      0 Votes
      1 Posts
      307 Views
      No one has replied
    • Greg PlamondonG

      mysql query for user tracking

      Watching Ignoring Scheduled Pinned Locked Moved General Problems
      4
      0 Votes
      4 Posts
      696 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

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      7
      0 Votes
      7 Posts
      974 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

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      3
      0 Votes
      3 Posts
      608 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

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      10
      0 Votes
      10 Posts
      2k 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?

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      6
      0 Votes
      6 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved General
      7
      0 Votes
      7 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved General
      1
      0 Votes
      1 Posts
      214 Views
      No one has replied
    • Greg PlamondonG

      Version 1.6.0-alpha.1081 - Issues

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      6
      0 Votes
      6 Posts
      995 Views
      Tom ElliottT

      @greg-plamondon Should be fixed in latest.

      Thank you,

    • Greg PlamondonG

      Fog clients with issues

      Watching Ignoring Scheduled Pinned Locked Moved General
      2
      0 Votes
      2 Posts
      420 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

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      3
      0 Votes
      3 Posts
      464 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

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      2
      0 Votes
      2 Posts
      290 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

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      10
      0 Votes
      10 Posts
      1k 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

      Fog 1.5.9.62 Location problems.

      Watching Ignoring Scheduled Pinned Locked Moved Solved Bug Reports
      5
      0 Votes
      5 Posts
      767 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

      Watching Ignoring Scheduled Pinned Locked Moved Hardware Compatibility
      8
      0 Votes
      8 Posts
      1k Views
      Tom ElliottT

      @greg-plamondon yes.

    • Greg PlamondonG

      Copy ipxe.efi to uefi partition?

      Watching Ignoring Scheduled Pinned Locked Moved Windows Problems
      13
      0 Votes
      13 Posts
      3k 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

      Watching Ignoring Scheduled Pinned Locked Moved Tutorials
      1
      1 Votes
      1 Posts
      592 Views
      No one has replied
    • Greg PlamondonG

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

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      6
      0 Votes
      6 Posts
      912 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.

    • 1 / 1