Page 1 of 1

tftpd-hpa: "Failed to start"

Posted: Fri Jul 28, 2017 3:23 am
by ^rooker
[PROBLEM]
in.tftpd[1802]: no user --address: Success
[SOLUTION]
For some strange, uncomfortable and unfortunately unresolved reason, my "/etc/default/tftpd-hpa" configuration file was gone :shock:
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"
Then restarted xinetd and tftpd-hpa service.