有时我们在安装完tftp程序之后,启动时却启动不了,可能的解决方法如下:

yum search xinetd
yum install xinetd.x86_46 -y 

vim /etc/xinetd.d/tftp 
将tftp服务的
disable=yes  改为no

netsat -antlupe | grep 69 查看端口,判断xinetd的状态

systemctl restart xinetd
chkconfig --list 查看状态
systemctl start tftp  

此方法能解决大多数的tftp服务启动失败的问题,不过也有一些解决不了。
有待日后补充。

Logo

更多推荐