From f4a0d6af97f749cd2b15c56975e913e89e85af56 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Wed, 29 Jan 2020 18:40:04 +0900 Subject: Add additional error message to FAQ --- content/docs/user_guide/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/docs') diff --git a/content/docs/user_guide/FAQ.md b/content/docs/user_guide/FAQ.md index 74acaa125..b49ba0377 100644 --- a/content/docs/user_guide/FAQ.md +++ b/content/docs/user_guide/FAQ.md @@ -69,7 +69,7 @@ Note that `kubectl cp` works because it does the copy by exec'ing inside the sandbox, and thus gVisor's internal cache is made aware of the new files and directories. -### I'm getting an error like: `panic: unable to attach: operation not permitted` +### I'm getting an error like: `panic: unable to attach: operation not permitted` or `fork/exec /proc/self/exe: invalid argument: unknown` Make sure that permissions and the owner is correct on the `runsc` binary. -- cgit v1.2.3