Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 663 Bytes

File metadata and controls

28 lines (19 loc) · 663 Bytes

FAQ

提示网络不可用

问题现象

启动Agent SDK后,出现如下报错信息。

...
socket.gaierror: [Errno -3] Temporary failure in name resolution
...

原因分析

可能是由于mindspeed-rl在解析节点IP时出现错误。

解决方案

查看hostname,并通过设置/etc/hosts解决问题。

# 查看hostname
hostname
# 修改/etc/hosts
# 在127.0.0.1 localhost后面增加当前设备的hostname即可