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
This issue was originally opened by @Romainj1 in hashicorp/packer#11405 and has been migrated to this repository. The original issue description is below.
Overview of the Issue
I am trying to use the vagrant builder. I achieve creating a new image out of an existing one in my example. But the image created seems unusable: When creating a new box out of the new image, with vagrant up, vagrant cannot ssh: Remote connection disconnect ...
I tried generic/debian10 and generic/debian9 as base images.
This issue was originally opened by @Romainj1 in hashicorp/packer#11405 and has been migrated to this repository. The original issue description is below.
Overview of the Issue
I am trying to use the vagrant builder. I achieve creating a new image out of an existing one in my example. But the image created seems unusable: When creating a new box out of the new image, with
vagrant up
, vagrant cannot ssh:Remote connection disconnect
...I tried
generic/debian10
andgeneric/debian9
as base images.Reproduction Steps
Run:
Then as the doc mentions:
Everything works as expected, until:
Where i am getting:
until it timeouts
Packer version
Simplified Packer Template
Json template:
Operating system and Environment details
$ uname -a Linux rjr-port 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye $ vagrant --version Vagrant 2.2.19 $ virsh --version 7.0.0 $ libvirtd --version libvirtd (libvirt) 7.0.0
The text was updated successfully, but these errors were encountered: