From 8ea6e51add4b33272186c02576af397534ea34a5 Mon Sep 17 00:00:00 2001 From: Anurag Sharma Date: Thu, 10 Apr 2025 13:23:28 +0530 Subject: [PATCH] reformat the file --- website/content/docs/debugging.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/docs/debugging.mdx b/website/content/docs/debugging.mdx index ef8f4cb45..3a92636cd 100644 --- a/website/content/docs/debugging.mdx +++ b/website/content/docs/debugging.mdx @@ -150,7 +150,9 @@ done through the `TMPDIR` environment variable. ## Issues when temp directory does not allow execution -Sometimes, Packer runs into trouble (eg: when installing a plugin ) because the system's temporary directory (/tmp) is restricted and doesn't allow programs to run there. The temp directory may have been mounted with noexec option. This may lead to `permisson denied` errors. +Sometimes, Packer runs into trouble (eg: when installing a plugin ) because the +system's temporary directory (/tmp) is restricted and doesn't allow programs to run there. +The temp directory may have been mounted with noexec option. This may lead to `permisson denied` errors. ```text Continuing to next available version: failed to describe plugin binary "/tmp/packer-plugin-virtualbox_v1.1.1_x5.0_linux_arm64": fork/exec /tmp/packer-plugin-virtualbox_v1.1.1_x5.0_linux_arm64: permission denied