• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. MatMurdock
    M
    • Profile
    • Following 0
    • Followers 1
    • Topics 4
    • Posts 20
    • Groups 0

    MatMurdock

    @MatMurdock

    1
    Reputation
    6
    Profile views
    20
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online
    Location Utah

    MatMurdock Unfollow Follow

    Best posts made by MatMurdock

    • RE: Fog Client replaced powershell script with "Please update your FOG Client, this is old and insecure"

      @sideone I would be willing to test it. I will be doing a fresh install of fog at a client this weekend. I’m pretty new to fog. Just set up a 7 node install (not sure if that is what you call it) and things are going well except for this small issue. (At least your name is not Crowdstrike…) ~to soon?

      Is this the correct installation process for it?

      git clone https://github.com/FOGProject/fogproject.git /root/fogproject
      cd /root/fogproject
      git checkout working-1.6
      cd bin
      ./installfog.sh

      Mat

      posted in Windows Problems
      M
      MatMurdock

    Latest posts made by MatMurdock

    • RE: Latest dev version - You're running the latest dev-branch version: 1.5.10.2191 odd ram-0 error [resolved now with 1.5.10.2218]

      I also was getting an error 500 when trying to update the kernel.

      I had to change the following lines in /var/www/fog/lib/fog/fogpage.class.php around line 2746 to the following.

      protected static function secureBootStagingDir()
      {
      // Patch: Define FOG_BASE_DIR if the core failed to load it
      if (!defined(‘FOG_BASE_DIR’)) {
      define(‘FOG_BASE_DIR’, ‘/opt/fog’);
      }

           // GH-850: the base path is installer-driven, so these must be derived
           // from FOG_BASE_DIR rather than written as /opt/fog literals. The
           // installer places both under $fogprogramdir; hardcoding the default
           // meant that on a server installed anywhere else this returned '' and
           // signing silently never happened -- leaving Secure Boot clients with
           // an unsigned kernel and nothing on the server to say why.
           $helper = FOG_BASE_DIR . DS . 'bin' . DS . 'fog-sign-kernel';
           $stagedir = FOG_BASE_DIR . DS . 'secureboot-staging';
           if (!is_executable($helper) || !is_dir($stagedir)) {
               return '';
           }
           return $stagedir;
       }
      

      Mat

      posted in FOG Problems
      M
      MatMurdock
    • RE: Using Snap Ins to run scripts post imaging...?

      @JJ-Fullmer I don’t think it does this, but it would be cool that if a snapin is assigned to an image that that snapin would be assigned to run on any system that used that image.

      Mat

      posted in General Problems
      M
      MatMurdock
    • RE: 1.6.0-alpha.1377 not showing available images on host

      @JJ-Fullmer That path does not exist for me. I have php8.1-fpm.log and it is attached. There doesn’t look like anything of value.php8.1-fpm.log

      I did try ipxe and snponly. I can do a quick inventory just fine.

      I don’t seem to be able to add the experimental versions as I am getting the following error:

      var/www/fog/lib/fog/fogssh.class.php, Line: 102, Message: ssh2_sftp(): Unable to startup SFTP subsystem: Timeout waiting for response from SFTP subsystem, Host: 10.150.0.120, Username: fogproject

      posted in Bug Reports
      M
      MatMurdock
    • 1.6.0-alpha.1377 not showing available images on host

      Version 1.6.0-alpha.1377

      The list of images is not showing for me. You can see what is happening in this video: https://photos.app.goo.gl/sA6JoaDZBpukGBhi7

      I select Deploy Image and put in my UN/PW. The computer then appears to just want to continue to boot from there. These are Dell laptops. I installed the latest 1.5 dev version and everything is working as it should.

      I am running Ubuntu 24.04 LTS.

      Mat

      posted in Bug Reports
      M
      MatMurdock
    • RE: Subnet Groups Plugin does not seem to work

      OK. I wrote a trigger that will pull the IP of the client from the history table and add the host to appropriate group based on the subnetgroup table. To test I exported my history table, truncated it and reimported the records with the trigger in place. Seemed to do the job. Files are attached if anyone wants them.

      Mat

      fog.sql

      posted in FOG Problems
      M
      MatMurdock
    • RE: Subnet Groups Plugin does not seem to work

      @Tom-Elliott Sounds good. I will do an install in my lab this week. BTW, do you know if the last IP of a host is stored in the DB? If so what table. Is there a database schema document available? Do you know the table name that associates the hosts and groups?

      Mat

      posted in FOG Problems
      M
      MatMurdock
    • RE: Group Management Settings not saving

      It does look like things are working. I added a host to a group and then did a simple Basic task in the group and it pushed it out to the host. Now I just need to figure out a way to get hosts assigned to groups based on IP.

      We have like 600 systems to image so trying to automate as much as I can.

      Mat

      posted in FOG Problems
      M
      MatMurdock
    • RE: Subnet Groups Plugin does not seem to work

      @Tom-Elliott. Gotcha… Magic is fun though! So are you thinking that in 1.6 this may work as fog updates the host record based on information submitted from the FOG client?

      Mat

      posted in FOG Problems
      M
      MatMurdock
    • Subnet Groups Plugin does not seem to work

      The Subnet Groups Plugin does not seem to work on 1.5.10.41. See setting below. Not sure what is missing.

      b5d983d3-af99-47bd-a5a5-482d48a7e551-image.png

      Group memberships are still 0. We are actively adding new hosts since this plugin was added.

      Thanks!

      Mat

      Re: subnet groups plugin

      posted in FOG Problems
      M
      MatMurdock
    • RE: Group Management Settings not saving

      This is a new client so new AD. I think if I could get the Subnet Groups plugin to work I can make things work. If there was a way to apply a template to new hosts added to a group that would also do that job. I think the persistent plugin is supposed to do that but I haven’t figured it out yet. I think first I need to figure out why the Subnet Group plugin to work I will be good enough until I have some extra time to refine the process.

      Mat

      posted in FOG Problems
      M
      MatMurdock