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
I am having issue when deploying VMs using vagrant up inside directory "Manual_provisioning_WinMacIntel" I receive the below error
OS version : "22.04.3 LTS (Jammy Jellyfish)"
Vagrant version: 2.2.9 (Installed host manager plugin)
VirtualBox version: 6.1.38_Ubuntu r153438
vagrant up
Bringing machine 'db01' up with 'virtualbox' provider...
Bringing machine 'mc01' up with 'virtualbox' provider...
Bringing machine 'rmq01' up with 'virtualbox' provider...
Bringing machine 'app01' up with 'virtualbox' provider...
Bringing machine 'web01' up with 'virtualbox' provider...
==> db01: Importing base box 'eurolinux-vagrant/centos-stream-9'...
==> db01: Matching MAC address for NAT networking...
==> db01: Checking if box 'eurolinux-vagrant/centos-stream-9' version '9.0.31' is up to date...
==> db01: Setting the name of the VM: Manual_provisioning_WinMacIntel_db01_1697287429073_51838
==> db01: Clearing any previously set network interfaces...
==> db01: Preparing network interfaces based on configuration...
db01: Adapter 1: nat
db01: Adapter 2: hostonly
==> db01: Forwarding ports...
db01: 22 (guest) => 2222 (host) (adapter 1)
==> db01: Running 'pre-boot' VM customizations...
==> db01: Booting VM...
==> db01: Waiting for machine to boot. This may take a few minutes...
db01: SSH address: 127.0.0.1:2222
db01: SSH username: vagrant
db01: SSH auth method: private key
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
db01: Warning: Authentication failure. Retrying...
Timed out while waiting for the machine to boot. This means that
Vagrant was unable to communicate with the guest machine within
the configured ("config.vm.boot_timeout" value) time period.
If you look above, you should be able to see the error(s) that
Vagrant had when attempting to connect to the machine. These errors
are usually good hints as to what may be wrong.
If you're using a custom box, make sure that networking is properlyworking and you're able to connect to the machine. It is a common
problem that networking isn't setup properly in these boxes.Verify that authentication configurations are also setup properly,as well.If the box appears to be booting properly, you may want to increasethe timeout ("config.vm.boot_timeout") value.
Hello Imran,
Thank you for the effort on the course.
I am having issue when deploying VMs using
vagrant up
inside directory "Manual_provisioning_WinMacIntel" I receive the below errorSteps performed and yet still failed:
The text was updated successfully, but these errors were encountered: