You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.
when using the chef-solo provisioner and the vsphere builder (from here), I get a consistent error when trying to download the chef installer on the newly spun up host. The error is always the same: vsphere: curl: (23) Failed writing body (1755 != 2759)
The log gist (see below) contains the greater body of the error, but it appears it is encountering an error when writing to stderr.
With the archival of this repository all open issues will be marked as read-only. If you wish to further discuss this plugin or any of its open issues we invite you to open a discussion on the Packer community forum.
This issue was originally opened by @seven10builder as hashicorp/packer#5796. It was migrated here as a result of the Packer plugin split. The original body of the issue is below.
when using the chef-solo provisioner and the vsphere builder (from here), I get a consistent error when trying to download the chef installer on the newly spun up host. The error is always the same:
vsphere: curl: (23) Failed writing body (1755 != 2759)
The log gist (see below) contains the greater body of the error, but it appears it is encountering an error when writing to stderr.
Packer version: 1.1.3
Host platform: Ubuntu 16.04
Debug log output from
PACKER_LOG=1 packer build template.json
:https://gist.github.com/seven10builder/cbb11dafddf2d51ee9977feeb35d16da
The simplest example template and scripts needed to reproduce the bug.
in previous gist.
The text was updated successfully, but these errors were encountered: