Guest User

Untitled

a guest
May 16th, 2018
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. > vagrant reload --provision
  2. ==> default: Attempting graceful shutdown of VM...
  3. ==> default: Checking if box 'mwrock/Windows2016' is up to date...
  4. ==> default: Clearing any previously set forwarded ports...
  5. ==> default: Clearing any previously set network interfaces...
  6. ==> default: Preparing network interfaces based on configuration...
  7. default: Adapter 1: nat
  8. ==> default: Forwarding ports...
  9. default: 3389 (guest) => 3389 (host) (adapter 1)
  10. default: 5985 (guest) => 55985 (host) (adapter 1)
  11. default: 5986 (guest) => 55986 (host) (adapter 1)
  12. default: 22 (guest) => 2222 (host) (adapter 1)
  13. ==> default: Running 'pre-boot' VM customizations...
  14. ==> default: Booting VM...
  15. ==> default: Waiting for machine to boot. This may take a few minutes...
  16. default: WinRM address: 127.0.0.1:55985
  17. default: WinRM username: Administrator
  18. default: WinRM execution_time_limit: PT2H
  19. default: WinRM transport: negotiate
  20. ==> default: Machine booted and ready!
  21. ==> default: Checking for guest additions in VM...
  22. default: The guest additions on this VM do not match the installed version of
  23. default: VirtualBox! In most cases this is fine, but in rare cases it can
  24. default: prevent things such as shared folders from working properly. If you see
  25. default: shared folder errors, please make sure the guest additions within the
  26. default: virtual machine match the version of VirtualBox you have installed on
  27. default: your host and reload your VM.
  28. default:
  29. default: Guest Additions Version: 5.1.12
  30. default: VirtualBox Version: 5.2
  31. ==> default: Running provisioner: file...
  32. The following WinRM command responded with a non-zero exit status.
  33. Vagrant assumes that this means the command failed!
  34.  
  35. mkdir "C:/" -force
  36.  
  37. Stdout from the command:
  38.  
  39.  
  40.  
  41. Stderr from the command:
  42.  
  43. The path is not of a legal form.
  44. At line:1 char:1
  45. + mkdir "C:/" -force
  46. + ~~~~~~~~~~~~~~~~~~
  47. + CategoryInfo : InvalidArgument: (C:\:String) [New-Item], ArgumentException
  48. + FullyQualifiedErrorId : CreateDirectoryArgumentError,Microsoft.PowerShell.Commands.NewItemCommand
Add Comment
Please, Sign In to add comment