Skip to content

Commit

Permalink
Update VAGRANTVBOX.md
Browse files Browse the repository at this point in the history
Signed-off-by: Titi Wangsa bin Damhore <111611+ttwd80@users.noreply.github.com>
  • Loading branch information
ttwd80 authored Sep 5, 2024
1 parent 5d0f219 commit 397ae20
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions stack/docs/quickstarts/VAGRANTVBOX.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,10 +410,7 @@ This option will also create a VM and provision an OS onto it.
```bash
Bringing machine 'machine1' up with 'virtualbox' provider...
==> machine1: Importing base box 'jtyr/pxe'...
==> machine1: Matching MAC address for NAT networking...
==> machine1: Checking if box 'jtyr/pxe' version '2' is up to date...
==> machine1: Setting the name of the VM: vagrant_machine1_1626365105119_9800
==> machine1: Fixed port collision for 22 => 2222. Now on port 2200.
==> machine1: Clearing any previously set network interfaces...
==> machine1: Preparing network interfaces based on configuration...
Expand All @@ -432,20 +429,19 @@ This option will also create a VM and provision an OS onto it.
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 properly
working 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 increase
the timeout ("config.vm.boot_timeout") value.
```
</details>
Expand All @@ -465,22 +461,24 @@ This option will also create a VM and provision an OS onto it.
<summary>example output</summary>
```bash
NAME TEMPLATE STATE
playground-workflow ubuntu-jammy STATE_PENDING
playground-workflow ubuntu-jammy STATE_RUNNING
playground-workflow ubuntu-jammy STATE_RUNNING
playground-workflow ubuntu-jammy STATE_RUNNING
playground-workflow ubuntu-jammy STATE_RUNNING
playground-workflow ubuntu-jammy STATE_RUNNING
playground-workflow ubuntu-jammy STATE_RUNNING
playground-workflow ubuntu-jammy STATE_RUNNING
playground-workflow ubuntu-jammy STATE_RUNNING
playground-workflow ubuntu-jammy STATE_RUNNING
playground-workflow ubuntu-jammy STATE_RUNNING
playground-workflow ubuntu-jammy STATE_RUNNING
playground-workflow ubuntu-jammy STATE_RUNNING
playground-workflow ubuntu-jammy STATE_RUNNING
playground-workflow ubuntu-jammy STATE_SUCCESS
NAME TEMPLATE STATE
playground-workflow ubuntu STATE_PENDING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_RUNNING
playground-workflow ubuntu STATE_SUCCESS
```
</details>
Expand Down

0 comments on commit 397ae20

Please sign in to comment.