Recent content by jasonsansone

  1. J

    Opt-in Linux 6.14 Kernel for Proxmox VE 8 available on test & no-subscription

    If you intend to use the gpu on the host or in LXC containers, as opposed to passing through to a VM, don’t blacklist nvidia*
  2. J

    3 DP ports, 3 monitors, 3 VMs

    If you want an unnecessary project that will cause major headaches, you can assign each DP to a different LXC container running a desktop environment.
  3. J

    Restore CT Failing; "error reading pxar archive: unexpected offset"

    mpxar isnt a problem but raw ppxar is too large to easily transfer.
  4. J

    Restore CT Failing; "error reading pxar archive: unexpected offset"

    Seven daily backups exist for the container, covering May 18 through May 24. All backups were verified at the time of creation and have been manually re-verified. Backing storage is ZFS, which has been scrubbed. Restoration of any backup would be satisfactory, but the results for each has...
  5. J

    Restore CT Failing; "error reading pxar archive: unexpected offset"

    recovering backed-up configuration from 'PBS:backup/ct/100/2025-05-25T00:14:55Z' restoring 'PBS:backup/ct/100/2025-05-25T00:14:55Z' now.. Error: error extracting archive - encountered unexpected error during extraction: error reading pxar archive: unexpected offset 121669021136, smaller than...
  6. J

    Opt-in Linux 6.14 Kernel for Proxmox VE 8 available on test & no-subscription

    Still does not include a ZFS 2.3 kernel module, is that correct?
  7. J

    zfs 2.3.0

    I respectfully disagree. First, none of those changes need to be addressed in the GUI or in manuals to simply update the build to 2.3.0 or 2.3.1. There is no reason functionality can’t be added to the GUI, and documented, in later releases. Further they can just drop in code without testing...
  8. J

    zfs 2.3.0

    It takes zero plumbing to update ZFS now. The relevant functionality can be utilized from the CLI (which is where you should be managing ZFS). Future upgrades of plumbing in the GUI shouldn’t delay introduction of the functionality.
  9. J

    zfs 2.3.0

    Nothing in test, yet. I’ve been monitoring. Surprised there still isn’t even a test build.
  10. J

    Installing MacOS Ventura With RTX 3070TI Stuck On Apple Logo

    The last macOS to support nVidia was High Sierra released in 2017.
  11. J

    Ubuntu 24.04 - unsupported Ubuntu version '24.04'

    I can confirm that nesting fixes the problem on a test container, but I am reluctant to run nested and privileged on anything but a test environment.
  12. J

    Ubuntu 24.04 - unsupported Ubuntu version '24.04'

    root@maverick:~# cat /etc/pve/lxc/101.conf arch: amd64 cores: 2 cpuunits: 99 hostname: radarr memory: 1024 mp1: /plex/plex,mp=/media/Plex,acl=1,backup=0,replicate=0,shared=0 mp2: /plex/plex/Music,mp=/media/Plex/Music,acl=1,backup=0,replicate=0,shared=0 nameserver: 192.168.2.1 net0...