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 was archived by the owner on May 27, 2025. It is now read-only.
I built Charliecloud with fakeroot support via seccomp, and unintentionally ran a ch-image build command on a Dockerfile with apt-get commands. This failed with the following error:
error: ch-run was not built with seccomp(2) support
Thinking I had built Charliecloud incorrectly, I rebuilt verifying seccomp support, but got the same error. After a quick debug with @reidpr he pointed out that running as root was the problem. This makes sense in hindsight, and was definitely a bad practice on my part. Nonetheless, an error message that conveyed that I should not run this command as root rather than one that suggested I did not have seccomp support would be helpful in case anyone else does this in the future.