当前位置: 代码迷 >> 综合 >> tftp-hpa ArchLinux开tftp %Error opening tftp:(No such file or directory)
  详细解决方案

tftp-hpa ArchLinux开tftp %Error opening tftp:(No such file or directory)

热度:91   发布时间:2023-12-20 21:23:08.0

在Arch上用tftp-hpa开tftp服务,从交换机拷贝ios镜像到服务器,提示错误%Error opening tftp:(No such file or directory)

发现要在/etc/conf.d/tftpd中,增加-c 参数。原本的参数:

TFTPD_ARGS="-l -s /srv/tftp/"
这样就必须在/srv/tftp下先touch一个同名文件。-c是create,可以创建。ArchWiki里没有讲这一点,在ubuntu的Wiki里讲得很清楚!


  相关解决方案