Recent content by deepcloud

  1. D

    Guest agent not running on Windows 11

    Yes, I suggest you do a clean install. Get the Latest Win11 ISO from the Microsoft Server and install the qemu 0.185 drivers and also remember to enable the qemu guest while making the new vm. it should work.
  2. D

    Guest agent not running on Windows 11

    Hi, i have no issues running Win11 25H2 on Proxmox 9.0.11 with Virtio Win guest tools - 0.1.285. -works perfectly for me. Also get to see the guest IP outside in the proxmox web interface (which happens only if the guest agent is working) Edition Windows 11 Pro Version 25H2 Installed on...
  3. D

    Nvidia RTX Pro 5000 on Proxmox VE

    Hello, I got hold of a Nvidia RTX Pro 5000 Blackwell - 48GB DDR7. I am not sure but I am daam sure I saw that card having support for VGPU. Earlier we have used Nvidia A40 GPU with 48GB VRAM again and it worked like a charm on Proxmox VE. but since its EOL now we got the new RTX Pro 5000. I...
  4. D

    Prevent Ctrl-Alt-Delete Reboot on Host

    3 years late but still :) sudo systemctl mask ctrl-alt-del.target
  5. D

    Wrong size reported by CEPH

    Hello, We have been using Proxmox for a long time along with ceph. but I feel the report of the space usage by Proxmox is misleading. for eg. we have a 3 node cluster with 3 disks of 7.68TB NVMe on it. now we have a 3 way replicated pool which means we should have 1/3rd the capacity of 3...
  6. D

    The MxGPU solution on Proxmox VE 8.4 to share an AMD Radeon™ PRO W7900 Dual Slot graphics card

    Hello, This is not true, AMD does have multiple GPU supported by MxGPU, but they are expensive, AMD MI210, MI300X, MI325X and MI350X other cards are all end of life and no longer supported but if you can get your hands on the MI Series we do have MxGPU Supported.
  7. D

    VM Issue

    found the issue.. it was due to lack of ram on the physical host. some user had increased the VM Guest memory I put this reply in the interest of somebody else in the community facing a similar issue
  8. D

    VM Issue

    Hello I have a strange problem with the latest update of proxmox i have a machine that is shutting down and then refusing the start unless the node is rebooted. I get the below error in the Task Viewer: swtpm_setup: Not overwriting existing state file. stopping swtpm instance (pid 36801) due...
  9. D

    Active Shell Session | Unable to close

    just do - ps -eaX if you find any other tty apart from pts/0 - kill thoes unknown processes (if you have no other session running) and you should be ok
  10. D

    Active Shell Session | Unable to close

    Got mine solved finally. did a #ps -eaX got the output - found 2 nos. ssh daemons running - dont know why they were there - but it was a ssh to another host - not done by us but proxmox for sure. - killing them worked and now I have no unknown terminal / tasks running
  11. D

    Active Shell Session | Unable to close

    This problem exists even now in 2025. I have shells open since oct 2024 and nov 2024. how do I find the tty value for the below commands. who reports only me logged in and nobody else. ps -A | grep <tty-id> and with ps auxwf | grep <tty-id> I understand i can kill the task but how do I...
  12. D

    Nvidia vGPU-A40 with proxmox

    have a Nvidia A40 GPU - this is supported I have proxmox 8.3.0 - With Kernel 6.5.13-6-pve pinned and installed nvidia VGPU Linux drivers - 535.161.05 I have got the responce from nvidia-smi, nvidia-smi vgpu, mdevctl types... all ok i can even assign the PCIe-vGPU to the VM but cant start it i...
  13. D

    Nvidia Supported GPU with vGPU and Licensing

    I have a Nvidia A40 GPU - this is supported I have proxmox 8.3.0 - With Kernel 6.5.13-6-pve pinned and installed nvidia VGPU Linux drivers - 535.161.05 I have got the responce from nvidia-smi, nvidia-smi vgpu, mdevctl types... all ok i can even assign the PCIe-vGPU to the VM but cant start it i...
  14. D

    Help Needed - Proxmox Issue Causing Debian 12 VMs to Reboot Endlessly After Updates

    ok - update folks problem only appears if you enable hotplug of ram/cpu - and only on debian (12 for sure - not sure about other versions) wasted over 6 hrs to figure this out posted this so that it might help someone