Hello,
I have faced this issue before, but I can't remember how I resolved it. Now, even after upgrading to version 4.19.2, I am still getting this error and cannot successfully create all the system VMs across multiple zones. Here is the initial error : 2024-10-17 12:44:32,991 ERROR [c.c.u.s.SshHelper] (DirectAgent-64:ctx-71168f2e ip-xxxxx.net, job-107315/job-107329, cmd: StartCommand) (logid:eb7b0c7f) SSH execution of command /opt/cloud/bin/patched.sh /opt/cloud/bin/keystore* has an error status code in return. Result output: bash: line 1: /opt/cloud/bin/patched.sh: Permission denied If I execute chmod +x /opt/cloud/bin/* on the vm, I end with this error : 2024-10-17 12:47:14,909 ERROR [c.c.u.s.SshHelper] (DirectAgent-64:ctx-71168f2e ip-xxxxx.net, job-107315/job-107329, cmd: StartCommand) (logid:eb7b0c7f) SSH execution of command /opt/cloud/bin/patched.sh /opt/cloud/bin/keystore* has an error status code in return. Result output: ls: cannot access '/opt/cloud/bin/keystore*': No such file or directory Any suggestions? Thank you, Cristian