linux下tftp服务启动失败怎么办
有时我们在安装完tftp程序之后,启动时却启动不了,可能的解决方法如下:yum search xinetdyum install xinetd.x86_46 -yvim /etc/xinetd/tftp将tftp服务的disable=yes改为nonetsat -antlupe | grep 69 查看端口,判断xinetd的状态systemctl restart xi...
·
有时我们在安装完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服务启动失败的问题,不过也有一些解决不了。
有待日后补充。
更多推荐
已为社区贡献4条内容
所有评论(0)