Search results

  1. R

    Agent error: The command guest-exec has been disabled for this instance

    Hi @fiona , as far as I understand the features are blacklisted (according to the process), but why on the other hand does qemu-ga -D show no blacklist added? And realistically, how could I solve this problem? Thanks :) In the mean time @UdoB still nothing in response to what I told you was...
  2. R

    Agent error: The command guest-exec has been disabled for this instance

    @UdoB Yes really. And it seems that after this setup - which by the way is on the recommendation of the OVH team - it works. For this I need to find a solution to add the configuration to the VM machine...
  3. R

    Agent error: The command guest-exec has been disabled for this instance

    Hello, I hope you are well! I have small issue. I have one dedicated with proxmox 7.2-11, with Debian 10 An I have 1 VM with CentOS 7, but for the working correctly Internet on this VM , I need a put new file: /etc/sysconfig/network-scripts/route-eth0 10.1.1.1 dev eth0 default via 10.1.1.1 dev...
  4. R

    VE API execute command or generate a string when creating the VM

    Yes, you got me right. Thank you very much for your help. Eventually I came up with a method that would build it like this: 1. A cron task that runs 2 bash scripts - previously added in the template system. 2. The bash script works through an external API that checks for the username/password...
  5. R

    VE API execute command or generate a string when creating the VM

    Hi, Im using Proxmox VE, via API communication. I have a script that I use to create virtual machines (it works brilliantly). The template I will create in advance to make everything work correctly will be with the program installed, but there remains the issue of implementing the API to...