Search results

  1. B

    Thanks for the web GUI update

    Upated to PVE 9.x this week. I just wanted to let the Proxmox staff know that I appreciate them fixing the mobile web interface so it works on Firefox/Android.
  2. B

    Can't mount NVME Drive Using vfio-pci Driver

    The fact that it works with IOMMU disabled kind of says otherwise. Plus the fact that the kernel is binding vfio to the device says it thinks the device is being passed thru. What does "lspci -vmm" say?
  3. B

    Can't mount NVME Drive Using vfio-pci Driver

    The new disk is likely in the same IOMMU group as something you are passing through.
  4. B

    VirtIO-SCSI but for NVME

    To be clear, the studies @bbgeek17 refers to are about using nvme-over-tcp vs iscsi on the host. It doesn't speak to whether nvme emulation in qemu would perform better or worse than virtio-scsi.
  5. B

    VirtIO-SCSI but for NVME

    A lot of this kind of stuff is in qemu because people want to use it to do system emulation during SW development. It doesn't mean that it is performant or that it makes sense in a production environment.
  6. B

    VirtIO-SCSI but for NVME

    The virtio-scsi device does not emulate any real device. That's why you need a special driver for it. What benefits could you possibly obtain by making it more complex?
  7. B

    [SOLVED] How do I login

    Proxmox does not have a "desktop". It is a server OS and is mostly managed remotely via the web browser or SSH. It also does not have DHCP enabled by default so you will need to set a static IP by editing /etc/network/interfaces and /etc/hosts. Pick an address that is outside of your server's...
  8. B

    pve 9 "memory on pfsense ? "

    Do you pass thru any PCI devices? All memory must be pinned in that case.
  9. B

    [SOLVED] Plasma as DE on top of Proxmox - Network Manager thinks Plasma is offline

    Glad to hear you got it fixed. You can edit the post title to mark it SOLVED for future generations.
  10. B

    [SOLVED] Plasma as DE on top of Proxmox - Network Manager thinks Plasma is offline

    You can always remove Network Manager. It is absolutely not required for KDE Plasma to work.
  11. B

    [SOLVED] Plasma as DE on top of Proxmox - Network Manager thinks Plasma is offline

    You can in fact use Network Manager to manage any non-PVE interfaces you may have. Another Ethernet or Wifi or whatever. Just put the PVE interfaces in /etc/network/interfaces and leave the others unconfigured so Network Manager can handle them.
  12. B

    [SOLVED] Plasma as DE on top of Proxmox - Network Manager thinks Plasma is offline

    This is not true. KDE Plasma doesn't care how the networks are managed, just that they are up when needed. I run a VM with KDE Plasma and no Network Manager at all and it works fine. Indeed, I do not get the status of the network in my systray by why is that important for a server? It isn't as...
  13. B

    [SOLVED] Plasma as DE on top of Proxmox - Network Manager thinks Plasma is offline

    You don't want NetworkManager to manage vmbr0 and by default it won't because it ignores any interfaces that are managed by ifupdown. You had to override that behavior by changing the config file. Change it back to "managed = false" in the ifupdown section and it will stop complaining and vmbr0...
  14. B

    PVE 9.0.9 RHEL 10 - Unable to boot

    What CPU is the host? Maybe it is too old for RHEL 10.
  15. B

    [SOLVED] PVE 8 to 9 upgrade failing - Compilation errors

    I think you need to give it a package name to reinstall. ETA: Just so you are aware, there are so-called "man pages" that document most commands. See "man apt" for example.
  16. B

    pveproxy not starting

    You installed a script that modifies the PVE code. It apparently needs an update for PVE9. Maybe you could do "apt install --reinstall pveproxy" and don't install your patches to get back to a working system.
  17. B

    [SOLVED] PVE 8 to 9 upgrade failing - Compilation errors

    Removing subscription nag from UI.. There's the problem. You likely used one of the "community scripts" to remove the subscription nag and it installed a hook to re-apply the patch on updates, But when you go between major versions the patch is wrong because the code has changed and said...
  18. B

    How to create a PAM user on Proxmox?

    I don't think PVE copies PAM user info to the other members of the cluster. If that is true you'd have to create the user on all cluster members.
  19. B

    WSL2 Broken Down

    Wouldn't life be simpler if you just use Linux to run Linux things? Install Ubuntu in a VM and take the rest of the day off.
  20. B

    Debian 13 container with nesting disabled hangs at boot

    Debian 13 uses a version of systemd that requires nesting. So it is in fact needed.