Search results

  1. readyspace

    [SOLVED] Taking 40min to create a VM...

    Hi @Nodemansland , Based on your description, I can see that it is most likely due to the IO Delay. A healthy IO delay will be 0% at most times. If you are getting more than 0%, you might want to check on the latency between your node and the storage. If it is more than 1ms, you should upgrade...
  2. readyspace

    [SOLVED] saving backups/dumps to an external usb drive

    Hi @hjw Please try the using USB to backup and restore VM to another location. To back up a Proxmox virtual machine (VM) to an external drive for migration to another node, follow these steps: 1. Prepare the External Drive: Connect the Drive: Plug in your external USB drive to the Proxmox...
  3. readyspace

    Android Studio Virtual Device

    Hi @djurden1 , Please try to enable nested virtualization. This allows the VM to utilize hardware-assisted virtualization features like Intel VT-x. Here's how you can achieve this: 1. Enable Nested Virtualization on the Proxmox Host: First, ensure that your Proxmox host is configured to...
  4. readyspace

    Roblox VM detection - can be overcome?

    Hi @proitprox , can you try this? Configure your virtual machine (VM) to use the "Skylake-Client" CPU model. This model emulates the Intel Skylake client processor, providing a balance between performance and compatibility for workloads that benefit from Skylake-specific features. Setting the...
  5. readyspace

    Very slow VM on Dell R620

    Hi @Ricky85 , it could be that a firmware update is required. If you are running on the latest Proxmox VE version. You should also update motherboard, HBA and all the firmware to the latest. Have you check if there are any updates done since the hardware is already 12 years old.
  6. readyspace

    Kernel Errors

    Hi @HungryBear00 , here are more information you can refer to relating to kernel upgrade https://forum.proxmox.com/threads/opt-in-linux-6-14-kernel-for-proxmox-ve-8-available-on-test-no-subscription.164497/
  7. readyspace

    [SOLVED] Reinstalling OS and Mounting Datastores EXT4

    Hi @cshill , are you able to provide some logs? Review System Logs: Check the system logs for any errors related to storage or mounting: dmesg | grep -i error tail -f /var/log/syslog
  8. readyspace

    Kernel Errors

    Hi @HungryBear00 , as there isnt a way to verify if it is a hardware issue. Have you tried using the latest kernel 6.14?
  9. readyspace

    Win11 Autopilot TPM attestestation timed out

    Hi @Lazarus , may I know if you have checked the following? TPM is enabled in the BIOS/UEFI, and the machine has TPM 2.0 (which is required for Autopilot). Secure Boot is also enabled. The system firmware is up-to-date. The machine has a stable internet connection. I’ve verified that the device...
  10. readyspace

    [SOLVED] vGPU just stopped working randomly (solution includes 6.14, pascal fixes for 17.5, changing mock p4 to A5500 thanks to GreenDam )

    Hi @zenowl77 , it looks to me that it is a kernel issue. There is a new kernel released. You might want to try updated to the latest kernel too.
  11. readyspace

    Opt-in Linux 6.14 Kernel for Proxmox VE 8 available on test & no-subscription

    Thanks for this, we'll try out on the latest hardware and feedback if any.
  12. readyspace

    [SOLVED] full backup after dirty-bitmap?

    No, a full backup is not automatically performed after a successful incremental backup using a dirty bitmap; subsequent backups can remain incremental if the bitmap stays valid. However, if the dirty bitmap becomes invalid, as seen in the logs where it was cleared, a full backup will be performed.
  13. readyspace

    Backup Completion Error Due to Missing Completion Flag (II)

    Verify the storage type for LXC/8001's root filesystem: Run pct config 8001 to check the storage configuration (e.g., rootfs: local:8001/rootfs). Check /etc/pve/storage.cfg to confirm the storage type (e.g., dir, lvm, zfs). If the container is on directory-based storage (dir), which does not...
  14. readyspace

    Proxmox Mail Gateway

    Hi Support, For the first concern, we understand that changing the "postmaster" to "emailsecurity" is not advisable, as it can cause compatibility issues due to the address being hardcoded. For the second concern: PMG Installation Date: We started using proxmox to our live environment...
  15. readyspace

    How will we get the start date and end date with proxmox license and offline license

    could you let us know how to determine the actual start and end dates for both the Proxmox license and the offline license?
  16. readyspace

    How will we get the start date and end date with proxmox license and offline license

    In Proxmox VE Standard 2 CPU, could you let us know how to determine the actual start and end dates for both the Proxmox license and the offline license?
  17. readyspace

    CPU bug on raid1

    Hi, I would not recommend running on RAID in this case. The error could lead to something more. You might want to connect with DELL support about this. If you are already running on a cluster, there is actually no requirement to setup OS on RAID. At our end, we have setup many clusters without...
  18. readyspace

    ceph object storage

    Hi @aaron , May i know if proxmox will be adding Object Storage into the Proxmox VE tooling in the future? David
  19. readyspace

    [SOLVED] 10GB NIC only works in 1GB mode

    Hi, are you using cat 7 cables? If not, do try get cat 7 to see if it helps
  20. readyspace

    use GVRP to register VLANs in switch

    Hi, I’m noob to this. Do you think if change to OVS will then allow GPRV? If I install OVS, will the default be automatically disabled?