Skip to content

Instantly share code, notes, and snippets.

@blisteringherb
Last active August 29, 2015 14:02
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 blisteringherb/e29139eb499bd10691b3 to your computer and use it in GitHub Desktop.
Save blisteringherb/e29139eb499bd10691b3 to your computer and use it in GitHub Desktop.
Vagrant box troubleshooting
~/sites/dosomething$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
    default: Adapter 1: nat
==> default: Forwarding ports...
    default: 8888 => 8888 (adapter 1)
    default: 8889 => 8889 (adapter 1)
    default: 6081 => 9999 (adapter 1)
    default: 22 => 2222 (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: SSH address: 127.0.0.1:2222
    default: SSH username: vagrant
    default: SSH auth method: private key
==> default: Machine booted and ready!
Got different reports about installed GuestAdditions version:
Virtualbox on your host claims:   4.3.12 r93733
VBoxService inside the vm claims: 4.3.12
Going on, assuming VBoxService is correct...
GuestAdditions seems to be installed (4.3.12) correctly, but not running.
Got different reports about installed GuestAdditions version:
Virtualbox on your host claims:   4.3.12 r93733
VBoxService inside the vm claims: 4.3.12
Going on, assuming VBoxService is correct...
stdin: is not a tty
Starting the VirtualBox Guest Additions ...done.
Got different reports about installed GuestAdditions version:
Virtualbox on your host claims:   4.3.12 r93733
VBoxService inside the vm claims: 4.3.12
Going on, assuming VBoxService is correct...
Got different reports about installed GuestAdditions version:
Virtualbox on your host claims:   4.3.12 r93733
VBoxService inside the vm claims: 4.3.12
Going on, assuming VBoxService is correct...
==> default: Checking for guest additions in VM...
==> default: Setting hostname...
==> default: Mounting shared folders...
    default: /srv => /Users/mrich/sites/dosomething/provision/salt/roots
    default: /vagrant => /Users/mrich/sites/dosomething
==> default: VM already provisioned. Run `vagrant provision` or use `--provision` to force it
==> default: Unmounting SSHFS for `../dosomething-mount`
umount: ../dosomething-mount: not currently mounted
==> default: Mounting SSHFS for `/var/www/vagrant` to `../dosomething-mount`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment