Search results

  1. powersupport

    Windows VM Freezing During Backup

    Hi, Regarding the issue, please check the following: System resources: Make sure the Windows VM isn’t running low on RAM or disk I/O during the backup. QEMU Guest Agent: Try disabling it temporarily to see if that helps. Logs: Check the PBS and PVE backup logs for more details about when the...
  2. powersupport

    Restore from VM Disks?

    Hi, Since you still have the .qcow2 and .raw disk files, you can likely recover the VMs. You can do this by: Creating a new VM in Proxmox (with similar specs). Deleting the new empty disk it creates. Moving or linking your old disk file (like vm-101-disk-0.qcow2) into the new VM's folder...
  3. powersupport

    Home Assistant and Proxmox

    Hi, Since your backup is around 60GB and the VM disk is showing 18TB, the easiest way to fix this is: Restore from backup Since you made a backup after setting up a new Home Assistant VM: Just restore that 60GB backup onto the new VM you created. It will ignore the oversized disk and only use...
  4. powersupport

    can't lock file '/var/lock/qemu-server/lock-104.conf' - got timeout

    Hi, This issue happens when the Veeam worker VM gets stuck in the "starting" state, and Proxmox locks the VM config file. That’s why backups fail. Since restarting pvedaemon fixes it, it might be a stuck task or process. You can try: Run journalctl -u pvedaemon -n 100 to check logs. Check if...
  5. powersupport

    User permissions for backup jobs, retention rules

    Hi, The error means that your PBS user doesn’t have permission to delete old backups (prune), which is why the retention rules are not working. The DatastoreBackup role only allows making backups, not deleting them. To fix this, you can give the user the DatastorePowerUser role on the...
  6. powersupport

    Server Becomes Unresponsive During PBS Backup

    Hi, When the Proxmox Backup Server (PBS) backup runs, my Proxmox VE server becomes unresponsive. The web GUI and SSH stop working until the backup is finished. Is there any way to fix this? Anybody please assist on this to help resolve the issue. Thanks.
  7. powersupport

    How to change default return-path sender (mailer-daemon@hostname) in PMG?

    Hi Team, We are using Proxmox Mail Gateway (PMG). When emails bounce or fail to send, PMG sends a message from mailer-daemon@<hostname>. The problem is that this email address is not allowed by our SPF/DMARC settings, so other servers sometimes reject it. Is there a way to change the...
  8. powersupport

    How to Allow Customer to Access Only Their Own VM Backup in PBS?

    Hi, I need to provide a customer with access to Proxmox Backup Server (PBS) so they can download and restore their own VM backups. However, the PBS contains backups of many other VMs, and I want to ensure that the customer can only see and access their own VM backups. Could you please guide me...
  9. powersupport

    User Permissions Issue on PBS Datastore – Duplicate Usernames & Fingerprint Retrieval

    Hi, I need help with the following in Proxmox: Create a datastore and configure it. Assign the datastore to a VM for storage. Take a backup of the VM. Give the customer access to the datastore only so they can download and restore the backup. May I know what’s the best way to do this? Thanks!
  10. powersupport

    User Permissions Issue on PBS Datastore – Duplicate Usernames & Fingerprint Retrieval

    Hi, I assigned Admin privileges to a user for a datastore, but I see another user with the same name in the list. Issues: How can I log in with the correct user with admin privileges ? How do I get the datastore fingerprint for the user? Any help would be appreciated. Thanks
  11. powersupport

    Native Support for Individual File Recovery in VMs with Proxmox Backup Server (PBS)

    Hi Support, I hope this message finds you well. Could you please confirm if Proxmox Backup Server (PBS) natively supports individual file recovery within virtual machines? This functionality is essential for our requirements. Looking forward to your response. Thank you
  12. powersupport

    Native Support for Individual File Recovery in Proxmox Backup Server"

    Hi, Could you please advice if Proxmox Backup Server (PBS) natively supports individual file recovery within VMs, without the need for third-party tools? Thank you.
  13. powersupport

    Which file system is the best

    We are planning to integrate a SAN lun to proxmox as iscsi storage, there are not much documentation available for the same, in some documentation I see using OCFS2 file system and ZFS, but OCFS2 is not officially supported by proxmox and zfs is not ideal for cluster, so we looking to other...
  14. powersupport

    proxmox cluster setup with Alletra 5000

    Hi, For integrating Alletra 5000 storage to a proxmox cluster, may I know which is the best file system we can use? there is not much documentation for this scenario I see some documentations about OCFS2 but not sure if it will work Thank you.
  15. powersupport

    Which file system is the best

    Hi, Which filesystem is best for live migration and HA support in a Proxmox cluster: ext4, XFS, or ZFS? Thank you!
  16. powersupport

    best filesystem for proxmox cluster

    May I know which is the best filesystem for the proxmox cluster, xfs,ext4,xfs, or OCFS2? Thank you.
  17. powersupport

    proxmox cluster with HPE Alletra 5000 as storage

    Hi, Using Proxmox VE with HPE Alletra 5000 as storage: is it possible to configure Proxmox VE to enable high availability (HA) using HPE Alletra 5000 storage? our client plans to connect 30 nodes to the HPE Alletra 5000 with the HA feature. Thank you
  18. powersupport

    Proxmox Mail Gateway

    Hi Team, Anybody can help on this issue?
  19. powersupport

    Proxmox Mail Gateway

    Hi team, We would like to make some changes to the Proxmox Mail Gateway email notification. 1. change postmaster from the Proxmox notification from postmaster@localhost.localdomain to emailsecurity@localhost.localdomain 2. Remove the localhost from the Proxmox email notification, from...
  20. powersupport

    iscsi storage access directly from proxmox node

    Hi, Is there a way we can directly access iscsi storage from proxmox node