On 8/10/20 14:04, Seth Kenlon wrote:
The inclusion of Flatpak in the path confused me too.  Flatpak, as I recall, came preinstalled on the system and I haven't done anything (in my memory) to change it.

Nothing in /etc/containers/storage.conf about Flatpak:

```
$ grep -v '^#' /etc/containers/storage.conf | awk 'NF'
[storage]
driver = "overlay"
runroot = "/var/run/containers/storage"
graphroot = "/var/lib/containers/storage"
[storage.options]
additionalimagestores = [
]
size = ""
override_kernel_check = "true"
[storage.options.thinpool]
```



On Tue, Aug 11, 2020 at 2:10 AM Daniel Walsh <dwalsh@redhat.com> wrote:
On 8/10/20 06:01, Seth Kenlon wrote:
On RHEL 8 (CSB), I'm attempting to use podman. I've added myself to /etc/sub{u,g}id, logged out and then back in. I've reinstalled shadow-utils. Everything seems like it ought to work now, but no matter what podman command I run, I seem to hit a runtime error.

```
$ podman --log-level debug image list
INFO[0000] running as rootless                          
ERRO[0000] Could not get runtime: error creating runtime static files directory /var/lib/flatpak/exports/share:/containers/storage/libpod: mkdir /var/lib/flatpak/exports/share:: permission denied 
```

Running with `sudo` is successful, but I'm trying to avoid a `sudo` dependency if possible.

Ultimately, I'd like to pull an image from quay.io via the podman Ansible module, and I assume this error is why my playbook reliably fails at the podman task.

_______________________________________________
Podman mailing list -- podman@lists.podman.io
To unsubscribe send an email to podman-leave@lists.podman.io

Podman has nothing to do with /var/lib/flatpack, so did you somehow add this to storage.conf?


_______________________________________________
Podman mailing list -- podman@lists.podman.io
To unsubscribe send an email to podman-leave@lists.podman.io

_______________________________________________
Podman mailing list -- podman@lists.podman.io
To unsubscribe send an email to podman-leave@lists.podman.io

Does podman info work?