Search results

  1. T

    Physical TPM Benefits?

    You are correct, I was just stating one of the functions it can do. I was just wondering if it will help with any hwaccel like VMs with TPM requirements.
  2. T

    Physical TPM Benefits?

    I was wondering if having a physical TPM unit gives any benefits installed in host. I know it can be a source for random number generator.
  3. T

    External USB disks go to sleep and never wake up again

    I recommend getting something like "Y" cable with extra usb connector for aux power. Some SSDs/HDD can overwhelm USB port's power, if they are connected to same bus internally.
  4. T

    Complete system outage

    Yes you do need to add a Qdevice. I am currently rebuilding my homelab and only have two nodes setup so far, and it sometimes causes issues with HA. Run pvecm expected 1 in each of the hosts to get them back and running.
  5. T

    unknown node status when vm backup job

    I have a similar issue but everything works as normal on the node that says Status: Unknown on all the Containers and VMs.
  6. T

    Stuck at EFI boot during reboot of VM

    Does it always get stuck in the same place (before the spinning circles show up)? Yes. Primarily when the VM is restarting. Rarely from cold start. Can you remember when the issues started and if yes, can you correlate it with a certain update? I had this issue since V6 that I can remember. I...
  7. T

    Stuck at EFI boot during reboot of VM

    I have been having issue with this for a while with VMs. Whenever, the VM restarts and it gets stuck on Proxmox EFI boot screen as seen below. Doesn't matter if it is Windows 10 or 11. I haven't tried a linux distro on a vm yet. I have to do a reset for it to boot normally. This happens only...
  8. T

    Proxmox goes offline when passthrough of HBA card to VM is applied

    What motherboard are you using? It looks like that PCI-E group is shared with many other devices. Also, can you post your settings for modules, modprobe, cmdline, etc.
  9. T

    [SOLVED] xterm.js cutting off characters in Firefox

    That is great news! I will mark it as solved as soon as comes out to stable.
  10. T

    Getting Error on Start of new Ubuntu Server VM

    What is the VM config? On the CLI: qm config <vmid>
  11. T

    [SOLVED] Proxmox 7.1 GPU Passthrough

    These are my settings cat /etc/kernel/cmdline root=ZFS=rpool/ROOT/pve-1 boot=zfs i915.enable_gvt=1 kvm.ignore_msrs=1 intel_iommu=on iommu=pt cat /etc/modules kvmgt xengt vfio-mdev vfio vfio-iommu-type1 vfio-pci vfio-virqfd The last thing I do before reboot is proxmox-boot-tool refresh You...
  12. T

    I need help with the ssh system in my proxmox containers

    If you are willing to learn, I would start with Proxmox Wiki. That is a good place to start on how Proxmox works before you do anything. Remember LXCs doesn't have the same security isolation as VMs.
  13. T

    PVE 7 on ZFS: put root FS on two HDD or on two SSD?

    I dont have any zfs HDD in my array. I do have one hdd as a directory mount for local backups.
  14. T

    PVE 7 on ZFS: put root FS on two HDD or on two SSD?

    That might explain why my SSDs going through its TBW rating like no other.
  15. T

    [SOLVED] xterm.js cutting off characters in Firefox

    Did a clean install of the latest Firefox v92 and have the same issue.
  16. T

    [SOLVED] xterm.js cutting off characters in Firefox

    I have tried full refresh, changing the font type and font size.
  17. T

    Proxmox - Real Time Kernel Linux

    You can use git clone git://git.proxmox.com/git/pve-kernel.git. That is the master tree. You will need to use the branch/version you are using.
  18. T

    Proxmox - Real Time Kernel Linux

    I am sure you can. You will have to compile the kernel yourself to get real time functionality.
  19. T

    [SOLVED] xterm.js cutting off characters in Firefox

    After upgrading to pve v7, xterm is cutting off bottom of characters in Firefox (v90). I tried changing the settings for xterm but no luck. It works just fine in chrome and edge browser. I have included a snip of xterm.
  20. T

    [SOLVED] How to determine ARCsize?

    That depends on your application and use case. One of my machines I have ARC size is set to 2GB max because most of the my drive activity are writes. Any reads I have are pretty static and my miss% is only 10. It may not be a clear advice but you can definitely try reducing it and see if you...