Recent content by devonblzx

  1. D

    ZFS RAID and VM Build

    The rule of thumb is 1GB of RAM for every 1TB of storage, but it depends on your performance needs. You can run on less, I've put 32TB on a 16GB RAM system for cold storage, but the more you allow for ARC, the better performance you'll see.
  2. D

    [SOLVED] Failed to start Proxmox VE firewall.

    pvereport is not available. It is a static network config and the interface is up (as I'm able to download the packages via apt): # The primary network interface allow-hotplug enp10s0f0 iface enp10s0f0 inet static address ***.***.***.13 netmask 255.255.255.0 gateway...
  3. D

    [SOLVED] Failed to start Proxmox VE firewall.

    Just installed from Debian (due to needing a custom partitioning scheme). I installed a similar server last week without issue but ran into this error installing on this system. Upon trying to install proxmox-ve packages, pve-firewall fails to configure because it can't be started...