diff --git a/stack/docs/quickstarts/VAGRANTVBOX.md b/stack/docs/quickstarts/VAGRANTVBOX.md index 5b445e3..c1c1144 100644 --- a/stack/docs/quickstarts/VAGRANTVBOX.md +++ b/stack/docs/quickstarts/VAGRANTVBOX.md @@ -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... @@ -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. - ``` @@ -465,22 +461,24 @@ This option will also create a VM and provision an OS onto it. example output ```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 ```