summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIan Lewis <ianlewis@google.com>2020-01-29 18:40:04 +0900
committerFabricio Voznika <fvoznika@gmail.com>2020-01-29 10:18:18 -0800
commitf4a0d6af97f749cd2b15c56975e913e89e85af56 (patch)
tree02b2044246384a4bb49903b796ed743e88dc76fc
parent639b25ed4b66ba7c80e20d698bc32b2b40ba350f (diff)
Add additional error message to FAQ
-rw-r--r--content/docs/user_guide/FAQ.md2
1 files changed, 1 insertions, 1 deletions
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.