TFTP issues, but fixable...?
-
BTW, the solution ullawolf1 suggested works really well:
"So tftpd-hpa starts “to early”. You can fix this by editing the /etc/rc.local and add the line
[CODE]/bin/sleep 30 && /etc/init.d/tftpd-hpa restart[/CODE]
to restart the daemon after 30 seconds."
The thread is here:
[U][SIZE=2][COLOR=#0060e0][SIZE=2][COLOR=#0060e0][url]http://fogproject.org/forum/threads/tftp-stops-on-reboot-after-install.488/#post-5353[/url][/COLOR][/SIZE][/COLOR][/SIZE][/U][SIZE=2]astrouga[/SIZE]
-
When things calm down a bit at work I’ll update the wiki some more. I’m midstream of updating the Ubuntu install articles and adding info for more versions.
-
[quote=“astrouga, post: 8526, member: 907”]BTW, the solution ullawolf1 suggested works really well:
"So tftpd-hpa starts “to early”. You can fix this by editing the /etc/rc.local and add the line
[CODE]/bin/sleep 30 && /etc/init.d/tftpd-hpa restart[/CODE]
to restart the daemon after 30 seconds."
The thread is here:
[U][SIZE=2][COLOR=#0060e0][url]http://fogproject.org/forum/threads/tftp-stops-on-reboot-after-install.488/#post-5353[/url][/COLOR][/SIZE][/U][SIZE=2]astrouga[/SIZE][/quote]
Sweet - added that now so I don’t need to remember. I get so deep into these things, then months later I totally forget what I did in the first place I had to come back here again to check!
-
This happens to us frequently. Create a launcher and set it to automatically run on after boot. Also, turning off the GUI seemed to help oddly.
-
[quote=“astrouga, post: 8526, member: 907”]BTW, the solution ullawolf1 suggested works really well:
"So tftpd-hpa starts “to early”. You can fix this by editing the /etc/rc.local and add the line
[CODE]/bin/sleep 30 && /etc/init.d/tftpd-hpa restart[/CODE]
to restart the daemon after 30 seconds."
The thread is here:
[U][SIZE=2][COLOR=#0060e0][url]http://fogproject.org/forum/threads/tftp-stops-on-reboot-after-install.488/#post-5353[/url][/COLOR][/SIZE][/U][SIZE=2]astrouga[/SIZE][/quote]
Perfect Solution!!! worked great for me also!!
-
Has anyone in this thread found this issue with 0.33b? Maybe I can append/sed the command into the installation so nobody has to worry about this!
-
This is not really a FOG issue, it’s an Ubuntu 12.04 issue in how they start the daemons before the interface has an IP bound to it.
-
Brilliant!! I was facing restoring my aging Ubuntu 10.04 image. Thanks astrouga!:)
-
Glad it was helpful.
-
Funny to read this now. This is the reason I switched from using a Ubuntu server install to a plain Debian install. Overall I’ve still been happier with Debian, but good to know this was nothing I broke.
-
I think the Linux community is abandoning UpStart altogether and instead going to use Systemd. I know Ubuntu had hesitation, believing Upstart was a better system, but this problem goes to show you it had its flaws
-
[quote=“astrouga, post: 8526, member: 907”]BTW, the solution ullawolf1 suggested works really well:
"So tftpd-hpa starts “to early”. You can fix this by editing the /etc/rc.local and add the line
[CODE]/bin/sleep 30 && /etc/init.d/tftpd-hpa restart[/CODE]
to restart the daemon after 30 seconds."
The thread is here:
[U][SIZE=2][COLOR=#0060e0][url]http://fogproject.org/forum/threads/tftp-stops-on-reboot-after-install.488/#post-5353[/url][/COLOR][/SIZE][/U][SIZE=2]astrouga[/SIZE][/quote]
Just wanted to add that I needed this fix on clean install of Debian 7.5 and fog 1.1.0 to get the TFTP server talking to my clients.