当我尝试使用telepresence connect
命令将macOS中的网真与M1芯片连接时,显示如下错误:
W0830 19:51:29.367038 94595 native_arm64.go:52] Could not read /proc/cpuinfo: open /proc/cpuinfo: no such file or directory
W0830 19:51:29.367073 94595 native_arm64.go:177] Could not read /proc/self/auxv: open /proc/self/auxv: no such file or directory
Launching Telepresence User Daemon
telepresence: error: connector service did not start: timeout while waiting for connector to start
If you think you have encountered a bug, please run `telepresence gather-logs` and attach the telepresence_logs.zip to your github issue or create a new one: https://github.com/telepresenceio/telepresence/issues/new?template=Bug_report.md .
这是网真版本信息:
➜ reddwarf-admin git:(main) telepresence version
W0830 19:54:30.187911 94876 native_arm64.go:52] Could not read /proc/cpuinfo: open /proc/cpuinfo: no such file or directory
W0830 19:54:30.187944 94876 native_arm64.go:177] Could not read /proc/self/auxv: open /proc/self/auxv: no such file or directory
Client: v2.7.2 (api v3)
Root Daemon: v2.7.2 (api v3)
User Daemon: not running
是否有人面临同样的问题?为什么会发生这种情况?我应该做什么来解决这个问题?我已经尝试了这个命令:
telepresence quit -ur
sudo pkill -SIGTERM -f daemon-foreground
pkill -SIGTERM -f connector-foreground
telepresence connect
我也试过把网真版本升级到2. 8. 2,问题仍然存在。
➜ cruise-open git:(main) telepresence version
Client: v2.8.2 (api v3)
Root Daemon: v2.8.2 (api v3)
User Daemon: not running
➜ cruise-open git:(main) telepresence connect
Launching Telepresence User Daemon
telepresence: error: connector service did not start: timeout while waiting for connector to start
If you think you have encountered a bug, please run `telepresence gather-logs` and attach the telepresence_logs.zip to your github issue or create a new one: https://github.com/telepresenceio/telepresence/issues/new?template=Bug_report.md .
有人面临同样的问题吗?我也试过这样的命令:
mkdir -p /Users/$USER/Library/Caches/telepresence
仍然无法修复此问题。
1条答案
按热度按时间cygmwpex1#
我尝试使用此命令并修复了此错误: