Recent content by sshaikh

  1. S

    Network stops and starts "randomly"

    One of my Proxmox hosts randomly loses network for 5-6 seconds at what appears to be random points throughout the day. I am usually using VMs via RDP, and they either pause or disconnect. While investigating the issue I've noticed both pings to and from the host also stop, so it seems to be a...
  2. S

    Temporary Performance Issues due to network?

    I figured it was a long shot, but always worth documenting these data points. If I see the same hostwide performance again, what's the best way to quantify what's going on? I didn't see anything unusual using top on the host for example.
  3. S

    Temporary Performance Issues due to network?

    I usually run a couple of desktops on a Proxmox host running on a Haswell Xeon with 32GB ram. Hardware capabilities aside, the setup has been running well for me. The host is part of a two box cluster (which I use for the datacentre UI and not resilience). For the last three days or so my...
  4. S

    Proxmox 5.3, DHCP for vmbr0

    For anyone else who finds this, don't do what I did and replace everything vmbr0 with the above. You'll lose network access. Make sure you keep the bridge lines, so perhaps something like: auto vmbr0 iface vmbr0 inet dhcp bridge_ports eth0 bridge_stp off bridge_fd 0...
  5. S

    Thinclient and Remote Desktop Virtualisation Server

    It's worth noting that any kind of GPU passthrough will disable the proxmox SPICE setup. I've gone the other way and set up "bespoke" remoting per VM. That's essentially RDP for Windows (although sometimes VNC for GPU/game streaming) and still tossing up between NoMachine and xRDP for Linux...
  6. S

    proxmox api

    As we are now in the future, any sign of this functionality coming soon? ;) I notice that the usage can be found in lvs say, so although I appreciate the guest-agent is the right way to do it, perhaps in the short term for LVM disks it can be picked up directly?
  7. S

    [SOLVED] Proxmox prometheus exporter questions

    From https://github.com/prometheus-pve/prometheus-pve-exporter/issues/43, you can use tokens by using a slightly different config: default: user: "..." token_name: "..." token_value: "..."
  8. S

    [SOLVED] Proxmox prometheus exporter questions

    @jfmanamtr this was great. Just out of interest, why do you create a token? It doesn't look like the pve exporter supports them? I had to use the user/pass.
  9. S

    QEMU 5 and Legacy IGD passthrough

    If you already know how to build things then you'll have this fixed in less than 15 minutes. If you don't then it's a fun (and safe enough) exercise to do that will take 2 hours or so.
  10. S

    QEMU 5 and Legacy IGD passthrough

    FYI the official patch has now been included: https://bugs.launchpad.net/qemu/+bug/1882784
  11. S

    IGD passthrough and hard coded PCI bridges

    This from the chap behind the IGD passthrough code in QEMU is very useful: https://git.qemu.org/?p=qemu.git;a=blob;f=docs/igd-assign.txt;h=e17bb50789ada12b210897a5574bf89ee64b80fb;hb=HEAD
  12. S

    IGD passthrough and hard coded PCI bridges

    I went ahead and filed a bug: https://bugzilla.proxmox.com/show_bug.cgi?id=2794
  13. S

    QEMU 5 and Legacy IGD passthrough

    Just to report back that a deb-patched deb package has brought the functionality back via Proxmox server (subject to suppressing PCI bridge 2 as per https://forum.proxmox.com/threads/igd-passthrough-and-hard-coded-pci-bridges.68285)
  14. S

    QEMU 5 and Legacy IGD passthrough

    Okay. Great - it being overridden is fine. In the meantime I figured out a patch that will work for all builds: diff --git a/hw/vfio/pci-quirks.c b/hw/vfio/pci-quirks.c index 2d348f8237..a633df965e 100644 --- a/hw/vfio/pci-quirks.c +++ b/hw/vfio/pci-quirks.c @@ -25,6 +25,7 @@ #include...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!