Page 1 of 1

TFTP configuration

Posted: Tue Aug 08, 2017 6:41 am
by ams
Hi,
I am using PTXDIST.

I have to make a tftp server up on this board.

tftpd configuration file is as :

tftp dgram udp wait nobody /sbin/tftpd tftpd -l /var/tftp

I created a tftp folder in var folder
I Changed user to nobody
I changed permissions to 777

and whenever I am starting the tftp server as:

systemctl /etc/init.d/tftpd

It is throwing following error:

Failed to start etc-init.d-tftpd.mount: Unit etc-init.d-tftpd.mount failed to load: No such file or directory.

Any help or guidance is highly appreciated.

Thank You

Re: TFTP configuration

Posted: Tue Aug 08, 2017 8:29 am
by davef
I assume you ticked the right box in PTXdist for TFTP? I don't recall if there was more than one variant.

Re: TFTP configuration

Posted: Tue Aug 08, 2017 8:43 am
by ams
Yes, I ticked the right one. Can you just tell is this the error about the tftp folder permission ?
If it is that then how can I solve this problem.