FOG 1.5.0 RC 12 - Update to Client v0.11.13 not working
-
Server OS: Ubuntu 16.04
Client OS: Windows 10 (1709)Upgraded to 1.5.0 RC 12 this morning to pull the new client down.
It does not seem to be updating however. The 0.11.2 client finds the update, seems to complete and then repeats the process.
Here is a portion of the fog.log file.
------------------------------------------------------------------------------ ---------------------------------ClientUpdater-------------------------------- ------------------------------------------------------------------------------ 2/8/2018 7:45 AM Client-Info Client Version: 0.11.12 2/8/2018 7:45 AM Client-Info Client OS: Windows 2/8/2018 7:45 AM Client-Info Server Version: 1.5.0-RC-12 2/8/2018 7:45 AM Middleware::Response Success 2/8/2018 7:45 AM Middleware::Communication Download: http://fog.cs.astate.edu/client/SmartInstaller.exe 2/8/2018 7:45 AM Data::RSA FOG Project cert found 2/8/2018 7:45 AM ClientUpdater Update file is authentic ------------------------------------------------------------------------------ 2/8/2018 7:45 AM Bus Emmiting message on channel: Update 2/8/2018 7:45 AM Service-Update Spawning update helper 2/8/2018 7:45 AM UpdaterHelper Shutting down service... 2/8/2018 7:45 AM UpdaterHelper Killing remaining processes... 2/8/2018 7:45 AM UpdaterHelper Applying update... 2/8/2018 7:45 AM UpdaterHelper Starting service... 2/8/2018 7:45 AM Main Overriding exception handling 2/8/2018 7:45 AM Main Bootstrapping Zazzles 2/8/2018 7:45 AM Controller Initialize 2/8/2018 7:45 AM Controller Start 2/8/2018 7:45 AM Service Starting service 2/8/2018 7:45 AM Bus Became bus server 2/8/2018 7:45 AM Bus Emmiting message on channel: Status 2/8/2018 7:45 AM Service Invoking early JIT compilation on needed binaries ------------------------------------------------------------------------------ --------------------------------Authentication-------------------------------- ------------------------------------------------------------------------------ 2/8/2018 7:45 AM Client-Info Version: 0.11.12 2/8/2018 7:45 AM Client-Info OS: Windows 2/8/2018 7:45 AM Middleware::Authentication Waiting for authentication timeout to pass 2/8/2018 7:45 AM Middleware::Communication Download: http://fog.cs.astate.edu/management/other/ssl/srvpublic.crt 2/8/2018 7:45 AM Data::RSA FOG Server CA cert found 2/8/2018 7:45 AM Middleware::Authentication Cert OK 2/8/2018 7:45 AM Middleware::Communication POST URL: http://fog.cs.astate.edu/management/index.php?sub=requestClientInfo&authorize&newService 2/8/2018 7:45 AM Middleware::Response Success 2/8/2018 7:45 AM Middleware::Authentication Authenticated 2/8/2018 7:45 AM Middleware::Communication URL: http://fog.cs.astate.edu/management/index.php?sub=requestClientInfo&configure&newService&json 2/8/2018 7:45 AM Middleware::Response Success 2/8/2018 7:45 AM Middleware::Communication URL: http://fog.cs.astate.edu/management/index.php?sub=requestClientInfo&mac=00:E0:4C:02:49:42|98:5F:D3:31:80:AD|9A:5F:D3:31:84:AC|9A:5F:D3:31:81:AC|98:5F:D3:31:80:AE||02:15:BE:92:C7:F8&newService&json 2/8/2018 7:45 AM Middleware::Response Success 2/8/2018 7:45 AM Middleware::Communication URL: http://fog.cs.astate.edu/service/getversion.php?clientver&newService&json 2/8/2018 7:45 AM Middleware::Communication URL: http://fog.cs.astate.edu/service/getversion.php?newService&json 2/8/2018 7:45 AM Service Creating user agent cache 2/8/2018 7:45 AM Middleware::Response Module is disabled globally on the FOG server 2/8/2018 7:45 AM Middleware::Response Success 2/8/2018 7:45 AM Middleware::Response Module is disabled on the host 2/8/2018 7:45 AM Service Initializing modules ------------------------------------------------------------------------------ ---------------------------------ClientUpdater-------------------------------- ------------------------------------------------------------------------------ 2/8/2018 7:45 AM Client-Info Client Version: 0.11.12 2/8/2018 7:45 AM Client-Info Client OS: Windows 2/8/2018 7:45 AM Client-Info Server Version: 1.5.0-RC-12 2/8/2018 7:45 AM Middleware::Response Success 2/8/2018 7:45 AM Middleware::Communication Download: http://fog.cs.astate.edu/client/SmartInstaller.exe 2/8/2018 7:45 AM Data::RSA FOG Project cert found 2/8/2018 7:45 AM ClientUpdater Update file is authentic ------------------------------------------------------------------------------ 2/8/2018 7:45 AM Bus Emmiting message on channel: Update 2/8/2018 7:46 AM Service-Update Spawning update helper 2/8/2018 7:46 AM UpdaterHelper Shutting down service... 2/8/2018 7:46 AM UpdaterHelper Killing remaining processes... 2/8/2018 7:46 AM UpdaterHelper Applying update... 2/8/2018 7:46 AM UpdaterHelper Starting service... 2/8/2018 7:46 AM Main Overriding exception handling 2/8/2018 7:46 AM Main Bootstrapping Zazzles 2/8/2018 7:46 AM Controller Initialize 2/8/2018 7:46 AM Controller Start 2/8/2018 7:46 AM Service Starting service 2/8/2018 7:46 AM Bus Became bus server 2/8/2018 7:46 AM Bus Emmiting message on channel: Status 2/8/2018 7:46 AM Service Invoking early JIT compilation on needed binaries
I then went to my fog site and downloaded the Smart Installer from the client page, uninstalled the existing client and installed using the Smart Installer. When I check the Windows Apps Setting page after installing, it list the FOG version as 0.11.2. After a reboot, the FogService sees a client update on the server and repeats the process in that you see in the log file above.
I also tried installing using the MSI for the client page with the same results.
Do we need to download the 0.11.3 client separately from the git pull?
Thanks
-
Binary package has been updated. If you’ve already installed the RC-12, please rerun the installer after running:
cd /path/to/fogproject rm binaries1.5.0-RC-12.zip
Thank you.
-
@Tom-Elliott the installer isn’t downloading the latest client build, is the binary package updated?
-
Same problem here
-
@jburleson @Matthieu-Jacquart if you need this fixed right away, you can manually update your client binaries on your sever:
- download the smart installer and the msi from here https://github.com/FOGProject/fog-client/releases/tag/0.11.13
- place them in /var/www/html/fog/client/ (I believe that path is correct, there should be the old binaries there)
-
@joe-schmitt Thanks. I downloaded both of them and the clients are now updating.
-
@joe-schmitt Ok for me after replacing old client, thanks Joe
-
Binary package has been updated. If you’ve already installed the RC-12, please rerun the installer after running:
cd /path/to/fogproject rm binaries1.5.0-RC-12.zip
Thank you.
-
@tom-elliott Thank Tom.
I remove the binary package and re-ran the installer. Then uninstalled 0.11.3 on one of my machines and install 0.11.2. It updated from the server to version 0.11.3.