PXE-E32: TFTF open timeout
-
What OS do you have your FOG server built on?
-
Hi Kevin,
Fog is running on an ubuntu 12.04 LTS
-
try this [B]sudo service tftpd-hpa restart[/B]
-
Update,
I have rebuilt the linux box and reinstalled fog. Everything is right as far as I can tell. I get the same message that I did before. I can login via browser to the fog server but can’t get anything to pxe boot to it…
Any other thoughts?
Tom
-
Tom, did you run the sudo service tftpd-hpa restart command kevin listed on a running system?
There is an issue where the tftpd-hpa service starts too quickly. If that command works, there is a fix that will cause the service to delay it’s startup
-
What is the fix for delaying the tftp startup?
-
bjennings
edit your /etc/rc.local and include
/bin/sleep30 && /etc/init.d/tftpd-hpa restartthis is what is required to delay the start up of the tftp service at boot.
-
Thanks for the info. I think that I must have additional issues. I added this line and it did not resolve the problem. After a reboot, I have to issue both of the following:
sudo start isc-dhcp-server
sudo start tftpd-hpaSometimes it tells me that the job is already running, so I have to issue the command again with a restart in place of start.
-
bjennings, can we start a new thread for you? Lets start with what the problem is, if it’s this PXE-E32 Time out issue, what linux version you are running and the fog version you have installed, then we can start troubleshooting your issue directly, so we don’t confuse topics or information expressed here.
-
[quote=“Jaymes Driver, post: 11647, member: 3582”]bjennings, can we start a new thread for you? Lets start with what the problem is, if it’s this PXE-E32 Time out issue, what linux version you are running and the fog version you have installed, then we can start troubleshooting your issue directly, so we don’t confuse topics or information expressed here.[/quote]
Yes, sorry, I will start a new thread.