You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to write /run/systemd/container, ignoring: No such file or directory
systemd is likely unable to write to /run. I had the same error and what helped to solve was to make sure /run (and /run/lock) is a tmpfs and user that is running systemd is a root user (uid:gid 0:0).
Weirdly enough, running it inside bash works fine:
I suspect this might have something to do with how we setup the pty.
The text was updated successfully, but these errors were encountered: