Just your average quirky thigh-high socks enjoyer programmer. :3

  • 1 Post
  • 9 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle







  • Okay so I’ve done these steps (it seems rootless podman have been setup by Rocky automatically):

    1. Get subuid:subgid with /etc/subuid:

    privatenoob:100000:65536

    2.:Changed ExecStart to this:

    ExecStart=podman run --name=radarr -u 100000:65536 -p 7878:7878 -v radarr-config:/config -v /home/privatenoob/media/storage1/Filmek:/data --restart unless-stopped lscr.io/linuxserver/radarr:latest

    3.: podman unshare chown -R 100000:65536 /home/privatenoob/media/storage1/Filmek/

    Unfortunately unsharing gave me invalid arguments.

    chown: changing ownership of '/home/privatenoob/media/storage1/Filmek/': Invalid argument

    I have tried by leaving the -e PUID=1000 parts on but those didn’t work either. Yeah and I’m using systemctl --user. Thanks for your help!