Tftpd-hpa not starting on reboot.
-
I have seen this over and over again. I would like to purpose some helpful information about this. This service “tftpd-hpa” should not be troubleshot here. [COLOR=#0000ff][U][B][URL=‘https://bugs.launchpad.net/ubuntu/+source/tftp-hpa/+bug/522509’][COLOR=#0000ff]HERE[/COLOR][/URL][/B][/U][/COLOR] is the proper location to ask about this. You can do a few things to fix this problem.
1.) Just restart it yourself (depending which OS try…)
[CODE]sudo tftpd-hpa restart
sudo service tftpd-hpa restart
service tftpd-hpa restart[/CODE]2.) Create an script to restart the service when user logs in.
3.) Ubuntu 14.4 users should follow this until they fix the package for this version
[QUOTE]R[SIZE=12px][FONT=monospace][COLOR=#333333]eplace the line “start on runlevel [2345]” in /etc/init/[/COLOR][/FONT][/SIZE][SIZE=12px][FONT=monospace][COLOR=#333333]tftpd-hpa.[/COLOR][/FONT][/SIZE][SIZE=12px][FONT=monospace][COLOR=#333333]conf with “start on (filesystem and net-device-up IFACE!=lo)” and now it starts on boot.[/COLOR][/FONT][/SIZE][/QUOTE]
[SIZE=2]Anyone else care to share creditable [/SIZE]information[SIZE=2]?[/SIZE]