Problem related to multiple MACs
-
Hi,
we are having problems in joining a host to a domain and it seems related to multiple MACs. (build 2412)
Fog agent log gets this:[FONT=Calibri]20/10/2014 11:36 FOG::MODDebug MAC ID 0 0018F309697F
20/10/2014 11:36 FOG::MODDebug MAC ID 1
20/10/2014 11:36 FOG::MODDebug MAC ID 2 00000000000000E0
20/10/2014 11:36 FOG::MODDebug MAC ID 3 00000000000000E0
20/10/2014 11:36 FOG::MODDebug MAC POST String: 0018F309697F||00000000000000E0|00000000000000E0[/FONT]
[FONT=Calibri]…[/FONT]
…[FONT=Calibri] 20/10/2014 11:36 FOG::HostnameChanger Attempting to connect to fog server…
20/10/2014 11:36 FOG::HostnameChanger Module is active…
20/10/2014 11:36 FOG::HostnameChanger Índice fuera de los límites de la matriz.
20/10/2014 11:36 FOG::HostnameChanger en FOG.HostNameChanger.changeHostName()
20/10/2014 11:37 FOG::GUIWatcher Message found, attempting to notify GUI!
20/10/2014 11:37 FOG::GUIWatcher El sistema no puede encontrar el texto del mensaje para el mensaje número 0x%1 en el archivo de mensajes para %2
20/10/2014 11:37 FOG::GUIWatcher en System.Windows.Forms.Form.UpdateLayered()
en System.Windows.Forms.Form.set_Opacity(Double value)
en FOG.AbstractFOGService.attemptPushToGUI()
en FOG.GUIWatcher.startWatching()
20/10/2014 11:37 FOG::UserCleanup Starting user cleanup process…[/FONT]There’s a spanish message saying system can not find message text for message number 0x%1 in messages file for %2
Is Perhaps something related to a mess of MACs?Thanks and regards.
Frank[FONT=Calibri][/FONT]
-
it looks to me like it might be because the client is reporting a blank MAC field
-
This problem has come up multiple times on the forums. The issue isn’t the multiple macs but rather a compatibility issue with the client/server.
See the following thread for the explanation as to what is happening (the answer is my last post on the thread):
[URL=‘http://fogproject.org/forum/threads/troubles-with-recompiling-the-hostname-module.11398/#post-35093’]http://fogproject.org/forum/threads/troubles-with-recompiling-the-hostname-module.11398/#post-36214[/URL]The URL linked in that thread is no longer active. You can get the patched HostnameChanger from the svn repository. Please note that you will need to compile the patched source code. If you need me to compile it please let me know.
-
Thanks Jbob, I am going to try it.
-
Hi Jbon,
I’m not used to using svn. Can you show me the right command to get the patched file please?
Thanks.Frank
-
Sure, the easiest way would be to just download the file from here:
[url]https://svn.code.sf.net/p/freeghost/code/trunk/FOGService/src/FOG_HostNameChanger/MOD_HostNameChanger.cs[/url](Either Right Click -> Save As, or use wget/curl)
Just replace that downloaded file with your local copy and recompile just the HostnameChanger module
-
Thanks Jbob, here we go.