Recent content by RobFantini

  1. R

    backup process tries to start a template resulting in an error

    I removed desktop software, however there could be something still there from desktop user/permissions/files causing the continuing issue of stopped vm and template failed backups. I'll attach log of vzdump and pbs failures . I checked pbs anc vzdump storage and there are no recent backups...
  2. R

    backup process tries to start a template resulting in an error

    so the template backup has been working , not sure what fixed it. could have been updates. Also the same template has been on other pve systems all along and none of those had a backup issue. the particular system has Debian desktop software installed . That has caused other transient...
  3. R

    backup process tries to start a template resulting in an error

    thanks for the attempted help! However this is a template.
  4. R

    backup process tries to start a template resulting in an error

    INFO: Starting Backup of VM 99000 (qemu) INFO: Backup started at 2026-02-10 05:42:46 INFO: status = stopped INFO: backup mode: stop INFO: ionice priority: 7 INFO: VM Name: kvm-template-trixie INFO: include disk 'scsi0' 'kvm2:base-99000-disk-0' 32G INFO: creating vzdump archive...
  5. R

    [SOLVED] osd move to new server

    I used grok and found an answer https://x.com/i/grok/share/755SwGDfCikCNnmErBObeTycw I used the following to move 13 osd nvme disks . In the latest Proxmox VE (version 9.1 as of December 2025), which typically integrates Ceph Squid (19.2.x), you can physically move an existing OSD disk...
  6. R

    misc issues with desktop installed on pve system

    I think the above may be related to having debian desktop installed on the pve system. lxc start / stop work okay now from gui and cli. now there is another issue. for vzdump backup of a kvm which is stopped , this error occurs, and the backup is not created . this show 1 ok and 2...
  7. R

    misc issues with desktop installed on pve system

    now from cli this one starts: pct start 34101 and this too: pct start 34201 I do not know why those start now and not before from cli.
  8. R

    misc issues with desktop installed on pve system

    and another lxc run_apparmor_parser: 906 Failed to run apparmor_parser on "/var/lib/lxc/34101/apparmor/lxc-34101_<-var-lib-lxc>": apparmor_parser: Unable to replace "lxc-34101_</var/lib/lxc>". Profile doesn't conform to protocol apparmor_prepare: 1078 Failed to load generated AppArmor profile...
  9. R

    misc issues with desktop installed on pve system

    reboot an lxc failed: :# pct start 34201 run_apparmor_parser: 906 Failed to run apparmor_parser on "/var/lib/lxc/34201/apparmor/lxc-34201_<-var-lib-lxc>": apparmor_parser: Unable to replace "lxc-34201_</var/lib/lxc>". Profile doesn't conform to protocol apparmor_prepare: 1078 Failed to load...
  10. R

    [SOLVED] ifupdown2 and /etc/network/interfaces issue

    I had one more system which had an ifupdown2 issue after upgrade to Trixie. All 5 systems with ifupdown2 bug were solved with removing comments from /etc/network/interfaces . specifically the comment lines had a interface name within the comment line. These insterface files with those...
  11. R

    Live VM Migration fails

    1- what are Q35 and i440fx? 2- post /etc/network/interfaces for vmbr on both nodes
  12. R

    Live VM Migration fails

    I solved this . the node that would have migrations fail to and from needed an adjustment in /etc/network/interfaces . the other 4 nodes have vmbr3 set as: auto vmbr3 iface vmbr3 inet static address 10.1.10.7/24 gateway 10.1.10.1 bridge-ports bond3 bridge-stp...
  13. R

    Live VM Migration fails

    what is ' sdn config' ? I see software defined network.
  14. R

    Live VM Migration fails

    from a node that is okay to migrate live to: root@pve2:[~]:# pveversion -v proxmox-ve: 9.0.0 (running kernel: 6.14.8-2-pve) pve-manager: 9.0.5 (running version: 9.0.5/9c5600b249dbfd2f) proxmox-kernel-helper: 9.0.3 proxmox-kernel-6.14.8-2-pve-signed: 6.14.8-2 proxmox-kernel-6.14: 6.14.8-2...
  15. R

    Live VM Migration fails

    from a node that fails more info: root@pve5:[~]:# pveversion -v proxmox-ve: 9.0.0 (running kernel: 6.14.8-2-pve) pve-manager: 9.0.5 (running version: 9.0.5/9c5600b249dbfd2f) proxmox-kernel-helper: 9.0.3 proxmox-kernel-6.14.8-2-pve-signed: 6.14.8-2 proxmox-kernel-6.14: 6.14.8-2...