Advertisement
Guest User

Untitled

a guest
Apr 11th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. $ vagrant up
  2. Bringing machine 'default' up with 'virtualbox' provider...
  3. ==> default: Checking if box 'debian/jessie64' is up to date...
  4. ==> default: A newer version of the box 'debian/jessie64' is available! You currently
  5. ==> default: have version '8.6.1'. The latest is version '8.7.0'. Run
  6. ==> default: `vagrant box update` to update.
  7. ==> default: Clearing any previously set network interfaces...
  8. ==> default: Available bridged network interfaces:
  9. 1) eth0
  10. 2) wlan0
  11. ==> default: When choosing an interface, it is usually the one that is
  12. ==> default: being used to connect to the internet.
  13. default: Which interface should the network bridge to? 1
  14. ==> default: Preparing network interfaces based on configuration...
  15. default: Adapter 1: nat
  16. default: Adapter 2: bridged
  17. ==> default: Forwarding ports...
  18. default: 8888 (guest) => 8888 (host) (adapter 1)
  19. default: 8010 (guest) => 8010 (host) (adapter 1)
  20. default: 5000 (guest) => 5000 (host) (adapter 1)
  21. default: 8080 (guest) => 8080 (host) (adapter 1)
  22. default: 443 (guest) => 4443 (host) (adapter 1)
  23. default: 22 (guest) => 2222 (host) (adapter 1)
  24. ==> default: Running 'pre-boot' VM customizations...
  25. ==> default: Booting VM...
  26. ==> default: Waiting for machine to boot. This may take a few minutes...
  27. default: SSH address: 127.0.0.1:2222
  28. default: SSH username: vagrant
  29. default: SSH auth method: private key
  30. default:
  31. default: Vagrant insecure key detected. Vagrant will automatically replace
  32. default: this with a newly generated keypair for better security.
  33. default:
  34. default: Inserting generated public key within guest...
  35. default: Removing insecure key from the guest if it's present...
  36. default: Key inserted! Disconnecting and reconnecting using new SSH key...
  37. ==> default: Machine booted and ready!
  38. ==> default: Checking for guest additions in VM...
  39. default: No guest additions were detected on the base box for this VM! Guest
  40. default: additions are required for forwarded ports, shared folders, host only
  41. default: networking, and more. If SSH fails on this machine, please install
  42. default: the guest additions and repackage the box to continue.
  43. default:
  44. default: This is not an error message; everything may continue to work properly,
  45. default: in which case you may ignore this message.
  46. ==> default: Configuring and enabling network interfaces...
  47. ==> default: Installing rsync to the VM...
  48. ==> default: Rsyncing folder: /home/robertmarshall/devel/CI/tmp/tmp2/board-at-desk-single-dev/ => /vagrant
  49. ==> default: Running provisioner: shell...
  50. default: Running: inline script
  51. ==> default: START: install_ifupdown_workaround.sh
  52. ==> default: Adding 'local diversion of /sbin/ifup to /sbin/ifup.real'
  53. ==> default: #!/bin/bash
  54. ==> default: (exec -a "$0" /sbin/ifup.real "$@")
  55. ==> default: exit 0
  56. ==> default: END: install_ifupdown_workaround.sh
  57. ==> default: START: install_dependencies.sh
  58. ==> default: deb http://http.us.debian.org/debian testing main
  59. ==> default: deb-src http://http.us.debian.org/debian testing main
  60. ==> default: Hit http://security.debian.org jessie/updates InRelease
  61. ==> default: Hit http://security.debian.org jessie/updates/main Sources
  62. ==> default: Get:1 http://http.us.debian.org testing InRelease [190 kB]
  63. ==> default: Hit http://security.debian.org jessie/updates/main amd64 Packages
  64. ==> default: Ign http://httpredir.debian.org jessie InRelease
  65. ==> default: Get:2 http://security.debian.org jessie/updates/main arm64 Packages [353 kB]
  66. ==> default: Hit http://httpredir.debian.org jessie Release.gpg
  67. ==> default: Hit http://httpredir.debian.org jessie Release
  68. ==> default: Hit http://httpredir.debian.org jessie/main Sources
  69. ==> default: Hit http://httpredir.debian.org jessie/main amd64 Packages
  70. ==> default: Get:3 http://httpredir.debian.org jessie/main arm64 Packages [6,405 kB]
  71. ==> default: Get:4 http://security.debian.org jessie/updates/main armel Packages [361 kB]
  72. ==> default: Get:5 http://security.debian.org jessie/updates/main armhf Packages [357 kB]
  73. ==> default: Get:6 http://http.us.debian.org testing/main Sources [6,787 kB]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement