Thanks Chad,
I found this - [url]http://www.fogproject.org/wiki/index.php/FOGUserGuide#Full_Listing_of_Ports_used_by_FOG_server_and_client[/url]
Curious which of those would be required for snapin management/deployment.
Thanks Chad,
I found this - [url]http://www.fogproject.org/wiki/index.php/FOGUserGuide#Full_Listing_of_Ports_used_by_FOG_server_and_client[/url]
Curious which of those would be required for snapin management/deployment.
Yeah, you read that correctly, I’m asking about modem connected clients in the year 2013. This requirement is upon me.
I know that my options are as follows to get a remotely connected client (no VPNs or WANs) are as follows:
With that said, what ports would I need to forward to the Fog server? I’m not expecting to deploy giant packages or images to modem connected clients. Just the tiny updates and scripts plus an occasional screen share.
I’ll likely figure this out on my own but figure it’s worth posting here for any other poor schmoe that finds himself in the same requirement.
Try the wiki here:
[url]http://www.fogproject.org/wiki/index.php/Wake_On_LAN_Bug_workaround[/url]
[url]http://www.fogproject.org/wiki/index.php/How_to_use_the_wakeonlan_perl_script_instead_of_etherwake.exe[/url]
I’d also check to see that etherwake resides where fog is looking for it. Perhaps it’s somewhere else in Ubuntu 12.04. But, I can add that my Fog server is Ubuntu 11 and is a VM ontop of esxi 5 and WoL is working. Some of my Dell laptops would refuse to WoL and only do so after I applied default settings to BIOS and then reconfigure BIOS to enable WoL (and PXE).
And, beyond all of that, check you Ubuntu server’s syslog/messages after attempting to WoL. Maybe it’ll tell you something.
[IMG]http://www.thesharkguys.com/wp-content/uploads/2012/10/Borat_Great_Success.jpg[/IMG]
GREAT SUCCESS!!!
My two problems were (well, one really, RTFM):
The renaming bit is working now after clearing up my encrypted password problem as noted in my last post. but still the deployed machines fail to join AD.
So now i turn to AD to ensure that I’ve crafted the service account correctly that is used to join hosts to AD. I found this article and followed it. I had previously not configured my service account correctly.
[url]http://support.microsoft.com/kb/818091[/url]
Trying the job again…
I went back to the wiki where i learned howto setup the passkey on the hostnamechanger ([url]http://www.fogproject.org/wiki/index.php/Managing_FOG#Active_Directory_Integration[/url])
I forgot that i needed to update the fogcrypt/etc/config.ini to include the new passkey. I just added that in and reproduced the encryped password for my service account which is used to join hosts to AD. Trying it out now…
in further testing this morning it seems that my test laptop is only renamed to the registered fog name when i chose not to join it to the domain. If i provide the AD settings the renaming task seemingly does not run nor does the machine join the domain.
[edit] i wonder if fog is trying to change the hostname and join AD at the same time. when we do this manually windows tells us to do so one at a time with reboots between.
I’ve made a good start with Fog and have run into a snag. The first set of images were all non-sysprepped but had fogservice included and would execute the renaming task successfully. They were not set to join a domain and no snap-ins selected.
I built my first Win7 sysprepped image and went through a series of edits and tweaks, mostly to my unattend.xml. Somewhere along the way my test laptop stopped taking the registered name in fog and retained the unattend.xml assigned name.
I did some searching and found this forum post [url]http://fogproject.org/forum/threads/windows-7-not-renaming-not-joining-to-ad.263/[/url]
So, I’m not a lone but I’m hoping for another solution. Are there any log files on the server that would provide hints?
My sequence of events for the image creation is as follows:
Install windows
enter audit mode with ctrl+shft+f3
apply customizations, driver packs, and windows updates
install fogservice
place setupcomplete.cmd and unattend.xml in respective locations
run chkdsk /f
upload image to fog server with label ‘presysprep’
boot that image again
run fogprep
run sysprep from cli
upload image to fog server without letting it boot into windows
Yep, this ([url]http://sourceforge.net/projects/freeghost/files/Kernels/[/url]) was my answer. I simply ran the update from within the fog server web admin page and my Dell Latitude e6530 was able to boot and register.
I’m still curious about building kernels with new drivers but at least i can learn that without pressure of getting this laptop going.
I did some searching in the forum here prior to posting. I saw that some other [URL=‘http://sourceforge.net/projects/freeghost/files/Kernels/’]kernels can be found here[/URL] and I’m gonna try that approach as a work around to my problem. For curiosity, here’s my problem;
I’m trying to add the latest Intel driver for the e1000e into my kernel and it’s throwing this error, but still continues and produces a bzImage. In testing, the laptop fails to bring up the NIC. I’m expecting the driver should work because booting a live Ubuntu 12.10 ISO, the Dell latitude e6530 is up and running with the NIC using the e1000e driver. I’m guessing that the latest Intel driver (on their site) is the same as what’s included on the Ubuntu 12.10 ISO. The error message below seems painfully obvious that i need to switch my builds machine from SMP to UP, but I’m not quite sure how to do that.
[CODE]/usr/src/linux-source-2.6.32/drivers/net/e1000e/Makefile:200: ***
/usr/src/linux-source-2.6.32/drivers/net/e1000e/Makefile:205: *** Warning: kernel source configuration (UP)
/usr/src/linux-source-2.6.32/drivers/net/e1000e/Makefile:206: *** does not match running kernel (SMP)
/usr/src/linux-source-2.6.32/drivers/net/e1000e/Makefile:208: *** Continuing with build,
/usr/src/linux-source-2.6.32/drivers/net/e1000e/Makefile:209: *** resulting driver may not be what you want
/usr/src/linux-source-2.6.32/drivers/net/e1000e/Makefile:210: ***[/CODE]
I attempted changing [CODE]CONFIG_LOCALVERSION=“SMP”[/CODE] but that didnt seem to change anything.
Current builds server:
Ubuntu
Linux AusFog01 2.6.32-45-server #102-Ubuntu SMP Wed Jan 2 22:53:00 UTC 2013 x86_64 GNU/Linux
Fog .32
Sources I’ve been using:
[url]http://www.cs.csubak.edu/~steve/cs216/Kernel-Build-HOWTO.html[/url]
[url]http://alien.slackbook.org/dokuwiki/doku.php?id=linux:kernelbuilding[/url]