Client Updater Loop
-
@jmeyer That’s something that @Jbob would need to confirm.
-
@Wayne-Workman If he releases a new version that remove all old version (under 0.9.9) and upgrade the last (0.9.9), won’t it solve my problem ?
Will 0.9.7 client will download a 0.9.9+ version and clean the multiple install ?My current script remove the 3 clients (old, 0.9.7 and 0.9.9) before installing the 0.9.9.
But this is not great since it will do this in loop. -
@jmeyer said:
My current script remove the 3 clients (old, 0.9.7 and 0.9.9) before installing the 0.9.9.
But this is not great since it will do this in loop.If you’re removing 3.0.29, 0.97, and 0.9.9 and then installing the latest - why is the latest client trying to update over and over?
-
@jmeyer How do you check for a newer version in a file that is the “most recent?”
-
@Tom-Elliott
I live in loops… lol------------------------------------------------------------------------------ ---------------------------------SnapinClient--------------------------------- ------------------------------------------------------------------------------ 18/12/2015 16:25 Client-Info Version: 0.9.9 18/12/2015 16:25 SnapinClient Running... 18/12/2015 16:25 Middleware::Communication URL: http://fog-server/fog/service/servicemodule-active.php?moduleid=snapinclient&mac=1C:C1:DE:51:16:C1||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&newService=1 18/12/2015 16:25 Middleware::Communication Response: Success 18/12/2015 16:25 Middleware::Communication URL: http://fog-server/fog/service/snapins.checkin.php?mac=1C:C1:DE:51:16:C1||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&newService=1 18/12/2015 16:25 Middleware::Communication Response: Success 18/12/2015 16:25 SnapinClient Snapin Found: 18/12/2015 16:25 SnapinClient ID: 201 18/12/2015 16:25 SnapinClient RunWith: 18/12/2015 16:25 SnapinClient RunWithArgs: 18/12/2015 16:25 SnapinClient Name: Upgrade Client FOG 18/12/2015 16:25 SnapinClient File: upgradefogclient.bat 18/12/2015 16:25 SnapinClient Created: 2015-12-18 15:21:44 18/12/2015 16:25 SnapinClient Args: 18/12/2015 16:25 SnapinClient Reboot: 0 18/12/2015 16:25 Middleware::Communication URL: http://fog-server/fog/service/snapins.file.php?mac=1C:C1:DE:51:16:C1||00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0|00:00:00:00:00:00:00:E0&taskid=201 18/12/2015 16:25 Bus { "channel": "Notification", "data": "{\r\n \"title\": \"Upgrade Client FOG\",\r\n \"message\": \"FOG is installing Upgrade Client FOG\",\r\n \"duration\": 10\r\n}" } 18/12/2015 16:25 Bus Emmiting message on channel: Notification 18/12/2015 16:25 SnapinClient Starting snapin... 18/12/2015 16:25 Service Stop requested 18/12/2015 16:25 SnapinClient ERROR: Could not start snapin 18/12/2015 16:25 SnapinClient ERROR: Le thread a été abandonné. 18/12/2015 16:25 Service ERROR: Le thread a été abandonné. 18/12/2015 16:25 Bus { "channel": "Status", "data": "{\r\n \"action\": \"unload\"\r\n}" } 18/12/2015 16:25 Bus Emmiting message on channel: Status 18/12/2015 16:26 RegistryHandler ERROR: Could not retrieve Software\Wow6432Node\FOG\Server 18/12/2015 16:26 RegistryHandler ERROR: Null key 18/12/2015 16:26 RegistryHandler 32 bit registry detected 18/12/2015 16:26 Middleware::Communication URL: http://fog-server/fog/management/other/ca.cert.der 18/12/2015 16:26 Bus Became bus server 18/12/2015 16:26 Bus { "channel": "Status", "data": "{\r\n \"action\": \"load\"\r\n}" } 18/12/2015 16:26 Bus Emmiting message on channel: Status
-
@Wayne-Workman It’s set on computer startup. I can’t restart all my network like this… I fixed only a few manually.
-
A snapin should NOT be used to Upgrade the client. THe snapin should ONLY be used to remove the clients.
Use a GPO (or maybe a startup script) to only install a new client on the systems IF there is no client installed on them already.
-
@Tom-Elliott That’s what i was thinking. Thank you.
-
@jmeyer , the client was meant to be upgraded in a linear fashion, but with GPO mucking things up that linear upgrade path is now broken. The best approach is what Tom suggested. Use GPO to remove ALL CLIENTS completely. v0.9.7. v0.9.9, everything needs to be wiped. Then use GPO once to deploy v0.9.9, once deployed remove the GPO policy, or be very careful when you create the policy so that its a one-time only deal.
-
@Jbob Thank you for your help too.
-
I’m solving this thread as the issue involved was not caused by fog at all.