Skip to content

[BUG] Error: readlink $HOME/.local/share/containers/sotrage/overlay: invalid argument -- Rootless Podman #259

@Kyle-Mendes

Description

@Kyle-Mendes

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

  1. Rootless podman
  2. :latest tag
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions