-
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
Stuck at 'Waiting for SSH to become available...' when building Ubuntu VM using Packer #12832
Comments
|
@YashPimple You can't connect via ssh, if there is no Shell provisioner is using See e.g. qemu example the
and also configures username and password. Have a look at debugging logs:
|
Hi, This issue has not received any update in the last 3 weeks, and will automatically be closed in 7 days if it does not receive any activity by then. If you find the community forum to be more helpful or if you've found the answer to your question elsewhere please feel free to post a response and close the issue. |
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. |
I'm encountering an issue while building an Pytorch-Ubuntu VM using Packer. The process seems to get stuck at the 'Waiting for SSH to become available...' step and doesn't proceed further. I've provided my pytorch-ubuntu.pkr.hcl file for reference.
Expected Behavior:
The Packer build process should proceed beyond the 'Waiting for SSH to become available...' stage and complete successfully.
Actual Behavior:
The process gets stuck at the SSH waiting stage.
The text was updated successfully, but these errors were encountered: