tiup icon indicating copy to clipboard operation
tiup copied to clipboard

tiup v1.11.0 Error: failed to fetch cpu-arch or kernel-name

Open big-thousand opened this issue 3 years ago • 0 comments

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do?
tiup cluster check ./topology.yaml -i /home/pengdaqian.0/.ssh/id_rsa --ssh system
  1. What did you expect to see?

deploy succeed

  1. 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
  1. 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)

big-thousand avatar Oct 01 '22 03:10 big-thousand