jazzfog

Untitled

May 1st, 2016
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 KB | None | 0 0
  1. vagrant up
  2. Bringing machine 'default' up with 'virtualbox' provider...
  3. ==> default: Importing base box 'ubuntu/xenial64'...
  4. ==> default: Matching MAC address for NAT networking...
  5. ==> default: Checking if box 'ubuntu/xenial64' is up to date...
  6. ==> default: Setting the name of the VM: Node Server PROD Test - 2
  7. ==> default: Fixed port collision for 22 => 2222. Now on port 2200.
  8. ==> default: Clearing any previously set network interfaces...
  9. ==> default: Preparing network interfaces based on configuration...
  10. default: Adapter 1: nat
  11. default: Adapter 2: hostonly
  12. ==> default: Forwarding ports...
  13. default: 22 (guest) => 2200 (host) (adapter 1)
  14. ==> default: Running 'pre-boot' VM customizations...
  15. ==> default: Booting VM...
  16. ==> default: Waiting for machine to boot. This may take a few minutes...
  17. default: SSH address: 127.0.0.1:2200
  18. default: SSH username: ubuntu
  19. default: SSH auth method: password
  20. default: Warning: Remote connection disconnect. Retrying...
  21. default: Warning: Remote connection disconnect. Retrying...
  22. default: Warning: Remote connection disconnect. Retrying...
  23. default: Warning: Remote connection disconnect. Retrying...
  24. default: Warning: Remote connection disconnect. Retrying...
  25. default: Warning: Remote connection disconnect. Retrying...
  26. default: Warning: Remote connection disconnect. Retrying...
  27. default: Warning: Remote connection disconnect. Retrying...
  28. default: Warning: Remote connection disconnect. Retrying...
  29. default: Warning: Authentication failure. Retrying...
  30. default: Warning: Remote connection disconnect. Retrying...
  31. default:
  32. default: Inserting generated public key within guest...
  33. default: Removing insecure key from the guest if it's present...
  34. default: Key inserted! Disconnecting and reconnecting using new SSH key...
  35. ==> default: Machine booted and ready!
  36. ==> default: Checking for guest additions in VM...
  37. ==> default: Configuring and enabling network interfaces...
  38. The following SSH command responded with a non-zero exit status.
  39. Vagrant assumes that this means the command failed!
  40.  
  41. /sbin/ifdown eth1 2> /dev/null
  42.  
  43. Stdout from the command:
  44.  
  45.  
  46.  
  47. Stderr from the command:
  48.  
  49. sudo: unable to resolve host ubuntu-xenial
  50. mesg: ttyname failed: Inappropriate ioctl for device
Advertisement
Add Comment
Please, Sign In to add comment