hashicorp / vagrant

Vagrant is a tool for building and distributing development environments.
https://www.vagrantup.com
Other
26.05k stars 4.42k forks source link

vagrant up: Windows 7 box with Parallels has problems with WinRM #6594

Closed Dwaynekj closed 8 years ago

Dwaynekj commented 8 years ago

I forked this repo to create Win 7 box using parallels as provider being built with packer. You can find my repo here

When I run

vagrant up

the first time, I get

WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.
The box is not able to report an address for WinRM to connect to yet.
WinRM cannot access this Vagrant environment. Please wait for the
Vagrant environment to be running and try again.

I then tried running

vagrant provision
vagrant up
==> default: Preparing network interfaces based on configuration...
    default: Adapter 0: shared
==> default: Clearing any previously set network interfaces...
==> default: Forwarding ports...
    default: 3389 => 3389
    default: 5985 => 55985
    default: 5986 => 55986
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
    default: WinRM address: 10.211.55.9:5985
    default: WinRM username: vagrant
    default: WinRM transport: plaintext
==> default: Machine booted and ready!
==> default: Checking for Parallels Tools installed on the VM...
==> default: Parallels Tools were not detected on this VM! They are required
==> default: for forwarded ports, shared folders, host only networking and more.
==> default: If SSH fails or shared folders are not working on this machine,
==> default: please install Parallels Tools within the virtual machine and
==> default: reload your VM.
==> default: Mounting shared folders...
    default: /vagrant => /Users/Dwaynekj/Projects/vagrant-test
==> default: Machine already provisioned. Run `vagrant provision` or use the `--provision`
==> default: flag to force provisioning. Provisioners marked to run always will still run.

Subsequently when I run the rdp client, I get no effect

vagrant rdp
==> default: Detecting RDP info...
    default: Address: 10.211.55.9:3389
    default: Username: vagrant
==> default: Vagrant will now launch your RDP client with the connection parameters
==> default: above. If the connection fails, verify that the information above is
==> default: correct. Additionally, make sure the RDP server is configured and
==> default: running in the guest machine (it is disabled by default on Windows).
==> default: Also, verify that the firewall is open to allow RDP connections.

Here is my vagrant template https://github.com/Dwaynekj/packer-windows/blob/parallels/vagrantfile-windows_7.template

And the vagrantFile generated

# -*- mode: ruby -*-
# vi: set ft=ruby :

# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
Vagrant.configure(2) do |config|
  # The most common configuration options are documented and commented below.
  # For a complete reference, please see the online documentation at
  # https://docs.vagrantup.com.

  # Every Vagrant development environment requires a box. You can search for
  # boxes at https://atlas.hashicorp.com/search.
  config.vm.box = "Win7Bare"

  # Disable automatic box update checking. If you disable this, then
  # boxes will only be checked for updates when the user runs
  # `vagrant box outdated`. This is not recommended.
  # config.vm.box_check_update = false

  # Create a forwarded port mapping which allows access to a specific port
  # within the machine from a port on the host machine. In the example below,
  # accessing "localhost:8080" will access port 80 on the guest machine.
  # config.vm.network "forwarded_port", guest: 80, host: 8080

  # Create a private network, which allows host-only access to the machine
  # using a specific IP.
  # config.vm.network "private_network", ip: "192.168.33.10"

  # Create a public network, which generally matched to bridged network.
  # Bridged networks make the machine appear as another physical device on
  # your network.
  # config.vm.network "public_network"

  # Share an additional folder to the guest VM. The first argument is
  # the path on the host to the actual folder. The second argument is
  # the path on the guest to mount the folder. And the optional third
  # argument is a set of non-required options.
  # config.vm.synced_folder "../data", "/vagrant_data"

  # Provider-specific configuration so you can fine-tune various
  # backing providers for Vagrant. These expose provider-specific options.
  # Example for VirtualBox:
  #
  # config.vm.provider "virtualbox" do |vb|
  #   # Display the VirtualBox GUI when booting the machine
  #   vb.gui = true
  #
  #   # Customize the amount of memory on the VM:
  #   vb.memory = "1024"
  # end
  #
  # View the documentation for the provider you are using for more
  # information on available options.

  # Define a Vagrant Push strategy for pushing to Atlas. Other push strategies
  # such as FTP and Heroku are also available. See the documentation at
  # https://docs.vagrantup.com/v2/push/atlas.html for more information.
  # config.push.define "atlas" do |push|
  #   push.app = "YOUR_ATLAS_USERNAME/YOUR_APPLICATION_NAME"
  # end

  # Enable provisioning with a shell script. Additional provisioners such as
  # Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
  # documentation for more information about their specific syntax and use.
  # config.vm.provision "shell", inline: <<-SHELL
  #   sudo apt-get update
  #   sudo apt-get install -y apache2
  # SHELL
end

Here is the results of running

vagrant up
vagrant rdp --debug
 INFO global: Vagrant version: 1.7.4
 INFO global: Ruby version: 2.0.0
 INFO global: RubyGems version: 2.0.14
 INFO global: VAGRANT_OLD_ENV_LSCOLORS="Gxfxcxdxbxegedabagacad"
 INFO global: VAGRANT_OLD_ENV_NVM_NODEJS_ORG_MIRROR="https://nodejs.org/dist"
 INFO global: VAGRANT_OLD_ENV_LOGNAME="Dwaynekj"
 INFO global: VAGRANT_OLD_ENV_USER="Dwaynekj"
 INFO global: VAGRANT_OLD_ENV_TERM="xterm-256color"
 INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="/opt/vagrant/embedded"
 INFO global: VAGRANT_OLD_ENV_COLORFGBG="7;0"
 INFO global: VAGRANT_OLD_ENV_ITERM_SESSION_ID="w1t0p0"
 INFO global: VAGRANT_OLD_ENV_SHLVL="1"
 INFO global: VAGRANT_OLD_ENV_NVM_PATH="/Users/Dwaynekj/.nvm/versions/node/v0.12.7/lib/node"
 INFO global: VAGRANT_OLD_ENV_NVM_BIN="/Users/Dwaynekj/.nvm/versions/node/v0.12.7/bin"
 INFO global: VAGRANT_INSTALLER_VERSION="2"
 INFO global: VAGRANT_OLD_ENV_LANG="en_US.UTF-8"
 INFO global: VAGRANT_OLD_ENV_ITERM_PROFILE="Default"
 INFO global: VAGRANT_OLD_ENV_OLDPWD="/Users/Dwaynekj/Projects"
 INFO global: VAGRANT_OLD_ENV_LESS="-R"
 INFO global: VAGRANT_OLD_ENV_COMP_WORDBREAKS=":"
 INFO global: VAGRANT_OLD_ENV_NVM_IOJS_ORG_MIRROR="https://iojs.org/dist"
 INFO global: VAGRANT_OLD_ENV__="/usr/local/bin/vagrant"
 INFO global: VAGRANT_OLD_ENV_PATH="/Users/Dwaynekj/Projects/electron/out/D/Electron.app/Contents/MacOS:/usr/local/packer:/Users/Dwaynekj/.nvm/versions/node/v0.12.7/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
 INFO global: VAGRANT_OLD_ENV_TMPDIR="/var/folders/hz/w6vk2fpx36s1gmnfjxqmy82w0000gn/T/"
 INFO global: VAGRANT_OLD_ENV_XPC_SERVICE_NAME="0"
 INFO global: VAGRANT_OLD_ENV_XPC_FLAGS="0x0"
 INFO global: VAGRANT_OLD_ENV_HOME="/Users/Dwaynekj"
 INFO global: VAGRANT_OLD_ENV___CF_USER_TEXT_ENCODING="0x1F5:0x0:0x0"
 INFO global: VAGRANT_OLD_ENV_PAGER="less"
 INFO global: VAGRANT_OLD_ENV_NVM_DIR="/Users/Dwaynekj/.nvm"
 INFO global: VAGRANT_OLD_ENV_Apple_PubSub_Socket_Render="/private/tmp/com.apple.launchd.2iEQrglZcc/Render"
 INFO global: VAGRANT_OLD_ENV_TERM_PROGRAM="iTerm.app"
 INFO global: VAGRANT_OLD_ENV_PWD="/Users/Dwaynekj/Projects/vagrant-test"
 INFO global: VAGRANT_OLD_ENV_MANPATH="/Users/Dwaynekj/.nvm/versions/node/v0.12.7/share/man:/usr/local/share/man:/usr/share/man:/Applications/Xcode.app/Contents/Developer/usr/share/man:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/man"
 INFO global: VAGRANT_EXECUTABLE="/opt/vagrant/embedded/gems/gems/vagrant-1.7.4/bin/vagrant"
 INFO global: VAGRANT_OLD_ENV_LC_CTYPE="en_US.UTF-8"
 INFO global: VAGRANT_INSTALLER_ENV="1"
 INFO global: VAGRANT_OLD_ENV_SSH_AUTH_SOCK="/private/tmp/com.apple.launchd.uN37WRTQ4u/Listeners"
 INFO global: VAGRANT_OLD_ENV_SHELL="/bin/zsh"
 INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1"
 INFO global: VAGRANT_LOG="debug"
 INFO global: Plugins:
 INFO global:   - bundler = 1.10.5
 INFO global:   - mime-types = 1.25.1
 INFO global:   - rest-client = 1.6.9
 INFO global:   - vagrant-parallels = 1.5.1
 INFO global:   - vagrant-share = 1.1.4
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/box/plugin.rb
 INFO manager: Registered plugin: box command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/destroy/plugin.rb
 INFO manager: Registered plugin: destroy command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/global-status/plugin.rb
 INFO manager: Registered plugin: global-status command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/halt/plugin.rb
 INFO manager: Registered plugin: halt command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/help/plugin.rb
 INFO manager: Registered plugin: help command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/init/plugin.rb
 INFO manager: Registered plugin: init command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/list-commands/plugin.rb
 INFO manager: Registered plugin: list-commands command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/login/plugin.rb
 INFO manager: Registered plugin: vagrant-login
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/package/plugin.rb
 INFO manager: Registered plugin: package command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/plugin/plugin.rb
 INFO manager: Registered plugin: plugin command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/provision/plugin.rb
 INFO manager: Registered plugin: provision command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/push/plugin.rb
 INFO manager: Registered plugin: push command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/rdp/plugin.rb
 INFO manager: Registered plugin: rdp command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/reload/plugin.rb
 INFO manager: Registered plugin: reload command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/resume/plugin.rb
 INFO manager: Registered plugin: resume command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/ssh/plugin.rb
 INFO manager: Registered plugin: ssh command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/ssh_config/plugin.rb
 INFO manager: Registered plugin: ssh-config command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/status/plugin.rb
 INFO manager: Registered plugin: status command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/suspend/plugin.rb
 INFO manager: Registered plugin: suspend command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/up/plugin.rb
 INFO manager: Registered plugin: up command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/commands/version/plugin.rb
 INFO manager: Registered plugin: version command
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/communicators/ssh/plugin.rb
 INFO manager: Registered plugin: ssh communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/communicators/winrm/plugin.rb
 INFO manager: Registered plugin: winrm communicator
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/arch/plugin.rb
 INFO manager: Registered plugin: Arch guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/atomic/plugin.rb
 INFO manager: Registered plugin: Atomic Host guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/coreos/plugin.rb
 INFO manager: Registered plugin: CoreOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/darwin/plugin.rb
 INFO manager: Registered plugin: Darwin guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/debian/plugin.rb
 INFO manager: Registered plugin: Debian guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/debian8/plugin.rb
 INFO manager: Registered plugin: Debian Jessie guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/esxi/plugin.rb
 INFO manager: Registered plugin: ESXi guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/fedora/plugin.rb
 INFO manager: Registered plugin: Fedora guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/funtoo/plugin.rb
 INFO manager: Registered plugin: Funtoo guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/linux/plugin.rb
 INFO manager: Registered plugin: Linux guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/mint/plugin.rb
 INFO manager: Registered plugin: Mint guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/netbsd/plugin.rb
 INFO manager: Registered plugin: NetBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/nixos/plugin.rb
 INFO manager: Registered plugin: NixOS guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/omnios/plugin.rb
 INFO manager: Registered plugin: OmniOS guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/openbsd/plugin.rb
 INFO manager: Registered plugin: OpenBSD guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/photon/plugin.rb
 INFO manager: Registered plugin: VMware Photon guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/pld/plugin.rb
 INFO manager: Registered plugin: PLD Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/redhat/plugin.rb
 INFO manager: Registered plugin: Red Hat Enterprise Linux guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/smartos/plugin.rb
 INFO manager: Registered plugin: SmartOS guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/solaris/plugin.rb
 INFO manager: Registered plugin: Solaris guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/solaris11/plugin.rb
 INFO manager: Registered plugin: Solaris 11 guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/suse/plugin.rb
 INFO manager: Registered plugin: SUSE guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/tinycore/plugin.rb
 INFO manager: Registered plugin: TinyCore Linux guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/ubuntu/plugin.rb
 INFO manager: Registered plugin: Ubuntu guest
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/guests/windows/plugin.rb
 INFO manager: Registered plugin: Windows guest.
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/hosts/arch/plugin.rb
 INFO manager: Registered plugin: Arch host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/hosts/bsd/plugin.rb
 INFO manager: Registered plugin: BSD host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/hosts/darwin/plugin.rb
 INFO manager: Registered plugin: Mac OS X host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/hosts/freebsd/plugin.rb
 INFO manager: Registered plugin: FreeBSD host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/hosts/gentoo/plugin.rb
 INFO manager: Registered plugin: Gentoo host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/hosts/linux/plugin.rb
 INFO manager: Registered plugin: Linux host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/hosts/null/plugin.rb
 INFO manager: Registered plugin: null host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/hosts/redhat/plugin.rb
 INFO manager: Registered plugin: Red Hat Enterprise Linux host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/hosts/slackware/plugin.rb
 INFO manager: Registered plugin: Slackware host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/hosts/suse/plugin.rb
 INFO manager: Registered plugin: SUSE host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/hosts/windows/plugin.rb
 INFO manager: Registered plugin: Windows host
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/kernel_v1/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/kernel_v2/plugin.rb
 INFO manager: Registered plugin: kernel
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/providers/docker/plugin.rb
 INFO manager: Registered plugin: docker-provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/providers/hyperv/plugin.rb
 INFO manager: Registered plugin: Hyper-V provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/providers/virtualbox/plugin.rb
 INFO manager: Registered plugin: VirtualBox provider
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/provisioners/ansible/plugin.rb
 INFO manager: Registered plugin: ansible
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/provisioners/cfengine/plugin.rb
 INFO manager: Registered plugin: CFEngine Provisioner
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/provisioners/chef/plugin.rb
 INFO manager: Registered plugin: chef
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/provisioners/docker/plugin.rb
 INFO manager: Registered plugin: docker
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/provisioners/file/plugin.rb
 INFO manager: Registered plugin: file
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/provisioners/puppet/plugin.rb
 INFO manager: Registered plugin: puppet
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/provisioners/salt/plugin.rb
 INFO manager: Registered plugin: salt
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/provisioners/shell/plugin.rb
 INFO manager: Registered plugin: shell
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/pushes/atlas/plugin.rb
 INFO manager: Registered plugin: atlas
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/pushes/ftp/plugin.rb
 INFO manager: Registered plugin: ftp
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/pushes/heroku/plugin.rb
 INFO manager: Registered plugin: heroku
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/pushes/local-exec/plugin.rb
 INFO manager: Registered plugin: local-exec
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/pushes/noop/plugin.rb
 INFO manager: Registered plugin: noop
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/synced_folders/nfs/plugin.rb
 INFO manager: Registered plugin: NFS synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/synced_folders/rsync/plugin.rb
 INFO manager: Registered plugin: RSync synced folders
DEBUG global: Loading core plugin: /opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/synced_folders/smb/plugin.rb
 INFO manager: Registered plugin: SMB synced folders
 INFO global: Loading plugins!
 INFO manager: Registered plugin: vagrant-share
 INFO manager: Registered plugin: vagrant-parallels
 INFO vagrant: `vagrant` invoked: ["rdp", "--debug"]
DEBUG vagrant: Creating Vagrant environment
 INFO environment: Environment initialized (#<Vagrant::Environment:0x0000010134ac68>)
 INFO environment:   - cwd: /Users/Dwaynekj/Projects/vagrant-test
 INFO environment: Home path: /Users/Dwaynekj/.vagrant.d
 INFO environment: Local data path: /Users/Dwaynekj/Projects/vagrant-test/.vagrant
DEBUG environment: Creating: /Users/Dwaynekj/Projects/vagrant-test/.vagrant
 INFO environment: Running hook: environment_plugins_loaded
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: environment_plugins_loaded #<Vagrant::Action::Builder:0x00000100a4b3d8>
 INFO environment: Running hook: environment_load
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: environment_load #<Vagrant::Action::Builder:0x00000100acba10>
 INFO cli: CLI: [] "rdp" []
DEBUG cli: Invoking command class: VagrantPlugins::CommandRDP::Command []
 INFO loader: Set :root = #<Pathname:/Users/Dwaynekj/Projects/vagrant-test/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/Users/Dwaynekj/Projects/vagrant-test/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/Dwaynekj/Projects/vagrant-test/Vagrantfile
 INFO loader: Loading configuration in order: [:home, :root]
DEBUG loader: Loading from: root (evaluating)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO host: Autodetecting host type for [#<Vagrant::Environment: /Users/Dwaynekj/Projects/vagrant-test>]
DEBUG host: Trying: arch
DEBUG host: Trying: darwin
 INFO host: Detected: darwin!
DEBUG host: Searching for cap: rdp_client
DEBUG host: Checking in: darwin
DEBUG host: Found cap: rdp_client in darwin
DEBUG command: Getting target VMs for command. Arguments:
DEBUG command:  -- names: []
DEBUG command:  -- options: {:single_target=>true}
DEBUG command: Loading all machines...
 INFO command: Active machine found with name default. Using provider: parallels
 INFO environment: Getting machine: default (parallels)
 INFO environment: Uncached load of machine.
 INFO base: prlctl path: /usr/local/bin/prlctl
 INFO base: prlsrvctl path: /usr/local/bin/prlsrvctl
 INFO subprocess: Starting process: ["/usr/local/bin/prlctl", "--version"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: prlctl version 10.3.0 (29227) rev 0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for Parallels Desktop version: 10.3.0
 INFO meta: Using Parallels driver: VagrantPlugins::Parallels::Driver::PD_10
 INFO base: prlctl path: /usr/local/bin/prlctl
 INFO base: prlsrvctl path: /usr/local/bin/prlsrvctl
 INFO loader: Set "2152876900_machine_default" = []
 INFO loader: Loading configuration in order: [:home, :root, "2152876900_machine_default"]
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO box_collection: Box found: Win7Bare (parallels)
 INFO loader: Set :"2157712940_Win7Bare_parallels" = #<Pathname:/Users/Dwaynekj/.vagrant.d/boxes/Win7Bare/0/parallels/Vagrantfile>
DEBUG loader: Populating proc cache for #<Pathname:/Users/Dwaynekj/.vagrant.d/boxes/Win7Bare/0/parallels/Vagrantfile>
DEBUG loader: Load procs for pathname: /Users/Dwaynekj/.vagrant.d/boxes/Win7Bare/0/parallels/Vagrantfile
 INFO root: Version requirements from Vagrantfile: [">= 1.6.2"]
 INFO root:   - Version requirements satisfied!
 INFO loader: Loading configuration in order: [:"2157712940_Win7Bare_parallels", :home, :root, "2152876900_machine_default"]
DEBUG loader: Loading from: 2157712940_Win7Bare_parallels (evaluating)
DEBUG loader: Loading from: root (cache)
DEBUG loader: Configuration loaded successfully, finalizing and returning
DEBUG push: finalizing
 INFO machine: Initializing machine: default
 INFO machine:   - Provider: VagrantPlugins::Parallels::Provider
 INFO machine:   - Box: #<Vagrant::Box:0x000001012123c8>
 INFO machine:   - Data dir: /Users/Dwaynekj/Projects/vagrant-test/.vagrant/machines/default/parallels
DEBUG parallels: Instantiating the driver for machine ID: "ac0fe0ef-30f4-487b-a097-bd7564c56217"
 INFO base: prlctl path: /usr/local/bin/prlctl
 INFO base: prlsrvctl path: /usr/local/bin/prlsrvctl
 INFO subprocess: Starting process: ["/usr/local/bin/prlctl", "--version"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: prlctl version 10.3.0 (29227) rev 0
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG meta: Finding driver for Parallels Desktop version: 10.3.0
 INFO meta: Using Parallels driver: VagrantPlugins::Parallels::Driver::PD_10
 INFO base: prlctl path: /usr/local/bin/prlctl
 INFO base: prlsrvctl path: /usr/local/bin/prlsrvctl
 INFO subprocess: Starting process: ["/usr/local/bin/prlctl", "list", "ac0fe0ef-30f4-487b-a097-bd7564c56217"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: UUID                                    STATUS       IP_ADDR         NAME
{ac0fe0ef-30f4-487b-a097-bd7564c56217}  running      -               vagrant-test_default_1448386728990_32443
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG machine: Eager loading WinRM communicator to avoid GH-3390
 INFO winrm: Initializing WinRMCommunicator
 INFO subprocess: Starting process: ["/usr/local/bin/prlctl", "list", "ac0fe0ef-30f4-487b-a097-bd7564c56217", "--no-header", "-o", "status"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: running
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999
DEBUG subprocess: Exit status: 0
 INFO command: With machine: default (#<VagrantPlugins::Parallels::Provider:0x000001013e09e8 @logger=#<Log4r::Logger:0x000001013e0948 @fullname="vagrant::provider::parallels", @outputters=[], @additive=true, @name="parallels", @path="vagrant::provider", @parent=#<Log4r::Logger:0x0000010132ba20 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000001010549a0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101054928>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001010652c8 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000010132b610 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#<Vagrant::Machine: default (VagrantPlugins::Parallels::Provider)>, @driver=#<VagrantPlugins::Parallels::Driver::Meta:0x000001009ab748 @uuid="ac0fe0ef-30f4-487b-a097-bd7564c56217", @logger=#<Log4r::Logger:0x000001013b9528 @fullname="vagrant_parallels::driver::meta", @outputters=[], @additive=true, @name="meta", @path="vagrant_parallels::driver", @parent=#<Log4r::Logger:0x000001013c0c88 @fullname="vagrant_parallels", @outputters=[#<Log4r::StderrOutputter:0x000001010549a0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101054928>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001010652c8 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant_parallels", @path="", @parent=#<Log4r::RootLogger:0x0000010132b610 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @prlctl_path="/usr/local/bin/prlctl", @prlsrvctl_path="/usr/local/bin/prlsrvctl", @prldisktool_path="/usr/local/bin/prl_disk_tool", @version="10.3.0", @driver=#<VagrantPlugins::Parallels::Driver::PD_10:0x00000101158d38 @uuid="ac0fe0ef-30f4-487b-a097-bd7564c56217", @logger=#<Log4r::Logger:0x00000101280490 @fullname="vagrant_parallels::driver::pd_10", @outputters=[], @additive=true, @name="pd_10", @path="vagrant_parallels::driver", @parent=#<Log4r::Logger:0x000001013c0c88 @fullname="vagrant_parallels", @outputters=[#<Log4r::StderrOutputter:0x000001010549a0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101054928>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001010652c8 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant_parallels", @path="", @parent=#<Log4r::RootLogger:0x0000010132b610 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @prlctl_path="/usr/local/bin/prlctl", @prlsrvctl_path="/usr/local/bin/prlsrvctl", @prldisktool_path="/usr/local/bin/prl_disk_tool">>, @cap_logger=#<Log4r::Logger:0x000001013caa08 @fullname="vagrant::capability_host::vagrantplugins::parallels::provider", @outputters=[], @additive=true, @name="provider", @path="vagrant::capability_host::vagrantplugins::parallels", @parent=#<Log4r::Logger:0x0000010132ba20 @fullname="vagrant", @outputters=[#<Log4r::StderrOutputter:0x000001010549a0 @mon_owner=nil, @mon_count=0, @mon_mutex=#<Mutex:0x00000101054928>, @name="stderr", @level=0, @formatter=#<Log4r::DefaultFormatter:0x000001010652c8 @depth=7>, @out=#<IO:<STDERR>>>], @additive=true, @name="vagrant", @path="", @parent=#<Log4r::RootLogger:0x0000010132b610 @level=0, @outputters=[]>, @level=1, @trace=false>, @level=1, @trace=false>, @cap_host_chain=[[:parallels, #<#<Class:0x000001013c0738>:0x000001009da110>]], @cap_args=[#<Vagrant::Machine: default (VagrantPlugins::Parallels::Provider)>], @cap_caps={:docker=>#<Vagrant::Registry:0x000001013c03c8 @items={:public_address=>#<Proc:0x00000101143550@/opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/providers/docker/plugin.rb:54>, :proxy_machine=>#<Proc:0x000001011432a8@/opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/providers/docker/plugin.rb:59>}, @results_cache={}>, :hyperv=>#<Vagrant::Registry:0x000001013c0120 @items={:public_address=>#<Proc:0x00000101150908@/opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/providers/hyperv/plugin.rb:25>}, @results_cache={}>, :virtualbox=>#<Vagrant::Registry:0x000001013cbef8 @items={:forwarded_ports=>#<Proc:0x00000101171e78@/opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=>#<Proc:0x00000101171d88@/opt/vagrant/embedded/gems/gems/vagrant-1.7.4/plugins/providers/virtualbox/plugin.rb:32>, :public_address=>#<Proc:0x00000101221be8@/opt/vagrant/embedded/gems/gems/vagrant-share-1.1.4/lib/vagrant-share.rb:39>}, @results_cache={}>, :parallels=>#<Vagrant::Registry:0x000001013cb638 @items={:public_address=>#<Proc:0x00000101240250@/Users/Dwaynekj/.vagrant.d/gems/gems/vagrant-parallels-1.5.1/lib/vagrant-parallels/plugin.rb:66>, :host_address=>#<Proc:0x00000101240070@/Users/Dwaynekj/.vagrant.d/gems/gems/vagrant-parallels-1.5.1/lib/vagrant-parallels/plugin.rb:71>, :nic_mac_addresses=>#<Proc:0x0000010124bf60@/Users/Dwaynekj/.vagrant.d/gems/gems/vagrant-parallels-1.5.1/lib/vagrant-parallels/plugin.rb:76>}, @results_cache={}>}>)
 INFO winrm: Checking whether WinRM is ready...
DEBUG provider: Searching for cap: winrm_info
DEBUG provider: Checking in: parallels
 INFO subprocess: Starting process: ["/usr/local/bin/prlctl", "list", "ac0fe0ef-30f4-487b-a097-bd7564c56217", "--no-header", "-o", "status"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: running
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/local/bin/prlctl", "list", "ac0fe0ef-30f4-487b-a097-bd7564c56217", "--info", "--no-header", "--json"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: [
    {
        "ID": "ac0fe0ef-30f4-487b-a097-bd7564c56217",
        "Name": "vagrant-test_default_1448386728990_32443",
        "Description": "",
        "Type": "VM",
        "State": "running",
        "OS": "win-7",
        "Template": "no",
        "Uptime": "4328",
        "Home": "/Users/Dwaynekj/Documents/Parallels/vagrant-test_default_1448386728990_32443.pvm/",
        "GuestTools": {
            "state": "not_installed"
        },
        "Autostart": "off",
        "Autostop": "suspend",
        "Startup view": "same",
        "On gui shutdown": "close",
        "On window close": "keep-running",
        "Undo disks": "off",
        "Boot order": "hdd0 cdrom0 net0 ",
        "EFI boot": "off",
        "Allow select boot device": "off",
        "External boot device": "",
        "Remote display": {
            "mode": "off",
            "address": "0.0.0.0"
        },
        "Remote display state": "stopped",
        "Hardware": {
            "cpu": {
                "cpus": 4,
                "VT-x": true,
                "hotplug": false,
                "accl": "high",
                "mode": "32"
            },
            "memory": {
                "size": "2048Mb",
                "hotplug": false
            },
            "video": {
                "size": "256Mb",
                "3d acceleration": "highest",
                "vertical sync": "yes",
                "high resolution": "yes"
            },
            "memory_quota": {
                "auto": true
            },
            "hdd0": {
                "enabled": true,
                "port": "sata:0",
                "image": "/Users/Dwaynekj/Documents/Parallels/vagrant-test_default_1448386728990_32443.pvm/harddisk1.hdd",
                "type": "expanded",
                "size": "61440Mb"
            },
            "cdrom0": {
                "enabled": true,
                "port": "sata:1",
                "image": "",
                "state": "disconnected"
            },
            "usb": {
                "enabled": true
            },
            "net0": {
                "enabled": true,
                "type": "shared",
                "mac": "001C42E4617A",
                "card": "e1000"
            },
            "sound0": {
                "enabled": true,
                "output": "Default",
                "mixer": "Default"
            }
        },
        "Host Shared Folders": {
            "enabled": true,
            "vagrant": {
                "enabled": true,
                "path": "/Users/Dwaynekj/Projects/vagrant-test",
                "mode": "rw"
            }
        },
        "Guest Shared Folders": {
            "enabled": true,
            "automount": {
                "enabled": true
            }
        },
        "SmartMount": {
            "enabled": false
        },
        "Encrypted": "no",
        "Edit restricted": "no",
        "Protected": "no",
        "Smart mouse optimized for games": "auto",
        "Sticky mouse": "off",
        "Keyboard optimized for games": "off",
        "Automatic sharing cameras": "off",
        "Automatic sharing bluetooth": "off",
        "Support USB 3.0": "off",
        "Synchronize with host printers": "on",
        "Synchronize default printer": "on",
        "Faster virtual machine": "on",
        "Adaptive hypervisor": "off",
        "Disabled Windows logo": "on",
        "Auto compress virtual disks": "off",
        "Nested virtualization": "off",
        "PMU virtualization": "off",
        "Longer battery life": "on",
        "Show battery status": "on",
        "Smart mount": "off",
        "Shared profile": "off",
        "Shared cloud": "off",
        "Guest-to-host apps sharing": "off",
        "Host-to-guest apps sharing": "off",
        "Show Windows systray in Mac menu": "on",
        "Auto-switch to full screen": "on",
        "Disable aero": "off",
        "Hide minimized windows": "off",
        "Lock VM on suspend": "off",
        "Isolate VM from host": "off",
        "Smart guard": "off",
        "Smart guard: notify before creation snapshot": "on",
        "Smart guard: interval of period creating snapshots": 86400,
        "Smart guard: maximum count of creating snapshots": 10,
        "Time Synchronization": "off"
    }
]
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG ssh: Checking key permissions: /Users/Dwaynekj/.vagrant.d/insecure_private_key
DEBUG winrmshell: initializing WinRMShell
DEBUG winrmshell: powershell executing:
hostname
if ($?) { exit 0 } else { if($LASTEXITCODE) { exit $LASTEXITCODE } else { exit 1 } }
 INFO winrmshell: Attempting to connect to WinRM...
 INFO winrmshell:   - Host: 10.211.55.9
 INFO winrmshell:   - Port: 5985
 INFO winrmshell:   - Username: vagrant
 INFO winrmshell:   - Transport: plaintext
DEBUG winrmshell: Output: {:data=>[{:stdout=>"vagrant-7\r\n"}], :exitcode=>0}
 INFO winrm: WinRM is ready!
 INFO interface: output: Detecting RDP info...
 INFO interface: output: ==> default: Detecting RDP info...
DEBUG provider: Searching for cap: rdp_info
DEBUG provider: Checking in: parallels
 INFO subprocess: Starting process: ["/usr/local/bin/prlctl", "list", "ac0fe0ef-30f4-487b-a097-bd7564c56217", "--no-header", "-o", "status"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: running
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO subprocess: Starting process: ["/usr/local/bin/prlctl", "list", "ac0fe0ef-30f4-487b-a097-bd7564c56217", "--info", "--no-header", "--json"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: [
    {
        "ID": "ac0fe0ef-30f4-487b-a097-bd7564c56217",
        "Name": "vagrant-test_default_1448386728990_32443",
        "Description": "",
        "Type": "VM",
        "State": "running",
        "OS": "win-7",
        "Template": "no",
        "Uptime": "4329",
        "Home": "/Users/Dwaynekj/Documents/Parallels/vagrant-test_default_1448386728990_32443.pvm/",
        "GuestTools": {
            "state": "not_installed"
        },
        "Autostart": "off",
        "Autostop": "suspend",
        "Startup view": "same",
        "On gui shutdown": "close",
        "On window close": "keep-running",
        "Undo disks": "off",
        "Boot order": "hdd0 cdrom0 net0 ",
        "EFI boot": "off",
        "Allow select boot device": "off",
        "External boot device": "",
        "Remote display": {
            "mode": "off",
            "address": "0.0.0.0"
        },
        "Remote display state": "stopped",
        "Hardware": {
            "cpu": {
                "cpus": 4,
                "VT-x": true,
                "hotplug": false,
                "accl": "high",
                "mode": "32"
            },
            "memory": {
                "size": "2048Mb",
                "hotplug": false
            },
            "video": {
                "size": "256Mb",
                "3d acceleration": "highest",
                "vertical sync": "yes",
                "high resolution": "yes"
            },
            "memory_quota": {
                "auto": true
            },
            "hdd0": {
                "enabled": true,
                "port": "sata:0",
                "image": "/Users/Dwaynekj/Documents/Parallels/vagrant-test_default_1448386728990_32443.pvm/harddisk1.hdd",
                "type": "expanded",
                "size": "61440Mb"
            },
            "cdrom0": {
                "enabled": true,
                "port": "sata:1",
                "image": "",
                "state": "disconnected"
            },
            "usb": {
                "enabled": true
            },
            "net0": {
                "enabled": true,
                "type": "shared",
                "mac": "001C42E4617A",
                "card": "e1000"
            },
            "sound0": {
                "enabled": true,
                "output": "Default",
                "mixer": "Default"
            }
        },
        "Host Shared Folders": {
            "enabled": true,
            "vagrant": {
                "enabled": true,
                "path": "/Users/Dwaynekj/Projects/vagrant-test",
                "mode": "rw"
            }
        },
        "Guest Shared Folders": {
            "enabled": true,
            "automount": {
                "enabled": true
            }
        },
        "SmartMount": {
            "enabled": false
        },
        "Encrypted": "no",
        "Edit restricted": "no",
        "Protected": "no",
        "Smart mouse optimized for games": "auto",
        "Sticky mouse": "off",
        "Keyboard optimized for games": "off",
        "Automatic sharing cameras": "off",
        "Automatic sharing bluetooth": "off",
        "Support USB 3.0": "off",
        "Synchronize with host printers": "on",
        "Synchronize default printer": "on",
        "Faster virtual machine": "on",
        "Adaptive hypervisor": "off",
        "Disabled Windows logo": "on",
        "Auto compress virtual disks": "off",
        "Nested virtualization": "off",
        "PMU virtualization": "off",
        "Longer battery life": "on",
        "Show battery status": "on",
        "Smart mount": "off",
        "Shared profile": "off",
        "Shared cloud": "off",
        "Guest-to-host apps sharing": "off",
        "Host-to-guest apps sharing": "off",
        "Show Windows systray in Mac menu": "on",
        "Auto-switch to full screen": "on",
        "Disable aero": "off",
        "Hide minimized windows": "off",
        "Lock VM on suspend": "off",
        "Isolate VM from host": "off",
        "Smart guard": "off",
        "Smart guard: notify before creation snapshot": "on",
        "Smart guard: interval of period creating snapshots": 86400,
        "Smart guard: maximum count of creating snapshots": 10,
        "Time Synchronization": "off"
    }
]
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
DEBUG ssh: Checking key permissions: /Users/Dwaynekj/.vagrant.d/insecure_private_key
 INFO interface: detail: Address: 10.211.55.9:3389
 INFO interface: detail:     default: Address: 10.211.55.9:3389
 INFO interface: detail: Username: vagrant
 INFO interface: detail:     default: Username: vagrant
 INFO interface: success: Vagrant will now launch your RDP client with the connection parameters
above. If the connection fails, verify that the information above is
correct. Additionally, make sure the RDP server is configured and
running in the guest machine (it is disabled by default on Windows).
Also, verify that the firewall is open to allow RDP connections.
 INFO interface: success: ==> default: Vagrant will now launch your RDP client with the connection parameters
==> default: above. If the connection fails, verify that the information above is
==> default: correct. Additionally, make sure the RDP server is configured and
==> default: running in the guest machine (it is disabled by default on Windows).
==> default: Also, verify that the firewall is open to allow RDP connections.
DEBUG host: Searching for cap: rdp_client
DEBUG host: Checking in: darwin
DEBUG host: Found cap: rdp_client in darwin
 INFO host: Execute capability: rdp_client [#<Vagrant::Environment: /Users/Dwaynekj/Projects/vagrant-test>, {:username=>"vagrant", :password=>"vagrant", :host=>"10.211.55.9", :port=>3389, :extra_args=>nil}] (darwin)
 INFO subprocess: Starting process: ["/usr/bin/open", "/var/folders/hz/w6vk2fpx36s1gmnfjxqmy82w0000gn/T/vagrant-rdp-1448391824-8395.rdp"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stderr: No application knows how to open /var/folders/hz/w6vk2fpx36s1gmnfjxqmy82w0000gn/T/vagrant-rdp-1448391824-8395.rdp.
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 1
 INFO subprocess: Starting process: ["/usr/local/bin/prlctl", "list", "ac0fe0ef-30f4-487b-a097-bd7564c56217", "--no-header", "-o", "status"]
DEBUG subprocess: Command not in installer, not touching env vars.
 INFO subprocess: Command not in installer, restoring original environment...
DEBUG subprocess: Selecting on IO
DEBUG subprocess: stdout: running
DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000
DEBUG subprocess: Exit status: 0
 INFO environment: Running hook: environment_unload
 INFO runner: Preparing hooks for middleware sequence...
 INFO runner: 1 hooks defined.
 INFO runner: Running action: environment_unload #<Vagrant::Action::Builder:0x00000104813c88>
Dwaynekj commented 8 years ago

Silly me: I didn't have a native RDP client to work with. I installed this