Search results

  1. J

    virtio-win-0.1.217 and Windows 10 :-(

    Didn’t work on three instances of Windows 11 either. I rolled them all back to snapshots taken before attempting virtio driver updates.
  2. J

    Proxmox Backup Server 2.1 released!

    https://pbs.proxmox.com/docs/package-repositories.html
  3. J

    Proxmox Backup Server 2.1 released!

    Just like with PVE, you need to disable the enterprise repo on PBS if you do not have a valid subscription. The 401 errors thrown by apt are due to having the enterprise repo still enabled.
  4. J

    Message for Proxmox GURUS. Is VE capable of running on 12th Generation Intel (Alder Lake CPUs)

    Yes. If Debian Bullseye 11.1 runs fine on your system, I would not anticipate any issues with PVE 7.1.
  5. J

    Message for Proxmox GURUS. Is VE capable of running on 12th Generation Intel (Alder Lake CPUs)

    Current Intel Scalable Processors use 4189 pins. The trend has been to continually increase connections. 1366-> 2011-> 3647-> 4189. Unless Intel completely upends their march toward bigger, higher wattage processors there is no chance LGA 1800 will be for Scalable Xeons. Proxmox is built on...
  6. J

    [SOLVED] Very low performance of MacOS Big Sur on Proxmox v7, Ryzen 2700X

    macOS has a comparatively small user base and an even smaller enterprise user base. Very few run a macOS VM in production. The only hypervisor (to my knowledge) that officially supports macOS is vmWare and that is only on official Apple hardware. Running a Mac VM is more fun / novelty /...
  7. J

    [SOLVED] Very low performance of MacOS Big Sur on Proxmox v7, Ryzen 2700X

    Somehow I never received prior email notifications of responses. I apologize I didn't respond. I didn't know the thread was active. Since there is no guest agent or QEMu tools available, trim isn't likely ever going to function properly. If I allow the test to keep running through multiple...
  8. J

    [SOLVED] Nvidia LXC Setup

    1. You could use handbrake and do an encode using nvenc. The encode would fail if nvenc isn’t available. You can also run the nvidia-smi command on the host to see all running processes. Lastly, Plex dashboard clearly indicates when it is using hardware vs software transcoding. 2. Not sure...
  9. J

    [SOLVED] Nvidia LXC Setup

    Stop the container. Replace all instances of: lxc.cgroup.devices.allow with: lxc.cgroup2.devices.allow Start container. What is the output now of ls -al /dev/nvidia* from within the container?
  10. J

    [SOLVED] Nvidia LXC Setup

    What is your config for the LXC container? Almost all guides online are out of date - they do not provide for the change to v2 groups.
  11. J

    [SOLVED] Very low performance of MacOS Big Sur on Proxmox v7, Ryzen 2700X

    Post full config for the VM. What storage controller type, caching options, etc all matter.
  12. J

    [SOLVED] Install NVIDIA Drivers

    Excellent. You can ignore that one error.
  13. J

    [SOLVED] Install NVIDIA Drivers

    What files are listed in the directory /etc/apt/sources.list.d List the contents of each file please.
  14. J

    [SOLVED] Install NVIDIA Drivers

    Now what happens if you run: apt install gcc-8-base
  15. J

    [SOLVED] Install NVIDIA Drivers

    Completely replace the contents of /etc/apt/sources.list with the following: deb http://ftp.us.debian.org/debian bullseye main contrib non-free deb http://ftp.us.debian.org/debian bullseye-updates main contrib non-free deb http://security.debian.org bullseye-security main contrib non-free deb...
  16. J

    [SOLVED] Install NVIDIA Drivers

    You can always try to salvage this install before reinstalling. Fix all the repos and run the usual apt update / apt upgrade.
  17. J

    [SOLVED] Install NVIDIA Drivers

    Look at your PVE repo. You still have it as buster, but you are on bullseye and PVE7. You may consider a clean install since it appears that somewhere along the way packages and repos have been messed up.
  18. J

    [SOLVED] Install NVIDIA Drivers

    Please list all repositories you have in /etc/apt/ and /etc/apt/sources.list.d.
  19. J

    [SOLVED] Install NVIDIA Drivers

    And you rebooted to reload the newest kernel? Also: apt install -y -q gcc-8-base
  20. J

    [SOLVED] Install NVIDIA Drivers

    Something has gotten weird on your host. Try: apt-get -q update && apt install -y -q pve-headers-5.11 pve-kernel-5.11 && apt-get -y -q dist-upgrade