> On 11 Sep 2018, at 15:30, Ken Teh <t...@anl.gov> wrote:
> 
> Manually, I can start the service and everything works. But enabling the 
> service stays disabled or indirect. Enabling the socket does not start the 
> service on reboot. Do I need xinetd or does systemd deprecate xinetd?

I re-installed out TFTP server last week in a new Scientific Linux 7.5 VM on 
HyperV (semi-minimal custom kickstart install).

I installed TFTP as follows:

 yum install tftp-server
 systemctl enable tftp
 systemctl start tftp

I also ran:

 firewall-cmd --add-port=69/udp --permanent 
 firewall-cmd --reload

You may need to run:

  restorecon -R -v /var/lib/tftpboot/

If you have SELinux enabled and have added files to that outside of packages.

it restarts on reboots etc.

Run:

  journalctl -t in.tftpd -f

to see what its logging.

The University of St Andrews is a charity registered in Scotland, No. SC013532.

Reply via email to