Recent content by dasunsrule32

  1. D

    [SOLVED] Docker inside LXC (net.ipv4.ip_unprivileged_port_start error)

    You need to be on PVE 9 for this. Sounds like you're not.
  2. D

    [SOLVED] Docker inside LXC (net.ipv4.ip_unprivileged_port_start error)

    Sorry, I posted on the GitHub issue, but forgot to post here. It's working in 6.0.5-2.
  3. D

    [SOLVED] Docker inside LXC (net.ipv4.ip_unprivileged_port_start error)

    Bug report opened: https://bugzilla.proxmox.com/show_bug.cgi?id=7006
  4. D

    [SOLVED] Docker inside LXC (net.ipv4.ip_unprivileged_port_start error)

    I do use LXC for Docker and individual services like Technitium and avahi (because Unifi's implementation isn't that good).
  5. D

    [SOLVED] Docker inside LXC (net.ipv4.ip_unprivileged_port_start error)

    This is the reason I mainly use them, less resource usage.
  6. D

    [SOLVED] Docker inside LXC (net.ipv4.ip_unprivileged_port_start error)

    I swear these are bots skimming the forum for keywords with docker, lxc, issues, problems, and auto posts these posts. We know, we appreciate it, but it's a life and resource choice! :D
  7. D

    [SOLVED] Docker inside LXC (net.ipv4.ip_unprivileged_port_start error)

    It depends, some containers start, some don't. Plex starts fine, but Immich bombs out. They are actively working on it. I'm assuming the fix will come upstream of Proxmox and in the containerd.io package. I can confirm that the 1.7.29-1 package works with some images, but not others.
  8. D

    ipcc_send_rec[1] failed: Unknown error -1

    When you add unauthenticated, are you saying root? I have passwordless sudo enabled for the user. Is there a feature request open for this to work with normal users already? I can submit one if not.
  9. D

    ipcc_send_rec[1] failed: Unknown error -1

    I'm trying to figure this out still because it breaks using sudo and a normal user, especially when using auto completion.
  10. D

    PVE 9 - NVIDIA Container Toolkit Broken

    If you're having issues with this then either deploy a VM with Docker in it or look for alternative install methods other than Docker. I can't help with this as I don't use Frigate, I'd take that to their forums/communities for help. Good luck!
  11. D

    PVE 9 - NVIDIA Container Toolkit Broken

    Also, make sure you can run nvidia-smi in the container.
  12. D

    PVE 9 - NVIDIA Container Toolkit Broken

    I'm assuming this is docker? If so, you need to install the nvidia container toolkit in the container. # nvidia for docker with nvidia-container-toolkit on the PVE host: curl -fsSL https://nvidia.github.io/libnvidia-container/gpgkey | gpg --dearmor -o...