-
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
Packer freezes in the terminal window until terminal window is resized #12685
Comments
Hi @thomastthai the terminal freezing seems unrelated to Packer as it is most likely an issue with the terminal and Host operating causing the terminal to lock up. I recommend looking at the load on your machine or the Windows forums for open issues with terminal resizing. That said, the error that is being reported Have you tried running the build without the post-processor block to see if the build executes successfully? To help identify what might be going on I would remove the post-processors run a build. |
Hi there 👋, I'm going to close this issue since there hasn't been any updates to it. But if you are still running into issues please feel free to leave a comment on the issue and we will gladly reopen. |
I am still testing and will report.
…On Fri, Nov 17, 2023, 3:31 AM Wilken Rivera ***@***.***> wrote:
Hi there 👋, I'm going to close this issue since there hasn't been any
updates to it. But if you are still running into issues please feel free to
leave a comment on the issue and we will gladly reopen.
—
Reply to this email directly, view it on GitHub
<#12685 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD6EIZOL7NNY7WYMJ2RMHTTYE5DJ7AVCNFSM6AAAAAA7B6ORGCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMJWGIYTAOJVGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
When filing a bug, please include the following headings if possible. Any
example text in this template can be deleted.
Overview of the Issue
When building with
packer
, the terminal window would stop updating at random places with additional lines of text until the terminal window is resized to different dimensions. For example:After the "freeze" and the terminal window is resized, it updates the next lines right away and continues with the build. If the resize doesn't happen, it could result in an
unexpected EOF
error similar to:or
Another build that froze but didn't have an
unexpected EOF
error. I didn't resize the terminal window and let it sit until it timed out:Reproduction Steps
Packer version
1.9.4
Simplified Packer Template
build.pkr.hcl
sources.pkr.hcl
plugins.pkr.hcl
Operating system and Environment details
Host machine: Windows 11 AMD64
Host machine terminal: Mintty 3.6.5 (xterm-256color emulation) via Git Bash 2.27.0
Guest VM: via Vagrant 2.4.0, VirtualBox 7.0, Debian 12
Log Fragments and crash.log files
The errors will vary depending on where the "freeze" happened, but always include that
unexpected EOF
error. Below is another example of an error from one of the builds.The text was updated successfully, but these errors were encountered: