Created
June 5, 2018 21:23
-
-
Save double-p/b262e948c586f4e8bf0ce632bb339c37 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ uname -a ; bundle exec vagrant status ; bundle exec vagrant up ; bundle exec vagrant ssh -c "uname -a" | |
OpenBSD ssfnhv011.ham3.rootnexus.net 6.2 GENERIC.MP#134 amd64 | |
Current machine states: | |
vagrobsd not_created (openbsd) | |
The instance is not created. Run `vagrant up` to create it. | |
Bringing machine 'vagrobsd' up with 'openbsd' provider... | |
==> vagrobsd: Verifying VMM present and CPU capable... | |
==> vagrobsd: Importing an OpenBSD instance | |
vagrobsd: Cloning virtual hard drive... | |
vagrobsd: Successfully imported a VM image | |
vagrobsd: Creating vmctl configuration | |
==> vagrobsd: Starting the machine... | |
==> vagrobsd: Waiting for the machine to report its IP address... | |
vagrobsd: Timeout: #<Vagrant::Config::V2::DummyConfig:0x00000459966605f0> seconds | |
vagrobsd: IP: 100.64.2.3 | |
==> vagrobsd: Waiting for machine to boot. This may take a few minutes... | |
vagrobsd: SSH address: 100.64.2.3:22 | |
vagrobsd: SSH username: root | |
vagrobsd: SSH auth method: password | |
vagrobsd: Inserting generated public key within guest... | |
vagrobsd: Removing insecure key from the guest if it's present... | |
vagrobsd: Key inserted! Disconnecting and reconnecting using new SSH key... | |
==> vagrobsd: Machine booted and ready! | |
OpenBSD openbsd62.example.com 6.2 GENERIC#132 amd64 | |
Connection to 100.64.2.3 closed. | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment