Search results

  1. D

    Healthchecks.io - Backup Hook Script

    I am working on a hook script to integrate with a self-hosted version of Healthchecks.io when backing up my VM/LXCs to PBS. I have almost everything how I want it, but need a way during the Job-End phase to determine if there were any errors during the backup process. I was just going to parse...
  2. D

    [SOLVED] Proxmox-Boot-Tool Status vmlinuz not found

    I am in process of migrating to use the PBT and it looks like everything is processing correctly as per the documentation. However, when I run proxmox-boot-tool status, I get the following output. $ sudo proxmox-boot-tool status Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount...
  3. D

    Unable to create LXC via API PVE 7.1-8

    More details in this Github issue: https://github.com/ansible-collections/community.general/issues/3956 I am unable to create an LXC container in v7 via the API if I use the rootfs option to specify the disk size. If I omit the rootfs option, the container is created successfully. I have tried...