Search results

  1. K

    LXC Container not acking traffic

    Hello all, I have an LXC running the Gitea binary. (I am planning on running act_runner and docker alongside it). I also have an nginx LXC on a separate VLAN (same Proxmox server) that acts as a proxy and ssl termination point. This setup has been working with no issue for a month. Last night...
  2. K

    Add kernel patch to resolve issue with GVT

    Hi, I am facing an issue with PCI passthrough to a Windows VM that is resolved by building a custom kernel using the patch specified here: https://github.com/intel/gvt-linux/issues/153#issuecomment-1047603809 Rather than re-compile the kernel each time an update is made upstream, can this patch...
  3. K

    Add patch to 5.15 Kernel

    Hello fourm, I am looking to build a kernel containing the following patch file: https://github.com/intel/gvt-linux/files/8115454/0001-gvt-handle-buggy-guest-driver-ppgtt-access.patch.txt to resolve an issue I am having with a Windows 10 virtual machine causing a hypervisor lockup. I followed...
  4. K

    Proxmox LXC container with dead ssh service

    Hello, I am looking to change the ssh port of a Debian 11 LXC. I have updated the `/etc/ssh/sshd_config` file: # grep ^Port /etc/ssh/sshd_config Port 50022 however after a reboot of the container, the ssh port configuration is no longer respected. When checking the ssh service in the...
  5. K

    Proxmox LXC ssh port configuration

    Hello, I am looking to change the ssh port of a Debian 11 LXC. I have updated the `/etc/ssh/sshd_config` file: # grep ^Port /etc/ssh/sshd_config Port 50022 however after a reboot of the container, the ssh port configuration is no longer respected. When checking the ssh service in the...
  6. K

    GVT-g locks up virtual machine and Proxmox

    Hello, I have a Windows 10 virtual machine that I am using mediated pci-e passthrough so that the virtual machine (Blue Iris NVR) can take advantage of the graphics card. The issue that I am facing is that the VM lock up after 20 minutes to an hour after adding the pci device. I have tried...
  7. K

    Mediated passthrough to LXC

    Hello, I have an Intel Xeon E-2246G CPU with mediated device working on a QEMU virtual machine running Windows 10 and Blue Iris NVR software working. I would like to pass through the second mediated device to an LXC container if possible. How would I go about adding the i915-GVTg_V5_8 to the...
  8. K

    LVM Snapshot

    Hello, I am attempting to create copy on write snapshot of my Windows Server 2008 R2 VM for testing purposes. I would like to be able to snapshot the VM at a point in time, make changes, delete the snapshot and be back to the time before taking the snapshot. I have completed the following...
  9. K

    Snapshot VM running on Logical Volume

    Hello, I am attempting to snapshot a stopped Virtual Machine. The VM is Windows XP and is powered off during this attempt. The "Take Snapshot" button in the web gui is grayed out in the "Snapshots" tab. I also attempted to snapshot the VM through the cli and received the following error...