Search results

  1. L

    Is the performance of this host ok or bad?

    Thank you. I'm thinking of using a SAN with 10 gbit/s iSCSI instead. Do you have any experience with that?
  2. L

    Is the performance of this host ok or bad?

    Hello, I think we have a problem with the disk performance of our Proxmox 7.0 server as a "Windows Server 2012 R2" guest feels sluggish and I guess the values from pveperf should be better. pveperf with running VM (just one on this node): CPU BOGOMIPS: 128001.60 REGEX/SECOND...
  3. L

    [SOLVED] Diskspace not freed after cancelled remote sync

    I already thought, that I should wait over night, but it seems I need more patience =) I interrupted the sync so there is still some space left. Should be ok until this afternoon when the 24 hours are over.
  4. L

    [SOLVED] Diskspace not freed after cancelled remote sync

    Hello, I had started a sync from a remote PBS when I noticed that the disk was running full. I stopped the sync, ran a garbage collection, but the disk was still not at the free space value as it was before. How can I fix this? Lars
  5. L

    [SOLVED] After upgrade to PMG 7.0 (Debian Bullseye): Can't save PID to file /var/run/clamav/freshclam.pid

    No idea. While updating to Bullseye perhaps? freshclam updated the database and finished with WARNING: Clamd was NOT notified: Can't connect to clamd through /var/run/clamav/clamd.ctl: No such file or directory I was then able to start the daemon. After a reboot it was still ok.
  6. L

    [SOLVED] After upgrade to PMG 7.0 (Debian Bullseye): Can't save PID to file /var/run/clamav/freshclam.pid

    systemctl status clamav-daemon (snip) Condition: start condition failed at Fri 2021-07-16 12:52:56 CEST; 4min 39s ago └─ ConditionPathExistsGlob=/var/lib/clamav/main.{c[vl]d,inc} was not met mygateway:~# ll /var/lib/clamav total 55M -rw-r--r-- 1 clamav clamav 55M 2021-07-15 17:15...
  7. L

    What is the meaning of "SMTP HELO checks" (mail proxy options)?

    The admin guide could be a little bit more verbose than just "Use SMTP HELO tests." (for all the options) ;-) The general information here applies to "SMTP HELO checks"? https://tldp.org/HOWTO/Spam-Filtering-for-MX/smtpchecks.html And I found this for Postfix. Same as "SMTP HELO checks"...
  8. L

    [SOLVED] After upgrade to PMG 7.0 (Debian Bullseye): Can't save PID to file /var/run/clamav/freshclam.pid

    I noticed this in the logs (journalctl -p 4) after having updated PMG: Jul 15 17:10:31 mygateway freshclam[307]: Can't save PID to file /var/run/clamav/freshclam.pid: No such file or directory Jul 15 17:10:31 mygateway systemd[1]: clamav-freshclam.service: Failed with result 'exit-code'...
  9. L

    Layout for PMG, Exchange and Active Sync

    After some more reading I learnt that it would be a bad idea to put an Exchange server into the DMZ (as it needs a connection to the DC (amongst others)). So, will have to find out how to proxy Active Sync. Anyone using this?
  10. L

    Layout for PMG, Exchange and Active Sync

    Hello, we are currently running a local Exchange installation. Mail is fetched via Popcon (so there is an annoying delay when receiving mails). Active Sync is possible through Port Forwarding on our firewall to the Exchange host (access is restricted to our VPN and some IP ranges of carriers...
  11. L

    Feature request: Show VM name in content view instead of only the number

    Thanks. https://bugzilla.proxmox.com/show_bug.cgi?id=3388
  12. L

    Deleted user still shows up in some files

    I have switched the user "user-vm03" for a sync job to some other user and deleted the user afterwards. Though, it still shows up in some files: # grep user-vm /etc/proxmox-backup/* acl.cfg:acl:1:/datastore/sync_datastore:user-vm03@pbs:DatastoreBackup shadow.json: "user-vm03"...
  13. L

    Feature request: Show VM name in content view instead of only the number

    - Save the new name for new backups of that VM (so this would be store per backup and not per VM id) - same as above - agreed =) - Because this would have to be done manually although it could be automated
  14. L

    [SOLVED] Use different port for Remote Sync

    Oh =) Don't know why, but it seemed like this wouldn't be possible. Also, I didn't find it mentioned in the help.
  15. L

    Feature request: Show VM name in content view instead of only the number

    "Datastore > Content" shows only the VM numbers, e.g. "vm/107". Would be handy to see the same VM name (e.g. "myserver") as configured in PVE. Lars
  16. L

    [SOLVED] Use different port for Remote Sync

    Hello, we have two internal PBS and one external one. The external is using remote sync to pull backups from the first local installation. Now, I wanted to add the (new) second one, but noticed that I cannot specify a port. This is needed so I can configure our firewall to forward different...
  17. L

    [SOLVED] grub prompt on boot up

    Did you try reinstalling grub from the rescue system (with your device mounted)? Something like grub-install --root-directory=/mnt/sdb2 /dev/sdb2 Doing a backup before couldn't hurt.
  18. L

    Best practice for PVE regarding swappiness

    Hello, I have seen some articles that recommend to configure the swappiness to 10 or even 0: https://blog.lbdg.me/proxmox-best-performance-disable-swappiness/ https://4noobs.de/viewtopic.php?t=116 Is there a general recommendation what value to use? I am using a mix of Linux containers and...