• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. christop
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 7
    • Posts 23
    • Groups 0

    christop

    @christop

    1
    Reputation
    1
    Profile views
    23
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    christop Unfollow Follow

    Best posts made by christop

    • RE: Plugin Hooks Not Running at Sub-Site

      @george1421 noted. When I was initially testing, I did not know this and it took some digging in the forums to find this tidbit of knowledge. Given that having separate storage groups stops replication between the nodes in my mind it makes most sense to have a more distributed setup of normal servers at each site to handle all of my requirements. Thanks for the input!

      posted in FOG Problems
      C
      christop

    Latest posts made by christop

    • RE: Plugin Hooks Not Running at Sub-Site

      @george1421 noted. When I was initially testing, I did not know this and it took some digging in the forums to find this tidbit of knowledge. Given that having separate storage groups stops replication between the nodes in my mind it makes most sense to have a more distributed setup of normal servers at each site to handle all of my requirements. Thanks for the input!

      posted in FOG Problems
      C
      christop
    • RE: Plugin Hooks Not Running at Sub-Site

      @george1421 thanks for the detailed response! We are frequently re-imaging lab rooms. The subnet group plugin is vital as when a device moves rooms to a separate subnet, when it ‘checks-in’ to FOG after it is powered on and PXE boots in the new location it will be re-assigned to the proper group associated with the IP range. That subnet group will be used to group all the lab computers in the desired room and thus used to multicast the room.

      The issue lies when I have a storage node setup at a new location and acting as the PXE/TFTP server, the client will not ‘check-in’ with the main FOG server and run the plugin hooks until it finishes imaging and the client takes care of it which does not work in my desired process.

      At this point I am leaning towards a standalone server for each site just to support the functionality required.

      posted in FOG Problems
      C
      christop
    • RE: Plugin Hooks Not Running at Sub-Site

      To follow up on this I am looking for any community input on the following:

      If anyone has a multi-site setup where they are reliant on the Subnet Group plugin did you:

      1. Edit the init.xz file to check in with the master server, if so, I’m curious how
      2. Setup each site node as a normal server with your full configuration
      3. Another option that I have not thought of

      Anyone’s input would be greatly appreciated.

      posted in FOG Problems
      C
      christop
    • Plugin Hooks Not Running at Sub-Site

      Hello everyone,

      I have an interesting issue I am facing. I am testing having a storage node at another physical site. The connection seems fine as it can reach the FOG server but one thing I am facing is I am heavily reliant on the Subnet Groups plugin, specifically for identifying what IP a client is upon booting into FOG and assigning to the associated group.

      What I am finding is that when a client boots at the sub-site it will get the boot files from the storage node and get into the ‘DEVICE IS REGISTERED’ screen but the plugin hook never fires thus thwarting my desired process.

      My desired process is when computers are setup in a lab: Booted > Check-in with FOG > Subnet Group assigns computers to proper group > boot loop until all devices are in group > assign an image and task > machines are images. I have this working at the main site.

      Is my best option to have a separate full FOG setup at each site?

      Appreciate anyone’s input!

      FOG version: 1.5.10.1733
      Server OS: Ubuntu 24.04

      posted in FOG Problems
      C
      christop
    • RE: FOG IN FORTIGATE BOOT LEGACY AND UEFI

      @lmoysidis I’m not using fortigate but check out the following article: https://docs.fogproject.org/en/latest/installation/network-setup/proxy-dhcp/?h=
      I needed to dynamically assign a boot file based on vendor class and dnsmasq did the trick!

      posted in FOG Problems
      C
      christop
    • RE: Log Viewer | No Results Found

      I reverted back to a snapshot I had on the same version and it’s working as expected. Unsure how things got corrupted but I would say it’s safe to assume this is working unless others report the same issue.

      posted in FOG Problems
      C
      christop
    • Log Viewer | No Results Found

      LOG Viewer is empty in the GUI. I can however access the logs via the server.

      FOG Version: 1.5.10.1733

      In the web developer console, I see the following:

      fog.about.logviewer.js?ver=141:42  Uncaught TypeError: Cannot read properties of null (reading 'split')
          at LogGetData (fog.about.logviewer.js?ver=141:42:25)
          at fog.about.logviewer.js?ver=141:11:5
          at fog.about.logviewer.js?ver=141:32:3
      

      Seems similar to a previous issue.

      posted in FOG Problems
      C
      christop
    • RE: Multicast De-Sync When Resizing Disks

      @Tom-Elliott latest pull resolved the issue. Appreciate your help on this!

      posted in FOG Problems
      C
      christop
    • RE: Multicast De-Sync When Resizing Disks

      @Tom-Elliott apologies for the delay but I now had time to test and found the following:
      I am using Ubuntu 24.04
      I updated FOG to version: 1.5.10.1732

      I then tested a multicast and confirmed that partclone is still stuck at the first screen.

      When I run:

      sudo systemctl -l status FOGMulticastManager.service
      

      I see the following:

      Nov 03 13:22:12 fog-syd001 systemd[1]: FOGMulticastManager.service: Scheduled restart job, restart counter is at 1.
      Nov 03 13:22:12 fog-syd001 systemd[1]: Started FOGMulticastManager.service - FOGMulticastManager.
      Nov 03 13:22:13 fog-syd001 env[24152]: PHP Fatal error:  Uncaught Error: Call to undefined function int() in /var/www/fog/lib/service/multicasttask.class.php:460
      Nov 03 13:22:13 fog-syd001 env[24152]: Stack trace:
      Nov 03 13:22:13 fog-syd001 env[24152]: #0 /var/www/fog/lib/service/multicasttask.class.php(689): MulticastTask->getCMD()
      Nov 03 13:22:13 fog-syd001 env[24152]: #1 /var/www/fog/lib/service/multicastmanager.class.php(322): MulticastTask->startTask()
      Nov 03 13:22:13 fog-syd001 env[24152]: #2 /var/www/fog/lib/service/multicastmanager.class.php(639): MulticastManager->_serviceLoop()
      Nov 03 13:22:13 fog-syd001 env[24152]: #3 /opt/fog/service/FOGMulticastManager/FOGMulticastManager(37): MulticastManager->serviceRun()
      Nov 03 13:22:13 fog-syd001 env[24152]: #4 {main}
      Nov 03 13:22:13 fog-syd001 env[24152]:   thrown in /var/www/fog/lib/service/multicasttask.class.php on line 460
      
      posted in FOG Problems
      C
      christop
    • RE: Multicast De-Sync When Resizing Disks

      Just to provide more details. It seems that the multicast service is not functioning post update.

      Here is a sample of the log file:

      [10-23-25 10:34:19 am] * Starting MulticastManager Service
      [10-23-25 10:34:19 am] * Checking for new items every 10 seconds
      [10-23-25 10:34:19 am] * Starting service loop
      

      The service is starting but seems to be stuck starting the service loop and never proceeds. I restarted the service, but the issue persists.

      posted in FOG Problems
      C
      christop