Recent content by moonman

  1. M

    [SOLVED][LXC] "install" from GNU coreutils: Operation not permitted

    That was spot-on. Thank you! I was looking in the wrong direction as I thought it was the updates in proxmox that caused this issue, but you are right, downgrading coreutils to 9.1-3 solved the issue.
  2. M

    [SOLVED][LXC] "install" from GNU coreutils: Operation not permitted

    I am running ArchLinux in LXC container and I just noticed something strange started happening recently. ArchLinux's AUR (Arch User Reposity) packages files make heavy use of "install" command/utility from GNU coreutils when after compilation. A day ago I went to get new updates installed and...
  3. M

    VM shutdown, KVM: entry failed, hardware error 0x80000021

    I would create a new thread. I don't believe the issue in this thread is related to what you are experiencing.
  4. M

    Opt-in Linux 6.1 Kernel for Proxmox VE 7.x available

    11th gen intel here and HW acceleration would stop working for me completely after a couple of passes. Nothing definitive in the Plex/emby logs so I just reverted to 5.15. I thought it was just me or my particular setup.
  5. M

    Opt-in Linux 6.1 Kernel for Proxmox VE 7.x available

    I wouldn't be too concerned about it if you are not using ksmbd (in-kernel smb server, userspace smb implementation - samba - is not affected). Also it is only of concern to those who do use ksmbd with many random users.
  6. M

    VM shutdown, KVM: entry failed, hardware error 0x80000021

    calcru: runtime went backwards from 1373029 usec to 763269 usec for pid 14053 (dpinger) calcru: runtime went backwards from 96102 usec to 53228 usec for pid 14053 (dpinger) I also run OPNsense on proxmox and have been seeing these for as long as I remember. Just a friendly FYI, not sure if it...
  7. M

    VM shutdown, KVM: entry failed, hardware error 0x80000021

    FYI I've been having this issue on 11th gen mobile CPU i5-1145G7 (before the workaround) and no issues on i7-9700. Both have latest proxmox and run Windows server 2022 Standard. The one with 9700 still has no workaround applied and it has been rock solid.
  8. M

    VM shutdown, KVM: entry failed, hardware error 0x80000021

    I think the statement about older CPUs is misleading. I have 11th gen Intel host with this issue, yet another system with 9th gen Intel is fine. kvm.tdp_mmu=N seems to have helped though. It's been 2 days now. Somehow CPU Usage went up a little though, after applying kvm.tdp_mmu=N . Not sure if...
  9. M

    [SOLVED] Windows 7 mouse cursor alignment in VNC console when SPICE is enabled

    I know this is an old thread, but since nobody had a solution I thought I would post for anyone who stumbles upon this thread later on. Given that Device Manager has no exclamation marks anywhere and every driver seems to be installed, I tried disabling "Use tablet for pointer" under "Options"...
  10. M

    installing windows server 2016

    ah, you need choose VirtIO Block instead of SCSI for the HardDisk Bus/Device
  11. M

    Can I run Windows10 with WSL version2 on Intel Hardware ?

    I'm guessing you need nested virtualization enabled. IIRC WSL2 requires VT-d/AMD-v instructions while WSL1 does not
  12. M

    installing windows server 2016

    1. wrong VM type (no big deal). 2. Wrong driver. You need vioscsi
  13. M

    Windows VM's lose network connectivity

    It looks like they released an update (6.3.-8) which fixed it, https://github.com/proxmox/qemu-server/commit/0761e6194af3a5a486b2b8fc1bc698e4c286d65b Might've been after they saw this thread :) Full commit log: https://github.com/proxmox/qemu-server/commits/master
  14. M

    Windows VM's lose network connectivity

    So did you try to go to VM->Hardware->Machine (Make sure "Advanced" is ticked) and change "Version" to one newer (or older) before you reconfigured the NICs within the VM itself? I didn't have a change before I discovered this.
  15. M

    Windows VM's lose network connectivity

    Same happened with me. I have 2 nics in 2 Windows VMs so had to change 4 connections :( In the device manager if you go to View and check "Show hidden devices" it will show the "old" NICs there. I compared several properties under the "Details" tab for "old" and "new" ones and the only...