• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Richarizard504
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Groups 0

    Richarizard504

    @Richarizard504

    0
    Reputation
    2
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    Richarizard504 Unfollow Follow

    Latest posts made by Richarizard504

    • Group Export

      When we are enrolling new devices into our environment our process is usuallty to roll through Quick Inventory and have them add themselves to a group where we can change the setting all at once. We then export the group, so that we can put the information from the export into another sheet for inventory purposes.

      This has been working fine in the past, But we recently had to upgrade Fog to support network booting with newer docking station that we aquired.

      I tried the most recent stable version, but ran into issues with the loading bar for both the GUI in FOG and the machine on-screen.

      Seems like it was being stuck at 1% on some clients, but then eventually was able to complete.

      I figured this was a bug so I upgraded to the most recent Beta version 1.5.10.1694, and now the loading bar issues seems to be gone, but we cannot export groups to excel or pdf files.

      Any help would be appreciated.

      Running on RockyLinux, and just upgraded Rocky fully before I put this post out there.

      Thanks All!

      posted in FOG Problems
      R
      Richarizard504
    • RE: Fog Snap-In Permissions Issue?

      @Sebastian-Roth I do not have more than 1 fog server. There is only one, and yes that file does exits.

      Looks like this

      <?php
      /**

      • Snapin client file download
      • PHP version 5
      • @category Snapin_File
      • @package FOGProject
      • @author Tom Elliott tommygunsster@gmail.com
      • @license http://opensource.org/licenses/gpl-3.0 GPLv3
      • @link https://fogproject.org
        /
        /
        *
      • Snapin client file download
      • @category Snapin_File
      • @package FOGProject
      • @author Tom Elliott tommygunsster@gmail.com
      • @license http://opensource.org/licenses/gpl-3.0 GPLv3
      • @link https://fogproject.org
        */
        require ‘…/commons/base.inc.php’;
        new SnapinClient(
        true,
        false,
        false,
        false,
        isset($_REQUEST[‘newService’])
        );
        ~
        ~
      posted in FOG Problems
      R
      Richarizard504
    • RE: Fog Snap-In Permissions Issue?

      @Tom-Elliott Okay, that is what I thought, but I looked on the server itself in the /opt/snapins folder and the snap-in is in the folder like it should be. Which is why I was thinking a permissions issue.

      I am not sure what else it could be. I think I am just going to rebuild the server and migrate our data over to the new server. Our old server was running on CentOS anyways. I tried as much troubleshooting as I could.

      posted in FOG Problems
      R
      Richarizard504
    • RE: Fog Snap-In Permissions Issue?

      @Richarizard504

      6/1/2023 11:05:15 AM Middleware::Communication ERROR: Could not download file

      6/1/2023 11:05:15 AM Middleware::Communication ERROR: The remote server returned an error: (404) Not Found.

      posted in FOG Problems
      R
      Richarizard504
    • Fog Snap-In Permissions Issue?

      Running into some issues with Fog Snap-Ins. Wondering if anyone can help

      Through troubleshooting, it seems like Fog can run the snap-in on the client machine, but the snap-in cannot access the powershell script that needs to be run. Seems like a permissions issue, but would like some help.

      Thanks All,

      posted in FOG Problems
      R
      Richarizard504