Advertisement
Guest User

Untitled

a guest
Oct 5th, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.78 KB | None | 0 0
  1. Aurelien Pupier@DESKTOP-9NT300B /cygdrive/c/install/DevelopmentSuite-1.1.0-try4/ cdk/components/rhel/rhel-ose
  2. $ vagrant.exe destroy
  3. default: Are you sure you want to destroy the 'default' VM? [y/N] y
  4. ==> default: Forcing shutdown of VM...
  5. ==> default: Destroying VM and associated drives...
  6.  
  7. Aurelien Pupier@DESKTOP-9NT300B /cygdrive/c/install/DevelopmentSuite-1.1.0-try4/cdk/components/rhel/rhel-ose
  8. $ vagrant.exe up
  9. Bringing machine 'default' up with 'virtualbox' provider...
  10. ==> default: Importing base box 'cdkv2'...
  11. ==> default: Matching MAC address for NAT networking...
  12. ==> default: Setting the name of the VM: rhel-ose_default_1475657056145_66688
  13. ==> default: Clearing any previously set network interfaces...
  14. ==> default: Preparing network interfaces based on configuration...
  15. default: Adapter 1: nat
  16. default: Adapter 2: hostonly
  17. ==> default: Forwarding ports...
  18. default: 22 (guest) => 2222 (host) (adapter 1)
  19. ==> default: Running 'pre-boot' VM customizations...
  20. ==> default: Booting VM...
  21. ==> default: Waiting for machine to boot. This may take a few minutes...
  22. default: SSH address: 127.0.0.1:2222
  23. default: SSH username: vagrant
  24. default: SSH auth method: private key
  25. default:
  26. default: Vagrant insecure key detected. Vagrant will automatically replace
  27. default: this with a newly generated keypair for better security.
  28. default:
  29. default: Inserting generated public key within guest...
  30. default: Removing insecure key from the guest if it's present...
  31. default: Key inserted! Disconnecting and reconnecting using new SSH key...
  32. ==> default: Machine booted and ready!
  33. ==> default: Registering box with vagrant-registration...
  34. default: Would you like to register the system now (default: yes)? [y|n]y
  35. default: username: apupier@redhat.com
  36. default: password:
  37. Error! Your console doesn't support hiding input. We'll ask for
  38. input again below, but we WILL NOT be able to hide input. If this
  39. is a problem for you, ctrl-C to exit and fix your stdin.
  40. default: password: <REPLACED>
  41. ==> default: Registration successful.
  42. ==> default: Checking for guest additions in VM...
  43. default: No guest additions were detected on the base box for this VM! Guest
  44. default: additions are required for forwarded ports, shared folders, host only
  45. default: networking, and more. If SSH fails on this machine, please install
  46. default: the guest additions and repackage the box to continue.
  47. default:
  48. default: This is not an error message; everything may continue to work properly,
  49. default: in which case you may ignore this message.
  50. ==> default: Configuring and enabling network interfaces...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement