Search results

  1. D

    pmg-smtp-filter / fast exit to reduce server load : Performance problem ?

    Bonjour, We have two server in cluster ( virtual machine 8Go de RAM 4 vcpu each ) . We see in /var/log/mail.err : 2025-09-04T09:01:51.724668+02:00 yy01 pmg-smtp-filter[1319111]: fast exit to reduce server load (free 5636096 bytes) 2025-09-04T09:18:22.906085+02:00 yy01...
  2. D

    Possible to use a proxy for the S3 connection in PBS

    Bonjour, Our pbs server doesn't have direct access to internet, we use a http/https Proxy. We try to connect a s3 bucket , but it's seems that it doesn't' pass through it, even with the file /etc/environnement configure. ( in command line the s3 url is working) Is there a way in the...
  3. D

    [SOLVED] Activation of the spamassassin option Shortcircuit

    i modify the file /etc/mail/spamassassin/custom.cf and add the line for the loading plugin, and it's seem to work on the two servers now.
  4. D

    [SOLVED] Activation of the spamassassin option Shortcircuit

    Bonjour, We have two PMG server ( cluster ). We want to activate the Shortcircuit in spamassassin. we try to modify the configurtaion file : /etc/mail/spamassassin/v320.pre We decomment the loadplugin line for shortcircuit. we reload the service ( systemctl restart pmg-smtp-filter.service...
  5. D

    Proxmox VE 9.0 BETA released!

    Very excited with this feature : Snapshots for thick-provisioned LVM shared storage, e.g., for setups connected over iSCSI or Fibre Channel to a SAN.
  6. D

    Abysmally slow restore from backup

    We use PBS with proxmox backup client for the backup of openstack instance / physical hardware. We backup the entire disk , so it's very big in size, the speed for the backup is good ( thanks dedup / compression ), but the restore is horrible. I think the culprit is similar in the proxmox...
  7. D

    Abysmally slow restore from backup

    Can we hope that the proxmox-backup-client ( for restoring entire disk ) will have this improvement too in the future ?
  8. D

    Filter Spam score for the spamreport mail.

    Bonjour, We have a little issue. If a user blacklist a sender email, the score is 100. The next day, is the user receive another email, the mail is in quarantine , but not block. ( https://forum.proxmox.com/threads/blacklist-not-working.41418/ ). Is it possible to filter the daily report...
  9. D

    Error when launching prune command with proxmox-backup-client but work with dry-run option

    We have also encounter the same errors during the backup, with namespace en information ( token ) long, because it can't create the temporary file.
  10. D

    Possible to synchronize only one backup between two pbs server?

    Its's works but a have a little inconvenient : pbs1 ns1 backup : A, B , C, D synchro every day on pbs2 with a bigger retention. --> pbs ns1 backup : A,, B, C, D, E, F, G .... i wanted tu push back the backup ( G for exemple ) to PBS 1 , in order to have pbs1 ns1...
  11. D

    Possible to synchronize only one backup between two pbs server?

    Well. I had the pbs serveur himself to the pbs remote and it seems to works.
  12. D

    Possible to synchronize only one backup between two pbs server?

    The idea is great . But ( in the web page, maybe in command line we can do it ), we can't synchronise 2 namespace on the same datastore. We have to select another datastore, and in this case all the data will be read/write again.:( But if it was possible, it would be a great idea ideed. :rolleyes:
  13. D

    Possible to synchronize only one backup between two pbs server?

    Bonjour, We have one PBS ( PBS1 ) on one site synchronize to another PBS ( PBS2 ) one another site. Instance running on the first site doesn't have access to the PBS on the other site. Only 2 pbs are on the same network. we have a small retention on site 1 , and a big on the second site...
  14. D

    Error when launching prune command with proxmox-backup-client but work with dry-run option

    Do you have any news concerning this issue? i think i have the same problem with the promox-backup-client with the map command for mounting the backup. The message seems identitcal. ( i change some inforlmtion in the command line for posting.. ) proxmox-backup-client map...
  15. D

    Dirty bitmap becomes invalid, after storage migration.

    Bonjour, Can you confirm that the dirty bitmap is always clear after a storage move for a VM hard drive, even if the VM is still running with no reboot? So if we change the storage, we have to re-read oall the data for the backup with PBS ? Thanks.
  16. D

    Error when launching prune command with proxmox-backup-client but work with dry-run option

    I can create a prune job directly on the web interface on pbs, and after, i can launch the prune job when i click run now. it's work My idea was to create the prune job automatically ( with a prune Schedule) via the Api. And after that it's the pbs server who's launch the prune task ( prune...
  17. D

    Error when launching prune command with proxmox-backup-client but work with dry-run option

    I also altered the response. For the long name, they are generated automaticly via a backup script ( we use volume id), that's why there are long. I try with a short token I try with a login/pass, it's the same. there is a lot of "-" in the name of the namespace / group ( like 15 occurence )...
  18. D

    Error when launching prune command with proxmox-backup-client but work with dry-run option

    I ll try with a login/password. But the goal is to launcher the command in a script so the token seems more the way to go. For the file/ namespace name, i just quickly remplace the real name for posting here. Thanks for the reply
  19. D

    Error when launching prune command with proxmox-backup-client but work with dry-run option

    Hello i try tu run the prune command with the proxmox-backup-client like this : with the same command without the option -dry-run : It'a like it stuck for creating the tempfile for the backup, and the command don't work because of it Any idea ?