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
this is a temporary fix, in a system that boots with / as rw, /run
unmounted, and has rc_parallel on, openrc would create a dirfd to
/run/openrc before mounting /run, thus keeping an open fd to the old
/run mountpoint, and creating 'exclusive' lockfiles under it, that
subsequent services can't see nor lock on.
Fixes: #859
Fixes: 07d6f4d
0 commit comments