Doesn’t work either with both running this before starting/building the container and also while running it. Thanks for the help tho!
Just your average quirky thigh-high socks enjoyer programmer. :3
Doesn’t work either with both running this before starting/building the container and also while running it. Thanks for the help tho!
I’m doing rootless most likely, I just use the default Rocky Linux 9 setup with the Container Tools option turned on while the setup process. This didn’t work either for me. Did you start the service in sudo systemctl
or in systemctl --user
mode? Thanks for your help!
Okay so I’ve done these steps (it seems rootless podman have been setup by Rocky automatically):
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!
It doesn’t even start unfortunately, but thanks for your help tho!