Search results

  1. J

    [SOLVED] Problems migrating from 6.4 to 7.0 - error restoring backup

    Thanks ! The goal was to extract the tar-archive of the 6.4 installation (tar -xvf) and make a tgz-archive (tar -czf) needed for the 7.0. Thank you for your assistance ! Best regards Jens
  2. J

    [SOLVED] Problems migrating from 6.4 to 7.0 - error restoring backup

    I created the backup with the pmg backup tool (Version 6.4). I enclosed a screenshot of the content of the tar file. Yes, Icopied it to /var/lib/pmg/backup. Best regards Jens
  3. J

    [SOLVED] Problems migrating from 6.4 to 7.0 - error restoring backup

    Hello, I tried to migrate from 6.4 to 7.0. I made a snapshot of my existing VM an installed with the 7.0 ISO-Image from scratch. After this I wanted to restore a backup from my 6.4 - version. First I had to rename the .tar file to .tgz; after doing this I received the enclosed error message...
  4. J

    [SOLVED] Let's encrypt certificate not renewing automatically

    SOLVED: Had to open port 80 and port 443 at the firewall ! Best regards Jens
  5. J

    [SOLVED] Let's encrypt certificate not renewing automatically

    I set up PMG in early October from scratch on a debian 10 and implemented ssl/Letsencrypt as documented here in the forum. Today i got a message that my certificate hat not renewed yet. i tried a certbot renew" on the console and got error messages that communication may be blocked by the...
  6. J

    [SOLVED] Proxmox mail gateway Clamav error

    I added 2GB of swapspace and configured clamav-daemon to a maximum of 30%cpu and 384mBytes of RAM vi etc/systemd/system/clamav-daemon.service.d/extend.conf IOSchedulingPriority = 7 CPUSchedulingPolicy = 5 MemoryLimit=384M CPUQuota=30% Nice = 19 all services are running so far :) Thank you...
  7. J

    [SOLVED] Proxmox mail gateway Clamav error

    I installed based on a debian 10 VM (1 vcpu, 2 GB RAM, 40GB SSD) i ordered at NETCUP GmbH First I changed the hostname, afterwards, i changed /etc/apt/sources.list (due to test-evironment without subscription) and then apt install proxmox-mailgateway That's it (finally i only removed...
  8. J

    [SOLVED] Proxmox mail gateway Clamav error

    Stoiko, thank you for your response. The issue is easily reproducable by starting clamav-daemon # systemctl start clamav-daemon analysis results with "htop": clamd - process uses consumes all cpu-ressources clamd - process uses consumes all memory ressources after 20 seconds it will be killed...
  9. J

    [SOLVED] Proxmox mail gateway Clamav error

    according to your documentation https://www.proxmox.com/de/proxmox-mail-gateway/systemanforderungen the machine has 2 only GB RAM - it's only a test environment
  10. J

    [SOLVED] Proxmox mail gateway Clamav error

    Thanks for the fast reply. It seems that you are right - there is an out "of memory-error". [81472.533565] oom-kill:constraint=CONSTRAINT_NONE,nodemask=(null),cpuset=/,mems_allowed=0,global_oom,task_memcg=/system.slice/clamav-daemon.service,task=clamd,pid=15850,uid=109 [81472.533583] Out of...
  11. J

    [SOLVED] Proxmox mail gateway Clamav error

    I successfully setup PMG on a Debian 10 and got it running so far. First, clamav-freshclam failed so I removed apparmor service (as explained in the forum) and rebooted the machine. Now clamav-freshclam works fine but the clamav-daemon stops after about 30 seconds with the following error...