mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 00:32:09 -04:00
reformat the file
This commit is contained in:
parent
cab5be8ecf
commit
8ea6e51add
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue