General FOG Client Question
-
Firstly it is working fine, I am just curious why I am seeing these errors from the client log. I am thinking it shouldn’t be throwing this esp since it runs twice and works on the second run:
------------------------------------------------------------------------------ --------------------------------HostnameChanger------------------------------- ------------------------------------------------------------------------------ 3/9/2016 10:53 AM Client-Info Version: 0.9.11 3/9/2016 10:53 AM HostnameChanger Running... 3/9/2016 10:53 AM Middleware::Communication URL: http://fog-server/fog/service/servicemodule-active.php?moduleid=hostnamechanger&mac =00:50:56:86:1F:C7||00:00:00:00:00:00:00:E0&newService=1 3/9/2016 10:53 AM Middleware::Communication Response: Success 3/9/2016 10:53 AM Middleware::Communication URL: http://fog-server/fog/service/hostname.php?moduleid=hostnamechanger&mac=00:50:56:86 :1F:C7||00:00:00:00:00:00:00:E0&newService=1 3/9/2016 10:53 AM Middleware::Communication Response: Invalid host certificate 3/9/2016 10:53 AM Middleware::Communication URL: http://fog-server/fog/management/other/ssl/srvpublic.crt 3/9/2016 10:53 AM Data::RSA FOG Server CA cert found 3/9/2016 10:53 AM Middleware::Authentication Cert OK 3/9/2016 10:53 AM Middleware::Communication POST URL: http://fog-server/fog/management/index.php?sub=authorize 3/9/2016 10:53 AM Middleware::Communication Response: Success 3/9/2016 10:53 AM Middleware::Authentication Authenticated 3/9/2016 10:53 AM Middleware::Communication URL: http://fog-server/fog/service/hostname.php?moduleid=hostnamechanger&mac=00:50:56:86 :1F:C7||00:00:00:00:00:00:00:E0&newService=1&newService=1 3/9/2016 10:53 AM Middleware::Communication Response: Success 3/9/2016 10:53 AM HostnameChanger Checking Hostname 3/9/2016 10:53 AM HostnameChanger Hostname is correct 3/9/2016 10:53 AM HostnameChanger Registering host with active directory 3/9/2016 10:53 AM HostnameChanger Host is already joined to target domain ------------------------------------------------------------------------------
-
We timeout the host’s key every so often. This way you don’t have a potential hijack of a prior key.
-
OK that makes sense.