-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Always hangs after "Copying input data into in-memory buffer so we can get the length" #492
Comments
Can you try setting |
I've tested it 3 times with |
@rasa Thanks, I fixed your panic issue. I'm looking into the other. |
@rasa Would it be possible to upload the entire file you're provisioning with somewhere? I need a byte-accurate copy of it so that we get the proper end of lines and all that. |
@mitchellh Your last commit fixes the issues I was having, so I'll close this ticket. If you still need me to post a file, let me know. |
Using Windows Packer 0.3.9 with the following config:
Packer invariably freezes at:
and it just sits there forever. I'm unable to abort with Ctrl-C, though I've always been able to abort with Ctrl-C in previous builds.
I've never seen this issue before 0.3.9, so I tested the exact same configuration/system with the 0.3.7 and 0.3.8 builds, and neither exhibited this issue.
Would building a "debug" version provide us more information to debug this issue?
The text was updated successfully, but these errors were encountered: