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

    Richarizard504

    @Richarizard504

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

    Richarizard504 Unfollow Follow

    Latest posts made by 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