Recent content by CRCinAU

  1. C

    Backing up aarch64 client system to PBS

    Understood. Added: https://bugzilla.proxmox.com/show_bug.cgi?id=7436 fwiw, the bugzilla has a current issue: Software error: Insecure directory in $ENV{PATH} while running with -T switch at /usr/share/perl5/Sys/Hostname/Long.pm line 82. For help, please send mail to the webmaster...
  2. C

    Backing up aarch64 client system to PBS

    Is it possible to add to the roadmap to have a single, static, unpackaged binary for both x86_64 and aarch64 architectures for download? This would allow the client to be used much easier on a much wider set of systems.
  3. C

    Backing up aarch64 client system to PBS

    Hi all, I haven't been able to find any information on backing up a machine that is not a VM to the PBS installation. I'm trying to back up everything from an embedded board that is aarch64 running Fedora 43. Is there a static binary download somewhere that is distributed for these cases?
  4. C

    Support for SEV-SNP in guest VMs

    Interesting. I'll consider it a false alarm then hahaha... I was kinda looking forward to tinkering.
  5. C

    Support for SEV-SNP in guest VMs

    I have a Ryzen 7 3700X - which seems to say it supports SEV: flags : ..... sev sev_es $ cat /run/qemu-server/host-hw-capabilities.json { "amd-sev": { "cbitpos": 47, "reduced-phys-bits": 5, "sev-support": true, "sev-support-es": true, "sev-support-snp": false } } When I try to...
  6. C

    Proxmox with 48 nodes

    If you're gunna be running Proxmox on 48 nodes, use your commercial support to lodge a ticket to get exact advice on your setup. You do have a support subscription given that Proxmox VE is core to your operation, right?
  7. C

    Allowing all hosts that can connect to port 26 be trusted networks.

    Thanks. And yes, for the sake of anyone coming across this later on and skim reading, DO NOT do this unless there is a functional access restriction that limits the world from using your system - or it'll make you an open relay to everyone and be a massive abusive target.
  8. C

    Allowing all hosts that can connect to port 26 be trusted networks.

    Had a chance to take a look at this today. I've done modifications to templates before, so not a huge learning curve here - but on the postfix config side, if I'm understanding it right, I just have to add `-o mynetworks=0.0.0.0/0` to the section for pmg.mail.int_port (which is port 26 in my...
  9. C

    Allowing all hosts that can connect to port 26 be trusted networks.

    Hi all, So I have a mate that I'm relaying email via my PMG instance. He's on a dynamic IP - which due to DNS updates works fine for sending mail TO his mail server, but having mail sent via PMG port 26 becomes difficult because I can't add a dynamic IP to the list of trusted networks. Given I...
  10. C

    systemd-bootd + run-parts: /etc/initramfs/post-update.d//proxmox-boot-sync exited with return code 1

    Ahhh gotcha. Ok, i'll remove the fstab entry for /boot/efi and see how that goes.
  11. C

    MACRO firewall rules not working with nftables?

    Thanks for the tip - I did manage to find a missing security group on one of the VMs I imported from elsewhere. From looking at the firewall on each VM, the UI didn't indicate in anyway that the security group was missing. It was the only problem I managed to locate. I seem to remember that...
  12. C

    MACRO firewall rules not working with nftables?

    @shanreich - I have noticed an issue with the nftables firewall where this rule seems to be repeated thousands of times: meta protocol != arp ct state vmap { invalid : jump invalid-conntrack, established : accept, related : accept } Some logging shows that there might be a problem here with...
  13. C

    Shutting down the last VM on a bridge takes the bridge down.

    I've just been playing with my newly installed PVE 9.0.6 install - and when implementing BGP on the host using FRR, I noticed that if I shut down all VMs on the host, then the bridges will end up in the `state DOWN` state when viewing the output of `ip addr`. I managed to find a bit of a...
  14. C

    systemd-bootd + run-parts: /etc/initramfs/post-update.d//proxmox-boot-sync exited with return code 1

    Since removing grub and using systemd-bootd via proxmox-boot-tool, now updates via apt show: root@mel-dc:~# apt dist-upgrade Summary: Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0 1 not fully installed or removed. Space needed: 0 B / 39.4 GB available Continue? [Y/n] y...