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
We need to use the fs folder because we cannot create new folders in /proc and we need to mount a new tmpfs over it because we cannot create new files in the folder.
Inspecting
systemctl status rtkit-daemon
shows noStatus:
line.This is because the daemon cannot access the notify socket after chroot():
The only solution I can think of is opening the socket before chrooting and writing to the existing socket rather than using
sd_notify
.The text was updated successfully, but these errors were encountered: