Search results

  1. E

    [SOLVED] pve-root directory runs out of space: Why and What should I do?

    Good post, here is my expanded version: # lists information about all block devices lsblk # displays amount of space available on the file system df -hT # remove the entry from PVE storage config first (this is not destructive) pvesm remove local-lvm # remove Thin LVM itself - this is...
  2. E

    ClamAV / freshclam update errors

    Correct sudo apt-get install apparmor-utils sudo aa-complain /usr/sbin/clamd sudo systemctl restart apparmor
  3. E

    Installing Proxmox Mail Gateway on AWS

    AlexHK thanks for the update after enabling Clam antivirus, immediate the memory consumption jumped, so I decided to upgrade to t3a.medium. GP3. As the server isn't handling any traffic yet apart from some testing and sitting at 2.2GB we are already using the SWAP.
  4. E

    Installing Proxmox Mail Gateway on AWS

    Made some progress I installed ifupdown2 from the Debian repository so before adding the Proxmox repository. ifupdown2/stable 3.1.0-1+pmx3 all [upgradable from: 3.0.0-1] So installing version 3.0.0-1 gives me no error while installing version 3.1.0-1+pmx3 gives me the ipv6 error error: lo ...
  5. E

    Installing Proxmox Mail Gateway on AWS

    Robbus Thanks for the write-up, I have followed your instructions and I am almost there but got stuck with an installation error of ifupdown2 sudo apt install ifupdown2 Reading package lists... Done Building dependency tree... Done Suggested packages: python3-gvgen The following packages...
  6. E

    Installing Proxmox Mail Gateway on AWS

    i got stuck here on AWS EC2 Debian 11 here https://www.reddit.com/r/Proxmox/comments/wyey39/does_anybody_run_pbs_on_aws_ec2_did_you_have/ and here https://forum.proxmox.com/threads/removing-ifupdown-during-proxmox-backup-server-install-bricks-aws-ec2-vm.114207/ After that completely lose the...