Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. biirus at mbpi in ~/Work/vagrant
  2. 🛡 vagrant halt
  3. ==> default: Attempting graceful shutdown of VM...
  4.  
  5. biirus at mbpi in ~/Work/vagrant
  6. 🛡 vagrant up
  7. Bringing machine 'default' up with 'virtualbox' provider...
  8. ==> default: Checking if box 'soa' is up to date...
  9. ==> default: Clearing any previously set forwarded ports...
  10. ==> default: Clearing any previously set network interfaces...
  11. ==> default: Preparing network interfaces based on configuration...
  12. default: Adapter 1: nat
  13. default: Adapter 2: hostonly
  14. ==> default: Forwarding ports...
  15. default: 5672 (guest) => 5672 (host) (adapter 1)
  16. default: 5673 (guest) => 5673 (host) (adapter 1)
  17. default: 22 (guest) => 2222 (host) (adapter 1)
  18. ==> default: Running 'pre-boot' VM customizations...
  19. ==> default: Booting VM...
  20. ==> default: Waiting for machine to boot. This may take a few minutes...
  21. default: SSH address: 127.0.0.1:2222
  22. default: SSH username: vagrant
  23. default: SSH auth method: password
  24. default: Warning: Remote connection disconnect. Retrying...
  25. ==> default: Machine booted and ready!
  26. ==> default: Checking for guest additions in VM...
  27. default: The guest additions on this VM do not match the installed version of
  28. default: VirtualBox! In most cases this is fine, but in rare cases it can
  29. default: prevent things such as shared folders from working properly. If you see
  30. default: shared folder errors, please make sure the guest additions within the
  31. default: virtual machine match the version of VirtualBox you have installed on
  32. default: your host and reload your VM.
  33. default:
  34. default: Guest Additions Version: 5.0.22
  35. default: VirtualBox Version: 5.1
  36. ==> default: Configuring and enabling network interfaces...
  37. ==> default: Mounting shared folders...
  38. default: /home/vagrant/src => /Users/biirus/Work/projects/avia-mobile
  39. ==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
  40. ==> default: flag to force provisioning. Provisioners marked to run always will still run.
  41.  
  42. ==> default: Machine 'default' has a post `vagrant up` message. This is a message
  43. ==> default: from the creator of the Vagrantfile, and not from Vagrant itself:
  44. ==> default:
  45. ==> default:
  46. ==> default: Docs: https://dom.tutu.ru/x/lrU9Aw
  47. ==> default: Web UI: http://10.0.100.100
  48. ==> default: ssh: vagrant@10.0.100.100 password: vagrant
  49. ==> default:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement