Recent content by PT400C

  1. P

    Bind9 Installation fails using Proxmox 9.0

    Installing Bind9 using Proxmox 9.0 (Trixie) fails with the following message: Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 148. The entire log is: Installing: bind9 Installing dependencies: bind9-utils dns-root-data Suggested packages...
  2. P

    Hetzner: IPv4 Routed to VM not working proberly

    That's what also is confusing for me. I followed the guide over on my hoster's website. There they do the same thing. Concering the screenshots, they have been created at a time where I desperately tested all possible combinations of /27 and /32 subnet configurations. Non of them ever worked.
  3. P

    Hetzner: IPv4 Routed to VM not working proberly

    Bump, still wasn't able to figure this one out.
  4. P

    Hetzner: IPv4 Routed to VM not working proberly

    Hello, for the last couple of days we try to switch our Proxmox installation from a Linux bridge to a routed setup with Proxmox. The Linux bridge worked just fine, but won't allow us to route IPv6 traffic to the VMs at the same time. Still we can't employ a IPv6 Linux bridge as Hetzner doesn't...
  5. P

    [SOLVED] ZFS Backup and Restore massively fill RAM and eventually SWAP with ZST compression

    I'll test that on an actual VM (qemu) asap! :) But on the containers I don't have any control over the caching done it seems. And those fill up the ram 100% of the time I try. EDIT: I just tried and after a few seconds I could already tell that the memory starts to fill up even with any caches...
  6. P

    [SOLVED] ZFS Backup and Restore massively fill RAM and eventually SWAP with ZST compression

    And I just checked if the same problem is still prominent with other compression algorithms - it seems to be! With the same ZFS storage, compressing with tar.gz also cause the ram to clutter up.
  7. P

    [SOLVED] ZFS Backup and Restore massively fill RAM and eventually SWAP with ZST compression

    After many restarts and tests the issue sadly pesists on my end.
  8. P

    [SOLVED] ZFS Backup and Restore massively fill RAM and eventually SWAP with ZST compression

    Update: Out of curiosity I now executed the backup command from the root user CLI instead of the webinterface. Command: vzdump VMID --node NODE --storage local --mode stop --compress zstd Exactly the same VM, same storage, same node. Everything identical. But this time no memory-leak occurs...
  9. P

    [SOLVED] ZFS Backup and Restore massively fill RAM and eventually SWAP with ZST compression

    Hello, recently I noticed a problem with ZFS and creating compressed backups (ZST compression) on the latest Proxmox VE 6.3-6. Every time I create a backup, my entire RAM + some SWAP (64 GB DDR4 + 32 GB SWAP) quickly fill up. This RAM won't (!) free up after the process has finished and will...
  10. P

    [SOLVED] Severe issue with ZFS modules (Latest 6.2-10)

    I used grep -A100 submenu /boot/grub/grub.cfg |grep menuentry and then combined the submenu and menuentry strings with ">" and saved that in the /etc/default/grub file. Example line...
  11. P

    [SOLVED] Severe issue with ZFS modules (Latest 6.2-10)

    Thanks so much for your quick reply, tom! Could you maybe specify how I could do that with a headless machine? The server is located in a datacenter and not in my reach so far :/ EDIT: Is there maybe a way to mark this at runtime to boot into PVE the next time / startup? EDIT2: Here's also a...
  12. P

    [SOLVED] Severe issue with ZFS modules (Latest 6.2-10)

    Hello, recently I followed this guide (https://github.com/angristan/wireguard-install) to install Wireguard on my Proxmox host Debian 10 machine. This worked fine and I used it back then. Days later I uninstalled Wireguard again, not noticing any problems. But just as of today - I restarted...
  13. P

    [SOLVED] Fix broken networking in rescue mode

    @oguz Thanks for you reply! I messed up the subnet, that was the issue.
  14. P

    [SOLVED] Fix broken networking in rescue mode

    Hello, currently I set up a new server with Proxmox, though more or less successfully. Now I am at a point where the server won't be available via the IP anymore. Eventhough I overwrote the interfaces file (etc/network/interfaces) with a working version, the server still seems to be...