-
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
File server timeout for Rocky kickstart #12890
Comments
I fixed it, needed to add this configuration to my vboxmanage = [
["modifyvm", "{{ .Name }}", "--memory", "${var.memsize}"],
["modifyvm", "{{ .Name }}", "--cpus", "${var.numvcpus}"],
["modifyvm", "{{ .Name }}", "--nat-localhostreachable1", "on"]
] |
You can self-close the issue when you're ready. |
Closing this now since a workaround exists and is documented, and it is a plugin issue in the first place (this could be documented if relevant though). If you think we closed this prematurely, feel free to reopen! |
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. |
Overview of the Issue
I am attempting to use Packer to build some Rocky Linux 8.9 ISOs for Vagrant, however I get a timeout when trying to access the file from the built in file server
Reproduction Steps
You can find my code (quite simple) here
Packer version
From
packer version
:1.10.2
Simplified Packer Template
You can find the HCL config here
Operating system and Environment details
Linux pop-os 6.6.10-76060610-generic x86_64
Log Fragments and crash.log files
After the machine is initially bootstrapped I get the following error (on the VM)
During which time Packer prints these errors (over and over):
The text was updated successfully, but these errors were encountered: