Hi. I just posted the fix in another thread.
Edit etc/rc.local and add the line one up from exit 0: /bin/sleep 30 && /etc/init.d/tftpd-hpa restart
It should look like this:
/bin/sleep 30 && /etc/init.d/tftpd-hpa restart
exit 0
Hi. I just posted the fix in another thread.
Edit etc/rc.local and add the line one up from exit 0: /bin/sleep 30 && /etc/init.d/tftpd-hpa restart
It should look like this:
/bin/sleep 30 && /etc/init.d/tftpd-hpa restart
exit 0
Hi All. I never posted the fix for TFTP open timeout.
navigate to /etc
then type in
sudo nano rc.local
then your password.
next, add this one line before the end:
/bin/sleep 30 && /etc/init.d/tftpd-hpa restart
hit ctrl + o
hit enter
then ctrl + x to exit.
I can also confirm that HP 8100’s and 8200’s work with the latest kernel out of the box.
Yup. Image created perfectly. Redeployed it aswell. Todays project is to sysprep it as there were a couple problems which were hard to get past.It created another drive on any user profile after i added pcs to the domain. ill add the code i did to remove it below when i get into work.
The above changes worked perfectly and i was able to image perfectly. I also made the changes on my home build and it now works flawlessly. Ive added avg rescue, hirens, dban and ubuntu to the pxe menu. Even mini windows xp within hirens boot cd works great.
If i can get the 8200’s to work i think we wont bother fixing our altiris server!!!
Oh BTW. After restarting the server one more time and manually starting tftp-hpa, all worked like clockwork
Hi Chad.
Yes it is 12.0.4!! - Hmmn… Is there a way of downgrading? - I’ll research the known issues and weigh up the cost. I now know a lot more about fog and could probably rebuild the whole thing in about 1 hour. Might be worth it!
Thnaks Fog_Rookie! You have been most helpful.
I had to do sudo /etc/init.d/tftpd-hpa restart to get it back up and running again. I’m re-uploading the other hp8100. This time with the older kernel. Maybe it was a problem with that.
Nope. both 320gb. I opened up both cases and doublechecked.
Looks like the tftp server is still playing up. I rebooted and still issues.
I tried re-imaging the pc and it didnt like the tftp password so the job was not started. I reset it to the default one and restarted ubuntu. I tried restarting the job, but now the tftp issue is back!! - Doh!
I just connected up another machine and set it to dns.
The ip’s are
router = 192.168.0.1 (1)
my fog server = 192.168.0.254 (254)
gateway = 1
DNS = 1
DHCP = 254
this machine happily connects to the internet.
fog_rookie, you are a genius. Yup. tftp is working once again after the update. It failed first, then when I went to restart, it showed, “partial upgrade” and it upgraded tftp.
I now have a screenshot of where it freezes.
[ATTACH=full]137[/ATTACH]
[url=“/_imported_xf_attachments/0/137_20120712_082800.jpg?:”]20120712_082800.jpg[/url]
I have also seen that I needed to change the tftp password to match my own. I’ve left it as password. so i did that. additionally the FOG_PXE_IMAGE_DNSADDRESS was pointing to 127.0.0.1 (itself) I changed it to the fog servers ip (which is still itself)
Doing these changes still failed.
ah. no. I did it from ubuntu desktop. I’ll do now.