marhkb / pods

Keep track of your podman containers
GNU General Public License v3.0
739 stars 15 forks source link

Can't create file at /run/systemd/journal/socket: No such device or address #657

Closed muzammil786 closed 1 year ago

muzammil786 commented 1 year ago

I have the issue with running Pods via flatpak:

flatpak run com.github.marhkb.Pods
bwrap: Can't create file at /run/systemd/journal/socket: No such device or address

The dir exists

[root@RHEL8u6 engineer]# ll /run/systemd/journal/socket
srw-rw-rw-. 1 root root 0 Mar  3 18:50 /run/systemd/journal/socket

What do you think is the problem?

marhkb commented 1 year ago

Thanks for reporting this.

This is indeed weird. I can reproduce it on a Debian machine. What's your flatpak version? On Debian it is 1.10.8. Maybe it's a flatpak bug?

As a workaround you can install Flatseal and just remove the /run/systemd/journal/socket permission. The application will run, but wil not produce logs.

Bildschirmfoto vom 2023-05-11 19-12-09

muzammil786 commented 1 year ago

Thanks. That worked.

marhkb commented 1 year ago

This issue is now pinned.