: download from https://tiup-mirrors.pingcap.com/timestamp.json failed:

【 TiDB 使用环境】测试
【 TiDB 版本】v6.5.0
【复现路径】
curl --proto ‘=https’ --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh
【遇到的问题:问题现象及影响】
执行:
curl --proto ‘=https’ --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh
后再执行
tiup playground v6.5.0 --db 2 --pd 3 --kv 3 --host 192.168.197.130
【资源配置】centos7
【附件:截图/日志/监控】

Successfully set mirror to https://tiup-mirrors.pingcap.com
Detected shell: bash
Shell profile: /root/.bash_profile
Installed path: /root/.tiup/bin/tiup

Have a try: tiup playground

[root@c7-node-1 tidb]# source /root/.bash_profile
[root@c7-node-1 tidb]# source /root/.bash_profile
[root@c7-node-1 tidb]# tiup playground v6.5.0 --db 2 --pd 3 --kv 3 --host 192.168.197.130
tiup is checking updates for component playground …timeout!
The component playground version is not installed; downloading from repository.
Error: fetch /timestamp.json from mirror(https://tiup-mirrors.pingcap.com) failed: download from https://tiup-mirrors.pingcap.com/timestamp.json failed: Get “https://tiup-mirrors.pingcap.com/timestamp.json”: dial tcp: lookup tiup-mirrors.pingcap.com on 192.168.197.2:53: no such host

已尝试以下方法,问题仍无法解决
将命令窗口 cd 到非 .tiup 目录下面,然后重新执行安装命令,该命令不会损坏数据。 curl --proto ‘=https’ --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh

【 TiDB 使用环境】生产环境 /测试/ Poc
【 TiDB 版本】
【复现路径】做过哪些操作出现的问题
【遇到的问题:问题现象及影响】
【资源配置】
【附件:截图/日志/监控】

请按照模板补充下内容

参考下这个排查下问题

发贴前已参考
在tidb官方的指导下,最终解决了问题,解决方案如下: cd 到家目录(我这里是/home/tidb),然后执行 curl --proto ‘=https’ --tlsv1.2 -sSf https://tiup-mirrors.pingcap.com/install.sh | sh。也就是在非.tiup目录下面进行tiup重装就可以解决问题。

问题仍然没有解决

请问该如何解决

tiup 所在的服务器上能访问这个地址么?

可以的

https://tiup-mirrors.pingcap.com/timestamp.json

这个地址呢


你好,是可以访问到的


这两个 ip 分别是啥? playground 应该只是本地启动一个 tidb 集群做开发用的。如果这个 ip 不是 tiup 所在本机 ip 应该是有问题的。你试试 去掉这个参数能启动么。


并不是IP所导致的

这个报错里面的 197.2 ip 是啥,方便说一说么 :thinking:

至少我这边看起来是没有问题的:

这个我也不是很清楚喔,是我虚拟机里的

cni0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1450
inet 10.244.0.1 netmask 255.255.255.0 broadcast 10.244.0.255
inet6 fe80::7865:f3ff:fe36:637a prefixlen 64 scopeid 0x20
ether 7a:65:f3:36:63:7a txqueuelen 1000 (Ethernet)
RX packets 1121599 bytes 204651832 (195.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1110206 bytes 145116114 (138.3 MiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

docker0: flags=4099<UP,BROADCAST,MULTICAST> mtu 1500
inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255
ether 02:42:db:b5:15:57 txqueuelen 0 (Ethernet)
RX packets 0 bytes 0 (0.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 0 bytes 0 (0.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0

ens33: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.197.130 netmask 255.255.255.0 broadcast 192.168.197.255
inet6 fe80::20c:29ff:fe31:88da prefixlen 64 scopeid 0x20
ether 00:0c:29:31:88:da txqueuelen 1000 (Ethernet)


看下这个呢

image
:sneezing_face:实在找不出问题


这个操作系统的版本要求满足要求吗?


换成6.1.0也不行

确实离谱,想不太出来啥原因 :thinking:

要不看看 /etc/hosts 配置。

换DNS ,换成223.5.5.5 223.6.6.6 /etc/resolv.conf