Hi all, long time reader first time poster here. I love what you have going for IT education workers!
I've been looking at rolling out FOG over Ghost for quite a while and finally have some spare time to do so.
I've setup a spare machine with Ubuntu 8.10 and installed FOG, added the Active directory information and made sure the password was encrypted using FOGCrypt. Also doublechecked there were no spaces before or after the encrypted password. Made my Sysprep image with the FOG client installed.
I can remotely boot and upload the image to the FOG server, but after I reboot the client machine and sit at the logon screen waiting for it to add to the domain, it does nothing!
I've logged onto the machine and copied the fog.txt file
25/11/2009 9:45 AM FOG::UserTracker Record processed by server!
25/11/2009 9:45 AM FOG::DirCleaner Failed to connect to fog server!
25/11/2009 9:45 AM FOG::DirCleaner The operation has timed out
25/11/2009 9:45 AM FOG::DirCleaner at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at FOG.DirCleaner.doWork()
25/11/2009 9:45 AM FOG::DirCleaner Sleeping for 1 minute.
25/11/2009 9:45 AM FOG::GreenFog Failed to connect to fog server!
25/11/2009 9:45 AM FOG::GreenFog The operation has timed out
25/11/2009 9:45 AM FOG::GreenFog at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at FOG.GreenFog.doWork()
25/11/2009 9:45 AM FOG::GreenFog Sleeping for 1 minute.
25/11/2009 9:45 AM FOG::ClientUpdater Failed to connect to fog server!
25/11/2009 9:45 AM FOG::ClientUpdater The operation has timed out
25/11/2009 9:45 AM FOG::ClientUpdater at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at FOG.SnapinClient.startUpdate()
25/11/2009 9:45 AM FOG::ClientUpdater Sleeping for 1 minute.
25/11/2009 9:46 AM FOG::HostRegister Failed to connect to fog server!
25/11/2009 9:46 AM FOG::HostRegister The operation has timed out
25/11/2009 9:46 AM FOG::HostRegister at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at FOG.HostRegister.registerHost()
25/11/2009 9:46 AM FOG::HostRegister Object reference not set to an instance of an object.
25/11/2009 9:46 AM FOG::HostRegister at FOG.HostRegister.registerHost()
25/11/2009 9:46 AM FOG::SnapinClient The operation has timed out
25/11/2009 9:46 AM FOG::SnapinClient at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at FOG.SnapinClient.startWatching()
25/11/2009 9:46 AM FOG::GUIWatcher Message found, attempting to notify GUI!
25/11/2009 9:46 AM FOG::GUIWatcher Dispatch OK!
25/11/2009 9:46 AM FOG::GreenFog Attempting to connect to fog server...
25/11/2009 9:46 AM FOG::UserTracker Unable to replay journal, no server connection found.
25/11/2009 9:46 AM FOG::ClientUpdater Attempting to connect to fog server...
25/11/2009 9:47 AM FOG::DirCleaner Module is active...
25/11/2009 9:47 AM FOG::DirCleaner Determining which directories should be cleaned...
25/11/2009 9:48 AM FOG::GreenFog Module is active...
25/11/2009 9:48 AM FOG::ClientUpdater Failed to connect to fog server!
25/11/2009 9:48 AM FOG::ClientUpdater The operation has timed out
25/11/2009 9:48 AM FOG::ClientUpdater at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at FOG.SnapinClient.startUpdate()
25/11/2009 9:48 AM FOG::ClientUpdater Sleeping for 1 minute.
Also FOG pops up on the client in the top righthand corner and says "FOG Host registration error: Object reference not set to an instance of an object"
Can anyone offer any advice?