arm64 all-in-one obd demo 安装 报错 "Remote grafana-XXXX repository install x"

求助,arm64 debian12 all-in-one ,obd demo 安装 报错 “Remote grafana-7.5.17-1-5129b0134e31d273c970a7e3c7370990016bee16 repository install x”

后面有具体的错误日志

【 使用环境 】测试环境 ,8C16G 200G ,/ 下 130G,不存在硬盘不足
【 OB or 其他组件 】oceanbase-all-in-one-4.2.2.0-100000192024011915.el8.aarch64.tar.gz
【 使用版本 】oceanbase-all-in-one-4.2.2.0-100000192024011915.el8.aarch64.tar.gz
【问题描述】debian12 arm64 采用 all-in-one ,obd demo 安装, 报错 “Remote grafana-7.5.17-1-5129b0134e31d273c970a7e3c7370990016bee16 repository install x”
【复现路径】执行 obd demo ,等待安装就报错,查看安装日志, 应该是 py脚本执行出错了?
【附件及日志】

[2024-05-20 15:15:48.991] [ERROR] Traceback (most recent call last):
[2024-05-20 15:15:48.993] [ERROR] File “core.py”, line 1412, in demo
[2024-05-20 15:15:48.995] [ERROR] File “core.py”, line 1487, in deploy_cluster
[2024-05-20 15:15:48.996] [ERROR] File “core.py”, line 1564, in _deploy_cluster
[2024-05-20 15:15:48.998] [ERROR] File “core.py”, line 1622, in install_repositories_to_servers
[2024-05-20 15:15:48.999] [ERROR] File “core.py”, line 186, in call_plugin
[2024-05-20 15:15:49.002] [ERROR] File “_plugin.py”, line 346, in call
[2024-05-20 15:15:49.005] [ERROR] File “_plugin.py”, line 304, in _new_func
[2024-05-20 15:15:49.006] [ERROR] File “/root/.obd/plugins/general/0.1/install_repo.py”, line 105, in install_repo
[2024-05-20 15:15:49.009] [ERROR] if not install_to_home_path():
[2024-05-20 15:15:49.011] [ERROR] File “/root/.obd/plugins/general/0.1/install_repo.py”, line 58, in install_to_home_path
[2024-05-20 15:15:49.013] [ERROR] success = client.execute_command(“cd ${source} && find -type f | xargs -i %(install_cmd)s ${source}/{} ${target}/{}” % {“install_cmd”: install_cmd}) and success
[2024-05-20 15:15:49.015] [ERROR] File “_plugin.py”, line 224, in new_method
[2024-05-20 15:15:49.017] [ERROR] File “_stdio.py”, line 886, in func_wrapper
[2024-05-20 15:15:49.019] [ERROR] File “ssh.py”, line 497, in execute_command
[2024-05-20 15:15:49.021] [ERROR] File “_stdio.py”, line 886, in func_wrapper
[2024-05-20 15:15:49.022] [ERROR] File “ssh.py”, line 209, in execute_command
[2024-05-20 15:15:49.023] [ERROR] File “subprocess.py”, line 1028, in communicate
[2024-05-20 15:15:49.025] [ERROR] File “subprocess.py”, line 1869, in _communicate
[2024-05-20 15:15:49.027] [ERROR] File “subprocess.py”, line 1072, in _check_timeout
[2024-05-20 15:15:49.028] [ERROR] subprocess.TimeoutExpired: Command ‘cd ${source} && find -type f | xargs -i cp -f ${source}/{} ${target}/{}’ timed out after 30 seconds
[2024-05-20 15:15:49.030] [ERROR]

Debian12得操作系统对吗?

对的,
cat /etc/os-release
PRETTY_NAME=“Debian GNU/Linux 12 (bookworm)”

arm 版本

其实我用 kylinV10 server sp2 的 arm 版本,也是同样的错误

ob支持Debian操作系统。
可以发下obd和observer.log日志
执行下cd ${source} && find -type f | xargs -i %(install_cmd)s ${source}/{} ${target}/{}” % {“install_cmd”: install_cmd}) 看看

这个命令 执行报错 -bash: syntax error near unexpected token `(’
日志 应该用什么命令?
我在 obd display-trace xxxx 下找到 error ,就是上面贴的

重新执行以下命令,然后提供下完整日志那。
可以使用obdiag三部曲巡检下日志

  1. obdiag check 巡检

  2. obdiag analyze log 日志分析

  3. obdiag gather scene run --scene=observer.unknown 未知问题信息采集回来

obdiag文档:OceanBase分布式数据库-海量数据 笔笔算数1

把巡检结果和日志分析结果先发出来,定位不了再把3收集的信息发出来

obd demo 都没有执行完, 没有 obdiag 命令 …

home目录磁盘挂载多大

obd日志提供下
obd mirror list && obd mirror list local 看看

/home 下 100多G 可用

我换了 文档 推荐的 arm 版本的 anoli os 8.6, 还是安装 oceanbase-all-in-one-4.2.2.0-100000192024011915.el8.aarch64.tar.gz ,现在报同样的错

[ERROR] Failed to install repository grafana-7.5.17-1-5129b0134e31d273c970a7e3c7370990016bee16 to /root/grafana
See OceanBase分布式数据库-海量数据 笔笔算数 .

执行结果:

[root@bogon bin]# obd mirror list && obd mirror list local
[WARN] Use centos 7 remote mirror repository for anolis 8.6
±----------------------------------------------------------------------------+
| Mirror Repository List |
±---------------------------±-------±--------±---------±-----------------+
| SectionName | Type | Enabled | Avaiable | Update Time |
±---------------------------±-------±--------±---------±-----------------+
| oceanbase.community.stable | remote | False | False | 1970-01-01 08:00 |
| oceanbase.development-kit | remote | False | False | 1970-01-01 08:00 |
| local | local | - | True | 2024-05-21 11:13 |
±---------------------------±-------±--------±---------±-----------------+
Use obd mirror list <section name> for more details
Trace ID: 11dd575a-1720-11ef-9436-1ecb0ec2bad5
If you want to view detailed obd logs, please run: obd display-trace 11dd575a-1720-11ef-9436-1ecb0ec2bad5
±------------------------------------------------------------------------------------------------------------------+
| local Package List |
±--------------------------±--------±-----------------------±--------±-----------------------------------------+
| name | version | release | arch | md5 |
±--------------------------±--------±-----------------------±--------±-----------------------------------------+
| grafana | 7.5.17 | 1 | aarch64 | 5129b0134e31d273c970a7e3c7370990016bee16 |
| obagent | 4.2.2 | 100000042024011120.el8 | aarch64 | d8172a2bf3811219777124490558bf800dffef87 |
| ob-configserver | 1.0.0 | 2.el8 | aarch64 | 914679287545d627592f37917631645121202b98 |
| ob-deploy | 2.6.0 | 3.el8 | aarch64 | 8358033c4b5fe8f6a58719e40a2449c12b31317d |
| obproxy-ce | 4.2.1.0 | 11.el8 | aarch64 | 29a862871e1198af76cfc92e0c1f43c6ec3c166a |
| oceanbase-ce | 4.2.2.0 | 100000192024011915.el8 | aarch64 | 2d2c544937881ae03a248cd59c1e27096008ddcf |
| oceanbase-ce-libs | 4.2.2.0 | 100000192024011915.el8 | aarch64 | fcd91d513dc6803548a62641f093003d6d3c4e41 |
| oceanbase-diagnostic-tool | 1.5.2 | 22024010415.el8 | aarch64 | fa6acccef414b7785fe8ee51274c0c3a733d1dd0 |
| ocp-express | 4.2.2 | 100000022024011120.el8 | aarch64 | 44a58e92455e3bb1ff8b3cd85c4e1e1cced4ea3e |
| prometheus | 2.37.1 | 10000102022110211.el8 | aarch64 | 4a792690cbac9b440e3ed052dd59a8b103e6bba1 |
±--------------------------±--------±-----------------------±--------±-----------------------------------------+
Trace ID: 1828e30e-1720-11ef-879f-1ecb0ec2bad5
If you want to view detailed obd logs, please run: obd display-trace 1828e30e-1720-11ef-879f-1ecb0ec2bad5

提供一下 obd 日志附件看看 ~/.obd/log/obd


有解决方法吗