-
-
Notifications
You must be signed in to change notification settings - Fork 108
Closed as not planned
Closed as not planned
Copy link
Description
Is there an existing issue for this?
- I have searched the existing issues
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
:latesttag- run the container!
Environment
- OS: CoreOS
- How docker service was installed: Rootless Podman using QuadletsCPU 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 argumentMetadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done