From 2d9f69db614c8fecdd11c879d00fca366850e720 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 19 Nov 2013 17:49:45 +0000 Subject: [PATCH] FAQ: "execl: /init: Permission denied" error also caused by /init not being executable. This updates commit 98cd329323d35ab54efd976e095ae9cbf18ad338. --- examples/guestfs-faq.pod | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/guestfs-faq.pod b/examples/guestfs-faq.pod index 0589cfdc0..b73c75456 100644 --- a/examples/guestfs-faq.pod +++ b/examples/guestfs-faq.pod @@ -197,6 +197,9 @@ the host filesystem, and with the debug output printed in the error message. Once you've worked out which file is missing, install that file using your package manager and try again. +You should also check that files like C and C (in +the appliance) are executable. The debug output shows file modes. + =head2 Non-ASCII characters don't appear on VFAT filesystems. Typical symptoms of this problem: