Stevoid Posted November 25, 2009 Posted November 25, 2009 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?
rocknrollstar Posted November 25, 2009 Posted November 25, 2009 Hi, When I sysprep a machine, I try and include the domain information in the sysprep setting (sysprep.inf). So when I take an image, it already has domain info 'inside' the image. FOG doesn't need to know about the domain stuff, just manages deployment. I know it doesn't answer your question, but it is an alternative. Read quite a bit about Fog issues with adding to the domain, although lots are successful with it too.
Stevoid Posted November 25, 2009 Author Posted November 25, 2009 I like the idea of FOG because it will rename the PC to what I want (eg RM50-01, room 50, PC 1) and can see groups so it dumps them into corresponding OUs.
sparkeh Posted November 25, 2009 Posted November 25, 2009 I think that this might be your problem: 25/11/2009 9:45 AM FOG::DirCleaner Failed to connect to fog server! 25/11/2009 9:45 AM FOG::GreenFog Failed to connect to fog server! 25/11/2009 9:45 AM FOG::ClientUpdater Failed to connect to fog server! 25/11/2009 9:48 AM FOG::ClientUpdater Failed to connect to fog server! The FOG client cannot connect to the server. Nothing is going to happen. First of all can you log into your newly imaged machine and see if you can contact the FOG server? Are your network settings correct after imaging? eg IP+DNS etc.
Stevoid Posted November 25, 2009 Author Posted November 25, 2009 I can ping it, and the IP/DNS settings are fine. I can even log onto the fog server in IE on the client machine.
computer_expert Posted November 25, 2009 Posted November 25, 2009 I had the problem of fog not joining machines to the domain and i had to recompile the fog hostname change bit to get it to work. the section you need is called 'Securing Active Directory Integration'.
sparkeh Posted November 25, 2009 Posted November 25, 2009 Check c:\program files\fog\etc\config.ini to make sure that the client has the right IP for the server.
keltorsori Posted August 9, 2010 Posted August 9, 2010 I'm having the same issue all of the sudden. Anyone actually come up with a solution for this?
Stevoid Posted August 10, 2010 Author Posted August 10, 2010 Unfortunately I couldn't find a fix for this I just had to live with the fact I would have to go round and manually add the PCs to the domain. It will still do the name change at least.
keltorsori Posted August 10, 2010 Posted August 10, 2010 Unfortunately I couldn't find a fix for this I just had to live with the fact I would have to go round and manually add the PCs to the domain. It will still do the name change at least. Well, I'm hoping someone does. It took me about an hour and a half to rename and add 30 computers today. I've got to find another solution as I have about 100 more to go. (And unfortunately only about 1/10 will successfully name change now). All new additions with new 0.29 Fog service on image.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now