Search results

  1. U

    Guest Agent Exec ">" Problem

    Hi again. My problem is continue. Now, i trying with Centos but i can't file-write process in Centos. I must use this command because i can't use directly or with "sh -c". If i use each one, i getting an error. Example, i want to install plesk with one click installer command, i can doing it in...
  2. U

    Guest Agent Exec ">" Problem

    Hi again. I'm trying in PHP code and REST HTTP API with your example. But i getting an error in PHP code but i dont get an error in shell with pvesh api. Am I have to create a bash file and run to be success? Error: >: 1: Syntax error: Unterminated quoted string My latest code...
  3. U

    Guest Agent Exec ">" Problem

    Okay. For example, i want to execute plesk's one click installer with qemu agent. How can i do? This code has a bash redirection: sh <(curl https://autoinstall.plesk.com/one-click-installer || wget -O - https://autoinstall.plesk.com/one-click-installer)
  4. U

    Guest Agent Exec ">" Problem

    I'm trying another combinations in cli. Unfortunately i can't execute command with bash redirection. I had this error:
  5. U

    Guest Agent Exec ">" Problem

    Hi everyone. I developing Proxmox automation module for WHMCS. I want to add exec command from panel. I can execute commands fine. But when i want to write file this output with bash redirection I have a error. This error be like in PHP code with var_export function: array ( 'exited' => 1...