执行 systemctl restart network
时提示有错误,可能是由于通过 Windows 系统编辑器引起。
网卡配置文件不支持 \r\n
,可通过 hexdump -c ifcfg-eno1
确认。
# ifup eno1
does not seem to be present, delaying initialization. Device eno1
一个死亡很久的人
执行 systemctl restart network
时提示有错误,可能是由于通过 Windows 系统编辑器引起。
网卡配置文件不支持 \r\n
,可通过 hexdump -c ifcfg-eno1
确认。
# ifup eno1
does not seem to be present, delaying initialization. Device eno1
很实用啊,谢谢了