I switched back to the dev-branch because fearing there may be a schema mismatch, but i still have the same issues with all the services being globally disabled.
Fogsnapinrep.log
[02-25-26 2:44:26 pm] Interface Ready with IP Address: x.x.x.x
[02-25-26 2:44:26 pm] Interface Ready with IP Address: 10fogserver
[02-25-26 2:44:26 pm] Interface Ready with IP Address: 127.0.0.1
[02-25-26 2:44:26 pm] Interface Ready with IP Address: 127.0.1.1
[02-25-26 2:44:26 pm] * Starting SnapinReplicator Service
[02-25-26 2:44:26 pm] * Checking for new items every 600 seconds
[02-25-26 2:44:26 pm] * Starting service loop
[02-25-26 2:44:26 pm] * * Snapin replication is globally disabled
[02-25-26 2:44:26 pm] | Sleep time has changed to seconds
[02-25-26 2:44:26 pm] * * Snapin replication is globally disabled
[02-25-26 2:44:26 pm] * * Snapin replication is globally disabled
[02-25-26 2:44:26 pm] | Sleep time has changed to seconds
[02-25-26 2:54:26 pm] * * Snapin replication is globally disabled
[02-25-26 2:54:26 pm] | Sleep time has changed to seconds
[02-25-26 3:04:26 pm] * * Snapin replication is globally disabled
[02-25-26 3:04:26 pm] | Sleep time has changed to seconds
fogreplicator.log
[02-25-26 2:44:26 pm] Interface Ready with IP Address: x.x.x.x
[02-25-26 2:44:26 pm] Interface Ready with IP Address: 10fogserver
[02-25-26 2:44:26 pm] Interface Ready with IP Address: 127.0.0.1
[02-25-26 2:44:26 pm] Interface Ready with IP Address: 127.0.1.1
[02-25-26 2:44:26 pm] * Starting ImageReplicator Service
[02-25-26 2:44:26 pm] * Checking for new items every 600 seconds
[02-25-26 2:44:26 pm] * Starting service loop
[02-25-26 2:44:26 pm] * * Image replication is globally disabled
[02-25-26 2:44:26 pm] | Sleep time has changed to seconds
[02-25-26 2:44:26 pm] * * Image replication is globally disabled
[02-25-26 2:44:26 pm] * * Image replication is globally disabled
[02-25-26 2:44:26 pm] | Sleep time has changed to seconds
[02-25-26 2:54:26 pm] * * Image replication is globally disabled
[02-25-26 2:54:26 pm] | Sleep time has changed to seconds
[02-25-26 3:04:26 pm] * * Image replication is globally disabled
[02-25-26 3:04:26 pm] | Sleep time has changed to seconds
fogscheduler.log
[02-25-26 2:44:26 pm] Interface Ready with IP Address: x.x.x.x
[02-25-26 2:44:26 pm] Interface Ready with IP Address: 10fogserver
[02-25-26 2:44:26 pm] Interface Ready with IP Address: 127.0.0.1
[02-25-26 2:44:26 pm] Interface Ready with IP Address: 127.0.1.1
[02-25-26 2:44:26 pm] * Starting TaskScheduler Service
[02-25-26 2:44:26 pm] * Checking for new items every 60 seconds
[02-25-26 2:44:26 pm] * Starting service loop
[02-25-26 2:44:26 pm] * No tasks found!
[02-25-26 2:45:26 pm] * Task Scheduler is globally disabled
[02-25-26 2:45:26 pm] | Sleep time has changed to seconds
[02-25-26 2:46:26 pm] * Task Scheduler is globally disabled
[02-25-26 2:46:26 pm] | Sleep time has changed to seconds
[02-25-26 2:47:26 pm] * Task Scheduler is globally disabled
[02-25-26 2:47:26 pm] | Sleep time has changed to seconds
[02-25-26 2:48:26 pm] * Task Scheduler is globally disabled
[02-25-26 2:48:26 pm] | Sleep time has changed to seconds
[02-25-26 2:49:26 pm] * Task Scheduler is globally disabled
[02-25-26 2:49:26 pm] | Sleep time has changed to seconds
[02-25-26 2:50:26 pm] * Task Scheduler is globally disabled
[02-25-26 2:50:26 pm] | Sleep time has changed to seconds
[02-25-26 2:51:26 pm] * Task Scheduler is globally disabled
[02-25-26 2:51:26 pm] | Sleep time has changed to seconds
[02-25-26 2:52:26 pm] * Task Scheduler is globally disabled
[02-25-26 2:52:26 pm] | Sleep time has changed to seconds
[02-25-26 2:53:26 pm] * Task Scheduler is globally disabled
[02-25-26 2:53:26 pm] | Sleep time has changed to seconds
[02-25-26 2:54:26 pm] * Task Scheduler is globally disabled
The same for these logs as well.
fogimagesize.log
fogsnapinhash.log
fogsnapinrep.log
pinghost.log
I have checked the mysql DB
SELECT settingID, settingKey, settingValue
FROM globalSettings
WHERE settingKey LIKE '%ENABLED%';
"settingID" "settingKey" "settingValue"
"33" "FOG_CLIENT_DIRECTORYCLEANER_ENABLED" "0"
"35" "FOG_CLIENT_USERCLEANUP_ENABLED" "0"
"36" "FOG_CLIENT_GREENFOG_ENABLED" "0"
"37" "FOG_CLIENT_AUTOLOGOFF_ENABLED" "0"
"38" "FOG_CLIENT_DISPLAYMANAGER_ENABLED" "0"
"45" "FOG_CLIENT_HOSTNAMECHANGER_ENABLED" "1"
"46" "FOG_CLIENT_SNAPIN_ENABLED" "1"
"48" "FOG_CLIENT_CLIENTUPDATER_ENABLED" "0"
"49" "FOG_CLIENT_HOSTREGISTER_ENABLED" "1"
"50" "FOG_CLIENT_PRINTERMANAGER_ENABLED" "0"
"51" "FOG_CLIENT_TASKREBOOT_ENABLED" "1"
"52" "FOG_CLIENT_USERTRACKER_ENABLED" "1"
"58" "FOG_PLUGINSYS_ENABLED" "1"
"121" "FOG_REGISTRATION_ENABLED" "1"
"156" "FOG_CLIENT_POWERMANAGEMENT_ENABLED" "1"
"174" "IMAGEREPLICATORGLOBALENABLED" "1"
"175" "SNAPINREPLICATORGLOBALENABLED" "1"
"176" "SNAPINHASHGLOBALENABLED" "1"
"177" "PINGHOSTGLOBALENABLED" "1"
"178" "SCHEDULERGLOBALENABLED" "1"
"179" "MULTICASTGLOBALENABLED" "1"
"182" "IMAGESIZEGLOBALENABLED" "1"
"187" "FOG_TASKING_ADV_SHUTDOWN_ENABLED" "0"
"188" "FOG_TASKING_ADV_WOL_ENABLED" "1"
"189" "FOG_TASKING_ADV_DEBUG_ENABLED" "0"
"190" "FOG_API_ENABLED" "1"
"197" "FOG_SNAPIN_LOCATION_SEND_ENABLED" "1"
"200" "FOG_REPLICATOR_GLOBAL_ENABLED" "1"
"201" "FOG_SNAPINREPLICATOR_GLOBAL_ENABLED" "1"
"203" "FOG_TASK_SCHEDULER_ENABLED" "1"
Any hepl would greatly be appreciated…
Thanks!
P.S. I am not apposed to restarting from scratch as long as i can save my snapins and images.