Is there an existing issue for this?
Current Behavior
Running the :latest container using rootless podman crashes radarr with the following issue:
Error: readlink $HOME/.local/share/containers/storage/overlay: invalid argument
(I've swapped my user path for $HOME)
I rolled back to lscr.io/linuxserver/radarr:5.26.2.10099-ls27 and the container will start
Expected Behavior
The container starts.
Steps To Reproduce
- Rootless podman
:latest tag
- run the container!
Environment
- OS: CoreOS
- How docker service was installed: Rootless Podman using Quadlets
CPU architecture
x86-64
Docker creation
[Container]
ContainerName=radarr
Pod=usenet.pod
Environment=PUID=1000 PGID=1000 TZ=America/New_York
Image=lscr.io/linuxserver/radarr:latest
Volume=/data/radarr:/config:z
Volume/downloads/complete:/downloads:z
AutoUpdate=registry
Label=glance.parent=usenet
Label=glance.name=Radarr
[Unit]
Requires=gluetun.container
After=gluetun.container
[Service]
Restart=always
[Install]
WantedBy=default.target
`systemctl --user daemon-reload`
`systemctl --user start usenet-pod`
Container logs
Error: readlink /var/home/core/.local/share/containers/storage/overlay: invalid argument
Is there an existing issue for this?
Current Behavior
Running the
:latestcontainer using rootless podman crashes radarr with the following issue:Error: readlink $HOME/.local/share/containers/storage/overlay: invalid argument(I've swapped my user path for $HOME)
I rolled back to
lscr.io/linuxserver/radarr:5.26.2.10099-ls27and the container will startExpected Behavior
The container starts.
Steps To Reproduce
:latesttagEnvironment
CPU architecture
x86-64
Docker creation
Container logs