Search results

  1. E

    Validate which lxc mount points will be wiped during restore?

    I have an LXC container with the following config running on pve-manager/7.4-15/a5d2a31e (running kernel: 5.15.102-1-pve) arch: amd64 cores: 16 hostname: backups memory: 8192 mp0: /mnt/shared/backups,mp=/shared/backups mp7: /mnt/shared/library,mp=/shared/library net0...
  2. E

    Startech USB3.1 PCIe card failing to initialize

    Running: 5.3.18-2-pve #1 SMP PVE 5.3.18-2 on an AMD Ryzen 9 3900X I picked up a PEXUS313AC2V card to to pass through to a Windows guest that I need to attach a bunch of USB devices to. Passthrough sort of worked, windows saw both controllers on the card but with the default windows driver the...
  3. E

    Patch x570/Ryzen EDAC support into pve 6.1?

    According to https://www.reddit.com/r/ASUS/comments/cw74rl/asus_pro_ws_x570ace_ecc_compability/ ECC support has been added in the 5.4 kernel. Would it be possible to backport the set of EDAC related patches called out in that post into the 5.3 kernel used in pve 6.1?
  4. E

    Setting up lxc.idmap break webgui monitoring

    I setup a few LXC containers with idmaps to and now I don't get any running/stopped/summary data in the webgui. The changes I made were: * Add shared users to /etc/passwd: nas-backups:x:5002:5002::/home/nas-backups:/usr/sbin/nologin nas-plex:x:5005:5005::/home/nas-plex:/usr/sbin/nologin...
  5. E

    Windows 10 VM always starts suspended

    I have a Win10 VM on proxmox-ve: 6.0-2 where it always starts in suspended state so I have to click resume as well. I did a "qm config" dump and I'm guessing the vmstate line is the culprit but I'm not sure how to get rid of it: # qm config 100 agent: 1,fstrim_cloned_disks=1 balloon: 2048...
  6. E

    RTL8117 Network Interface not working

    I have a proxmox 6 install on an ASUS Pro-WS-X570-ACE, the onboard Intel NIC is working but the RealTek is causing trouble (not that surprised here). My current guess is the r8169 firmware in the pve-firmware package doesn't understand this newish RealTek NIC? Here is the device as listed by...
  7. E

    GPU Passthrough only works after suspend/resume of the host

    So I do have this GPU passthrough working, but the process is ... weird. Hardware: * Ryzen 9 3900X * ASUS Pro WS-X570 ACE * XFX Radeon RX 580 GTS XXX Edition (passthrough) * VisionTek Radeon 5450 (host) I primarily followed this tutorial and I got the following in dmesg [ 177.198320]...