Advertisement
Guest User

Untitled

a guest
Jun 14th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.65 KB | None | 0 0
  1. PS C:\Projects\trunk\Operations\Infrastructure\DNSServer\vagrant> vagrant up --no-destroy-on-error
  2. Vagrant detected both the ATLAS_TOKEN environment variable and a Vagrant login
  3. token are present on this system. The ATLAS_TOKEN environment variable takes
  4. precedence over the locally stored token. To remove this error, either unset
  5. the ATLAS_TOKEN environment variable or remove the login token stored on disk:
  6.  
  7. ~/.vagrant.d/data/vagrant_login_token
  8.  
  9. In general, the ATLAS_TOKEN is more preferred because it is respected by all
  10. HashiCorp products.
  11. Bringing machine 'default' up with 'vmware_workstation' provider...
  12. ==> default: Checking if box 'WindowsServer_2012_R2_x64.box' is up to date...
  13. ==> default: Verifying vmnet devices are healthy...
  14. ==> default: Preparing network adapters...
  15. ==> default: Starting the VMware VM...
  16. ==> default: Waiting for machine to boot. This may take a few minutes...
  17. default: SSH address: 192.168.70.168:22
  18. default: SSH username: vagrant
  19. default: SSH auth method: password
  20. C:/HashiCorp/Vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/buffered_io.rb:65:in `recv': An established connection
  21. was aborted by the software in your host machine. - recvfrom(2) (Errno::ECONNABORTED)
  22. from C:/HashiCorp/Vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/buffered_io.rb:65:in `fill'
  23. from C:/HashiCorp/Vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:237:in `block in po
  24. stprocess'
  25. from C:/HashiCorp/Vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:233:in `each'
  26. from C:/HashiCorp/Vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:233:in `postprocess
  27. '
  28. from C:/HashiCorp/Vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:212:in `process'
  29. from C:/HashiCorp/Vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:170:in `block in lo
  30. op'
  31. from C:/HashiCorp/Vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:170:in `loop'
  32. from C:/HashiCorp/Vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/session.rb:170:in `loop'
  33. from C:/HashiCorp/Vagrant/embedded/gems/gems/net-ssh-3.0.2/lib/net/ssh/connection/channel.rb:269:in `wait'
  34. from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.4/plugins/communicators/ssh/communicator.rb:590:in `she
  35. ll_execute'
  36. from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.4/plugins/communicators/ssh/communicator.rb:215:in `blo
  37. ck in execute'
  38. from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.4/plugins/communicators/ssh/communicator.rb:441:in `con
  39. nect'
  40. from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.4/plugins/communicators/ssh/communicator.rb:209:in `exe
  41. cute'
  42. from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.4/plugins/communicators/ssh/communicator.rb:135:in `rea
  43. dy?'
  44. from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.4/plugins/communicators/ssh/communicator.rb:65:in `bloc
  45. k in wait_for_ready'
  46. from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/timeout.rb:88:in `block in timeout'
  47. from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/timeout.rb:32:in `block in catch'
  48. from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/timeout.rb:32:in `catch'
  49. from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/timeout.rb:32:in `catch'
  50. from C:/HashiCorp/Vagrant/embedded/lib/ruby/2.2.0/timeout.rb:103:in `timeout'
  51. from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.4/plugins/communicators/ssh/communicator.rb:42:in `wait
  52. _for_ready'
  53. from C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.8.4/lib/vagrant/action/builtin/wait_for_communicator.rb:1
  54. 6:in `block in call'
  55. PS C:\Projects\trunk\Operations\Infrastructure\DNSServer\vagrant> vagrant ssh
  56. Vagrant detected both the ATLAS_TOKEN environment variable and a Vagrant login
  57. token are present on this system. The ATLAS_TOKEN environment variable takes
  58. precedence over the locally stored token. To remove this error, either unset
  59. the ATLAS_TOKEN environment variable or remove the login token stored on disk:
  60.  
  61. ~/.vagrant.d/data/vagrant_login_token
  62.  
  63. In general, the ATLAS_TOKEN is more preferred because it is respected by all
  64. HashiCorp products.
  65. ==> default: The machine you're attempting to SSH into is configured to use
  66. ==> default: password-based authentication. Vagrant can't script entering the
  67. ==> default: password for you. If you're prompted for a password, please enter
  68. ==> default: the same password you have configured in the Vagrantfile.
  69. vagrant@192.168.70.168's password:
  70. buffer_get_char: buffer error
  71. PS C:\Projects\trunk\Operations\Infrastructure\DNSServer\vagrant>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement