0xdddddddd commented on issue #9034: URL: https://github.com/apache/cloudstack/issues/9034#issuecomment-2092813477
@weizhouapache 经过我不断的排查。我发现缺少 kvm-ok 这个程序在 debian12 系统中。那是因为 cloudstack-setup-agent 调用了 kvm-ok。 只需要安装:sudo apt install cpu-checker 就可以解决。 这是 “/var/log/cloudstack/agent/setup.log”日志报错。 ``` DEBUG:root:Failed to execute:/bin/sh: 1: kvm-ok: not found DEBUG:root:execute:/usr/bin/lsb_release -i DEBUG:root:execute:hostname -f DEBUG:root:execute:kvm-ok DEBUG:root:Failed to execute:/bin/sh: 1: kvm-ok: not found DEBUG:root:execute:/usr/bin/lsb_release -i DEBUG:root:execute:hostname -f DEBUG:root:execute:kvm-ok DEBUG:root:Failed to execute:/bin/sh: 1: kvm-ok: not found DEBUG:root:execute:/usr/bin/lsb_release -i DEBUG:root:execute:hostname -f DEBUG:root:execute:kvm-ok DEBUG:root:Failed to execute:/bin/sh: 1: kvm-ok: not found ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
