Recent content by marissachan

  1. M

    PBS V4 Authentic OIDC

    i can confirm that the issue is fixed for with the latest update. thank you all a lot for the quick fix!
  2. M

    PBS V4 Authentic OIDC

    I can confirm this issue. I have just upgraded to PBS 4 (after a successful upgrade to Proxmox 9). I have PBS installed on the same machine as Proxmox itself. And I also rely on Authentik for single-sign-on. Before the upgrade everything worked. But since the upgrade to PBS 4 I get logged out...
  3. M

    curl and wget will not work on fresh install

    I might have a similar issue as you. But before I make my own thread I am curious about one thing: How do you run the commands within your lxc? Do you use pct enter CONTAINERID or do you use the webui? For me I can run curl without issues through the webui (novnc), but not through the pct...
  4. M

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

    Ah, I figured it out. I need to use two between the container id and the command itself, for example pct exec 200 -- echo test I guess the thread can be closed.
  5. 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...
  6. M

    LXC Id Mapping

    I found the isse, I had to add lxc.idmap: u 0 100000 65536 to the container config.
  7. 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...