tiup
tiup copied to clipboard
tiup v1.11.0 Error: failed to fetch cpu-arch or kernel-name
Bug Report
Please answer these questions before submitting your issue. Thanks!
- What did you do?
tiup cluster check ./topology.yaml -i /home/pengdaqian.0/.ssh/id_rsa --ssh system
- What did you expect to see?
deploy succeed
- What did you see instead?
tiup is checking updates for component cluster ...
Starting component `cluster`: /home/xxxx/.tiup/components/cluster/v1.11.0/tiup-cluster check ./topology.yaml -i /home/xxxx/.ssh/id_rsa --ssh system
+ Detect CPU Arch Name
- Detecting node 0.0.0.0 Arch info ... Error
Error: failed to fetch cpu-arch or kernel-name: executor.ssh.execute_failed: Failed to execute command over SSH for '[email protected]:22' {ssh_stderr: , ssh_stdout: , ssh_command: export LANG=C; PATH=$PATH:/bin:/sbin:/usr/bin:/usr/sbin /usr/bin/sudo -H bash -c "uname -m"}, cause: signal: killed
- What version of TiUP are you using (
tiup --version)?
tiup -v
1.11.0 tiup
Go Version: go1.19.1
Git Ref: v1.11.0
GitHash: 1a4714d7146fa85240a1ff4ef7451df719e0b4f0
(base)