Search results

  1. 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...
  2. 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...
  3. 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.
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. C

    MACRO firewall rules not working with nftables?

    Interestingly, I left the firewall rules as they were and then enabled nftables - and all the created rules were there as expected. I added a macro rule, and saw its output just fine. It was almost instant. Interestingly, when I wrote this post, I had waited several minutes for the rule to...
  9. C

    MACRO firewall rules not working with nftables?

    Hi all, I've just done a fresh install of PVE 9.0.6, and noticed that when I add macro rules to a guests firewall - such as the HTTP / HTTPS macros, I can't seem to locate any rule that is created in the nftables firewall. I'm checking with `nft list ruleset` - and the guest chain doesn't seem...
  10. C

    Proxmox Backup Server 4.0 BETA released!

    Hmmm - I still see this with 4.0.11.. The journal logs for the entire login to logged out are: Aug 07 06:56:55 pbs unix_chkpwd[829]: password check failed for user (root) Aug 07 06:56:55 pbs proxmox-backup-api[615]: pam_unix(proxmox-backup-auth:auth): authentication failure; logname= uid=0...
  11. C

    Proxmox Backup Server 4.0 BETA released!

    It occurs in 4.0.10 - even after reboots etc. I can't see a 4.0.11 anywhere at the moment. Also, I can login ok, but normally get logged out again quickly. The journal seems to show the auth failures, and the login session will be invalidated within a couple of page loads.
  12. C

    Proxmox Backup Server 4.0 BETA released!

    I'm using Edge on linux (Fedora 42). No customisation of PAM, and only minimal changes to the underlying OS. I don't seem to see any errors for /api2/* in the journal when using a PBS realm user. EDIT: After adding a 2FA WebAuthn device to the PBS realm user, I logged out, then tried to log...
  13. C

    Proxmox Backup Server 4.0 BETA released!

    For what its worth - I'm getting this too. Aug 06 16:06:07 pbs unix_chkpwd[23232]: password check failed for user (root) Aug 06 16:06:07 pbs proxmox-backup-api[612]: pam_unix(proxmox-backup-auth:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=<ip> user=root Aug 06...
  14. C

    Proxmox Backup Server 4.0 BETA released!

    Has anyone had this issue with the installed kernels after the update to the PBS Beta? root@pbs:~# apt update Hit:1 http://ftp.au.debian.org/debian trixie InRelease Hit:2 http://ftp.au.debian.org/debian trixie-updates InRelease Hit:3 http://security.debian.org...
  15. C

    [SOLVED] The backup (passkey) elligibility of this device has changed, meaning it must be re-enrolled for security validation

    I've noticed with the change to PVE9 and PBS4 betas that I've had a lot of problems with my passkeys giving the following error message: Aug 06 13:57:34 pbs proxmox-backup-api[26218]: Credential backup elligibility has changed! Aug 06 13:57:34 pbs proxmox-backup-api[26218]: error in 2nd factor...
  16. C

    Proxmox VE 9.0 BETA released!

    Reality is though, nobody is going to do that :D I'm guessing we can just disable the pve-test repo and enable the no-subscription one?