Recent content by Flix

  1. F

    Unattended PVE upgrade

    Just found another thread mentioning the same problem: https://forum.proxmox.com/threads/pve-apt-hook-und-ansible.92578/ Is there a solution for this by now?
  2. F

    Unattended PVE upgrade

    Hi, when performing a PVE update from v5 to v6 using apt dist-upgrade there is a pve-apt-hook preventing an unattended upgrade: !! ATTENTION !! You are attempting to upgrade ... ... Press Enter to continue, or C^c to abort. This is blocking the upgrade using Ansible in my case. Is there a...
  3. F

    [SOLVED] qm create/set --boot parameter

    Thank you Moayad, that is the solution!
  4. F

    [SOLVED] qm create/set --boot parameter

    Hi, when trying to use the --boot parameter either with "qm create" or "qm set" with any of these variants I always get errors. qm create --boot order=net0;scsi0;ide2 qm create --boot order=net0,scsi0,ide2 Using only one parameter qm create --boot order=net0 qm create --boot order=scsi0...