tftpd-hpa: "Failed to start"
Posted: Fri Jul 28, 2017 3:23 am
[PROBLEM]
For some strange, uncomfortable and unfortunately unresolved reason, my "/etc/default/tftpd-hpa" configuration file was gone
So I recreated it from this post on askubuntu.com:
Then restarted xinetd and tftpd-hpa service.
[SOLUTION]in.tftpd[1802]: no user --address: Success
For some strange, uncomfortable and unfortunately unresolved reason, my "/etc/default/tftpd-hpa" configuration file was gone
So I recreated it from this post on askubuntu.com:
Code: Select all
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/home/tftp"
TFTP_ADDRESS="0.0.0.0:69"
TFTP_OPTIONS="--secure"