I’m trying to image a set of new Lenovo 11E laptops we got in. Everything is working hunky-dory except for adding the machine to the domain. Our server (Ubuntu 12.04 running FOG 1.2.0) is doing a great job with all other clients (all Win 7 x86), but these never get added. In the fog log I’m seeing the following:
[QUOTE] 8/23/2014 11:48 AM FOG::HostRegister Module is active…
8/23/2014 11:48 AM FOG::MODDebug Module has finished work and will now exit.
8/23/2014 11:48 AM FOG::AutoLogOut Module is active…
8/23/2014 11:48 AM FOG::HostRegister No action was taken.
8/23/2014 11:48 AM FOG::AutoLogOut Timeout value is Zero, disabling module.
8/23/2014 11:48 AM FOG::HostnameChanger Attempting to connect to fog server…
8/23/2014 11:48 AM FOG::HostnameChanger Module is active…
8/23/2014 11:48 AM FOG::HostnameChanger Index was outside the bounds of the array.
8/23/2014 11:48 AM FOG::HostnameChanger at FOG.HostNameChanger.changeHostName()
8/23/2014 11:48 AM FOG::GUIWatcher Message found, attempting to notify GUI!
8/23/2014 11:48 AM FOG::GUIWatcher The system cannot find message text for message number 0x%1 in the message file for %2
8/23/2014 11:48 AM FOG::GUIWatcher at System.Windows.Forms.Form.UpdateLayered()
at System.Windows.Forms.Form.set_Opacity(Double value)
at FOG.AbstractFOGService.attemptPushToGUI()
at FOG.GUIWatcher.startWatching()[/QUOTE]
I have double-checked that the host has the auto-join feature checked in server’s gui as well as by inspecting the DB manually. As a last resort, since I’m uninterested in manually joining 100+ computers to the domain, I built a new FOG 1.2.0 install from scratch and still having the same issue, auto-join works on all clients but these… Any thoughts?