Last active
January 2, 2016 00:49
-
-
Save shockalotti/8226198 to your computer and use it in GitHub Desktop.
puphpet vagrant output
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
X:\test-puphpet> vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Box 'centos64-x64-vbox43-1383512148' was not found. Fetching box from specified URL for | |
the provider 'virtualbox'. Note that if the URL does not have | |
a box for this provider, you should interrupt Vagrant now and add | |
the box yourself. Otherwise Vagrant will attempt to download the | |
full box prior to discovering this error. | |
Downloading box from URL: http://box.puphpet.com/centos64-x64-vbox43.box | |
Extracting box...ate: 153k/s, Estimated time remaining: --:--:--) | |
Successfully added box 'centos64-x64-vbox43-1383512148' with provider 'virtualbox'! | |
[default] Importing base box 'centos64-x64-vbox43-1383512148'... | |
[default] Matching MAC address for NAT networking... | |
[default] Setting the name of the VM... | |
[default] Clearing any previously set forwarded ports... | |
[default] Clearing any previously set network interfaces... | |
[default] Preparing network interfaces based on configuration... | |
[default] Forwarding ports... | |
[default] -- 22 => 2222 (adapter 1) | |
[default] Running 'pre-boot' VM customizations... | |
[default] Booting VM... | |
'lsb_release' is not recognized as an internal or external command, | |
operable program or batch file. | |
DL is deprecated, please use Fiddle | |
The SSH connection was unexpectedly closed by the remote end. This | |
usually indicates that SSH within the guest machine was unable to | |
properly start up. Please boot the VM in GUI mode to check whether | |
it is booting properly. | |
X:\test-puphpet> vagrant ssh | |
Last login: Sun Nov 3 19:40:45 2013 from 10.0.2.2 | |
Welcome to your Vagrant-built virtual machine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment