EdisonLiu 发表于 2021-12-22 14:12:57

【已解决】无法安装radis

面板版本:宝塔linux面板 7.8.28

系统版本:CentOS8.4.2105 x86_64(Py3.7.9)

浏览器版本:firefox 95.0.1 (64-bit)

问题现象:PHP7.3中,无法安装radis 提示找不到命令GetSysInfo

日志如下:

堡塔技术阿宏 发表于 2021-12-22 14:38:01

您好,日志显示连接下载节点超时了。
服务器命令行分别执行以下命令截图出来看看
cat /etc/hosts
ping download.bt.cn

EdisonLiu 发表于 2021-12-22 14:52:14

运维阿宏 发表于 2021-12-22 14:38
您好,日志显示连接下载节点超时了。
服务器命令行分别执行以下命令截图出来看看



# cat /etc/hosts
127.0.0.1        localhost
::1        localhost ip6-localhost ip6-loopback
fe00::0        ip6-localnet
ff00::0        ip6-mcastprefix
ff02::1        ip6-allnodes
ff02::2        ip6-allrouters

EdisonLiu 发表于 2021-12-22 14:52:58

运维阿宏 发表于 2021-12-22 14:38
您好,日志显示连接下载节点超时了。
服务器命令行分别执行以下命令截图出来看看



# ping download.bt.cn
PING download.bt.cn (36.133.1.8) 56(84) bytes of data.
64 bytes from 36.133.1.8 (36.133.1.8): icmp_seq=1 ttl=47 time=37.8 ms
64 bytes from 36.133.1.8 (36.133.1.8): icmp_seq=2 ttl=47 time=37.3 ms
64 bytes from 36.133.1.8 (36.133.1.8): icmp_seq=3 ttl=47 time=37.5 ms
64 bytes from 36.133.1.8 (36.133.1.8): icmp_seq=4 ttl=47 time=36.8 ms
64 bytes from 36.133.1.8 (36.133.1.8): icmp_seq=5 ttl=47 time=37.6 ms
64 bytes from 36.133.1.8 (36.133.1.8): icmp_seq=6 ttl=47 time=41.7 ms

EdisonLiu 发表于 2021-12-22 14:54:33

本帖最后由 EdisonLiu_ 于 2021-12-22 14:59 编辑

运维阿宏 发表于 2021-12-22 14:38
您好,日志显示连接下载节点超时了。
服务器命令行分别执行以下命令截图出来看看


不知道为什么 我的NODE_URL是空的 ,看起来好像跟这个有关系,也好像没关系,下载下来的tar包大小是0b
再redis.sh第15行插入
14 download_Url=$NODE_URL
15 echo ${download_Url}
16 echo 111111
结果如下
--2021-12-22 06:55:30--https://download.bt.cn/install/public.sh
wget: unable to resolve host address ‘download.bt.cn’

111111

堡塔技术阿宏 发表于 2021-12-22 15:00:54

EdisonLiu_ 发表于 2021-12-22 14:54
不知道为什么 我的NODE_URL是空的 ,看起来好像跟这个有关系,也好像没关系,下载下来的tar包大小是0b
结 ...

服务器命令行执行以下命令截图出来看看
cat /etc/resolv.conf

EdisonLiu 发表于 2021-12-22 15:01:54

运维阿宏 发表于 2021-12-22 15:00
服务器命令行执行以下命令截图出来看看

我们内网有个dns服务器,难道跟这个有关系?
# cat /etc/resolv.conf
# Generated by NetworkManager
nameserver 192.168.29.101
nameserver 211.140.188.188

EdisonLiu 发表于 2021-12-22 15:17:31

运维阿宏 发表于 2021-12-22 15:00
服务器命令行执行以下命令截图出来看看

感谢回复我们这边已经处理好了,网管那边将dns重新配置了一下现在能正常安装了

大炮运维V587 发表于 2021-12-23 10:55:51

EdisonLiu_ 发表于 2021-12-22 15:17
感谢回复我们这边已经处理好了,网管那边将dns重新配置了一下现在能正常安装了 ...

好的。
页: [1]
查看完整版本: 【已解决】无法安装radis