Search results

  1. M

    [SOLVED] pct exec/lxc-attach not working, 1839

    I am currently trying to write a shell-script, that runs on the Proxmox-Host and executes different commands in containers. I would like to avoid using ssh and instead use pct exec directly. But when I try to do that I get an error: root@Azusa:~# pct exec 200 "echo test" lxc-attach: 200...
  2. M

    LXC Id Mapping

    Edit: I solved the issue myself, see the first reply in this thread I am currently trying to get the iGPU to work in an unpriviliged lxc container, which runs Jellyfin. I am trying to figure out what exactly I need to do, and used the following links as a basic: Hardware Acceleration...