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
{{ message }}
This repository has been archived by the owner on Dec 11, 2020. It is now read-only.
Currently, the folder is mount bound on itself one time per start. The mount operations arch-chroot performs are duplicated over all the overlaying mounts, and at some point, the kernel ends up giving up.
A fix would be to check whether the folder is a mountpoint before turning it into one.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, the folder is mount bound on itself one time per start. The mount operations arch-chroot performs are duplicated over all the overlaying mounts, and at some point, the kernel ends up giving up.
A fix would be to check whether the folder is a mountpoint before turning it into one.
The text was updated successfully, but these errors were encountered: