Search results

  1. D

    [PMX8] Intel VFIO issues - console "locks up" but VM's all start fine.

    This appears to work for now, the only change I made was to UNCOMMENT the "GRUB_TERMINAL=console" line. GRUB_CMDLINE_LINUX_DEFAULT="ixgbe.allow_unsupported_sfp=1 iommu=pt intel_iommu=on nomodeset video=vesafb:off video=efifb:off" GRUB_GFXMODE=800x600 GRUB_GFXPAYLOAD_LINUX=keep...
  2. D

    [PMX8] Intel VFIO issues - console "locks up" but VM's all start fine.

    pve-manager/8.0.4/d258a813cfa6b390 (running kernel: 6.2.16-12-pve) Dual Intel x5690 CPU (also tested with Intel 26xx v1/v2 series) Nvidia GT720 VGA outout (also tested with motherboard VGA (matrox) output) Using VFIO to pass through cards to several VM's. Problem: As soon as the console booting...
  3. D

    [TUTORIAL] 13th Gen Intel Proxmox/TrueNAS/Plex hardware transcoding guide

    If you're wanting to single-box it, manage the local disks with Proxmox/ZFS, then share folders with LXC containers via Bind Mounts. Beautiful and quick.
  4. D

    Can't restore LXC backup

    *bump* - still happening with backups/restores in pmx8 - would have thought it was patched out by now.
  5. D

    Changing host "console" resolution?

    worked perfectly for me, both 7.4 and 8.0 - thanks EDIT: EXCEPT that it disables any GVT features on Intel iGPU's. Have to remove the nomodeset line to get it back.
  6. D

    Proxmox Xeon CPU upgrade choice

    Another vote for the E5-2650L V2 -- 10C/20T, low power, perfect fit for a "lots of VM's, virtualization" environment. Just bought a couple last week - got the pair for $19 shipped.
  7. D

    AMD RX 550 GPU passthrough issues

    GOT IT! Looking at the kernel messages for wx-4100/rx550/rx560 in Ubuntu guest, I only see one primary thing different. 550: [ 10.409863] amdgpu 0000:06:10.0: amdgpu: Using BACO for runtime pm Maybe onto something? *...
  8. D

    AMD RX 550 GPU passthrough issues

    Status Update: It appears to be some sort of interaction between the kernel, KVM, Ubuntu, and the AMD drivers. Pulled spare hardware * installed fresh 7.4 pmx * tried both 5.15 and 5.19 kernel * installed both the rx560 & rx550 in same server, vendor-reset, etc * Ubuntu 22 guest, AMD 5.5...
  9. D

    AMD RX 550 GPU passthrough issues

    Have done that as well - hoping it made a difference. No change in behavior. (tried several of the hookscripts - no change) REFERENCE: https://www.nicksherlock.com/2020/11/working-around-the-amd-gpu-reset-bug-on-proxmox/
  10. D

    Proxmox cluster reboots on network loss?

    @aaron : Thank you for providing a specific work around. However, this feels like one of those "old" ideas in desperate need of an update. I challenge you : When is rebooting the entire cluster on the loss of a network element the preferred behavior? You're taking a communication issue and...
  11. D

    AMD RX 550 GPU passthrough issues

    Here's the complaint INSIDE the VM when I run ffmpeg, for example, which has amd support compiled in (The one that comes with jellyfin) - which then must be powered off (hangs on PCI when trying to shut it down) 74.958805] BUG: kernel NULL pointer dereference, address: 00000000000000d8 [...
  12. D

    AMD RX 550 GPU passthrough issues

    might have found something that helps here? https://www.reddit.com/r/VFIO/comments/rmthjf/rx550_passthrough_in_proxmox/ [ 1.330277] Console: colour VGA+ 80x25 [ 1.788974] pci 0000:04:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none [ 1.788974] pci 0000:01:04.0...
  13. D

    AMD RX 550 GPU passthrough issues

    almost identical configs as the OP, except "AMD-Vi: Interrupt remapping enabled". Same blacklists, same VFIO, same kernel switches. (proxmox-ve: 7.4-1 (running kernel: 5.15.108-1-pve)) Same card(s) same issue. RX560 (1002:67ef) works but RX550 (1002:699f) does not. Same physical machine(s) -...
  14. D

    Ceph 17.2 Quincy Available as Stable Release

    I did another lab cluster - 5 nodes, still on 7.4, but upgrading to Quincy as a prep to upgrade to 8.0. Ran into a serious blocker following the directions above. (https://pve.proxmox.com/wiki/Ceph_Pacific_to_Quincy) The Manager daemons wouldn't restart, got the "masked" message. Turns out...
  15. D

    PVE8: LXC containers on lvm storage fail to start after upgrade with acl=0

    Update: Moved to ZFS storage - VM starts fine. Moved back to local-LVM - fails to start, same error message. setting "ACL = disabled" in the UI (acl=0 in the conf file) prevents the container from starting. Worked fine under pve7. Works fine on ZFS. DOES NOT WORK ON LVM: rootfs...
  16. D

    PVE8: LXC containers on lvm storage fail to start after upgrade with acl=0

    Container fails to start after upgrade, not seeing anything obvious. lxc-start 61001 20230704010253.978 DEBUG conf - ../src/lxc/conf.c:run_buffer:311 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 61001 lxc pre-start produced output: mount: /var/lib/lxc/.pve-staged-mounts/rootfs...
  17. D

    PVE8: breaks networking during upgrade leaving node unusable

    All of my production nodes are running open-vswitch in a similar fashion to my lab nodes. This means I **must** have kvm/console for every node, which is a change to previous upgrade processes.