Skip to content

Instantly share code, notes, and snippets.

@tlongren
Created February 7, 2015 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlongren/33594571822882ad2383 to your computer and use it in GitHub Desktop.
Save tlongren/33594571822882ad2383 to your computer and use it in GitHub Desktop.
vagrant up output
[tyler:...shotgunsoftware_www/vagrant]$ vagrant up (tweak-announcement✱)
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'hansode/centos-5.2-x86_64' is up to date...
==> default: Clearing any previously set forwarded ports...
==> default: Fixed port collision for 80 => 8080. Now on port 2200.
==> default: Fixed port collision for 22 => 2222. Now on port 2201.
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 80 => 2200 (adapter 1)
default: 22 => 2201 (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2201
default: SSH username: vagrant
default: SSH auth method: private key
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Connection timeout. Retrying...
default: Warning: Remote connection disconnect. Retrying...
==> default: Machine booted and ready!
GuestAdditions 4.3.10 running --- OK.
==> default: Checking for guest additions in VM...
==> default: Mounting shared folders...
default: /vagrant => /home/tyler/Desktop/Git/DanOfAmes/com_shotgunsoftware_www/vagrant
default: /srv/com_shotgunsoftware_www => /home/tyler/Desktop/Git/DanOfAmes/com_shotgunsoftware_www
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: to force provisioning. Provisioners marked to run always will still run.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment