hashicorp / vagrant

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

Vagrant > v1.62 WinRM conflicts with HTTP_PROXY environment variable #3968

Closed 3DHDSoft closed 10 years ago

3DHDSoft commented 10 years ago

Vagrant > v1.62 WinRM conflicts with HTTP_PROXY environment variable. Cannot mount directory nor run provisioning script. Removing HTTP_PROXY, HTTPS_PROXY environment variables resolves the issue. Behind a very secure and restricted financial organization corporate firewall. Host: Win7 x64; Guest: Win2012R2; Provider: VirtualBox

mitchellh commented 10 years ago

What do you mean by conflicts? Doesn't work?

/cc @sneal - Any idea where in the WinRM code this would be happening?

mitchellh commented 10 years ago

And @3DHDSoft could you post a debug log where it fails? (gist it please)

sneal commented 10 years ago

WinRM just uses the built-in Ruby HTTPClient - which uses said env vars.

mitchellh commented 10 years ago

Yeah, I thought so. Given that, I think this is working correctly. Vagrant as a whole takes into account those environmental variables and attempts to use them when connecting various places. You may want to add an exclude for the proxy for localhost. That should perhaps fix things I'm wondering if the proxy just isn't working because it can't connect to the address you're giving it. Vagrant honors the exclusion rules as well.

3DHDSoft commented 10 years ago

Thx Mitchell. We'll investigate. 1.6.3 is a great improvement. We are looking forward working closely with you to further improve your product. Have a great weekend.

Ivan Farkas 3D HD Soft, LLC www.3DHDSoft.comhttp://www.3DHDSoft.com info@3DHDSoft.comhttp://3DHDSoft.com

On Jun 5, 2014, at 9:29 PM, "Mitchell Hashimoto" notifications@github.com<mailto:notifications@github.com> wrote:

Yeah, I thought so. Given that, I think this is working correctly. Vagrant as a whole takes into account those environmental variables and attempts to use them when connecting various places. You may want to add an exclude for the proxy for localhost. That should perhaps fix things I'm wondering if the proxy just isn't working because it can't connect to the address you're giving it. Vagrant honors the exclusion rules as well.

Reply to this email directly or view it on GitHubhttps://github.com/mitchellh/vagrant/issues/3968#issuecomment-45294387.

3DHDSoft commented 10 years ago

I'll do that till Monday morning the latest. Thx for your help Mitchell. Have a great weekend

Ivan Farkas 3D HD Soft, LLC www.3DHDSoft.comhttp://www.3DHDSoft.com info@3DHDSoft.comhttp://3DHDSoft.com

On Jun 5, 2014, at 1:38 PM, "Mitchell Hashimoto" notifications@github.com<mailto:notifications@github.com> wrote:

What do you mean by conflicts? Doesn't work?

/cc @snealhttps://github.com/sneal - Any idea where in the WinRM code this would be happening?

Reply to this email directly or view it on GitHubhttps://github.com/mitchellh/vagrant/issues/3968#issuecomment-45250275.

3DHDSoft commented 10 years ago

Hi Mitchell,

Please find the output attached. The Error happens when I add HTTP_PROXY, HTTPS_PROXY environment variables. The line below is the culprit. INFO retryable: Retryable exception raised: #<WinRM::WinRMHTTPTransportError: Bad HTTP response returned from server (500).>

Ivan

From: Ivan Farkas [mailto:Ivan.Farkas@3DHDSoft.com] Sent: Friday, June 06, 2014 6:39 PM To: mitchellh/vagrant Cc: mitchellh/vagrant; Ivan Farkas; Jonathan Foster Subject: Re: [vagrant] Vagrant > v1.62 WinRM conflicts with HTTP_PROXY environment variable (#3968)

Thx Mitchell. We'll investigate. 1.6.3 is a great improvement. We are looking forward working closely with you to further improve your product. Have a great weekend.

Ivan Farkas 3D HD Soft, LLC www.3DHDSoft.comhttp://www.3DHDSoft.com info@3DHDSoft.comhttp://3DHDSoft.com

On Jun 5, 2014, at 9:29 PM, "Mitchell Hashimoto" notifications@github.com<mailto:notifications@github.com> wrote:

Yeah, I thought so. Given that, I think this is working correctly. Vagrant as a whole takes into account those environmental variables and attempts to use them when connecting various places. You may want to add an exclude for the proxy for localhost. That should perhaps fix things I'm wondering if the proxy just isn't working because it can't connect to the address you're giving it. Vagrant honors the exclusion rules as well.

Reply to this email directly or view it on GitHubhttps://github.com/mitchellh/vagrant/issues/3968#issuecomment-45294387.

TradeStation Group, Inc. is the parent company of five separate but affiliated operating subsidiaries, TradeStation Securities, Inc. (Member NYSE, FINRA, NFA and SIPC), IBFX, Inc. (Member NFA), IBFX Australia Pty Ltd, which is authorized and regulated by the Australian Securities and Investments Commission, TradeStation Technologies, Inc., a trading software and subscription company, and TradeStation Europe Limited, a United Kingdom, FSA-authorized introducing brokerage firm. None of these companies provides trading or investment advice, recommendations or endorsements of any kind. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. Forex products and services are offered by the TradeStation Forex divisions of IBFX, Inc. (Member NFA) and IBFX Australia Pty Ltd (ASIC registered). PS C:\TradeStation\Web\GetStarted\Dev\Subscription> vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat default: Adapter 2: bridged ==> default: Forwarding ports... default: 80 => 8080 (adapter 1) default: 443 => 8443 (adapter 1) default: 5985 => 5986 (adapter 1) default: 3389 => 3390 (adapter 1) default: 5985 => 55985 (adapter 1) ==> default: Running 'pre-boot' VM customizations... ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes...


PS C:> vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat default: Adapter 2: bridged ==> default: Forwarding ports... default: 80 => 8080 (adapter 1) default: 443 => 8443 (adapter 1) default: 5985 => 5986 (adapter 1) default: 3389 => 3390 (adapter 1) default: 5985 => 55985 (adapter 1) ==> default: Running 'pre-boot' VM customizations... ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... ==> default: Machine booted and ready! ==> default: Checking for guest additions in VM... ==> default: Configuring and enabling network interfaces... ==> default: Mounting shared folders... default: /vagrant => C:/TradeStation/Web/GetStarted/Dev/Subscription default: /PackageRepo => //tk421/ChocolateyPackages ==> default: Machine already provisioned. Run vagrant provision or use the --provision ==> default: to force provisioning. Provisioners marked to run always will still run.

==> default: Machine 'default' has a post vagrant up message. This is a message ==> default: from the creator of the Vagrantfile, and not from Vagrant itself: ==> default: ==> default: Getting Started Server is running. ==> default: TBD: useful for containing instructions such as how to access various components of the development envi ronment.

INFO retryable: Retryable exception raised: #<WinRM::WinRMHTTPTransportError: Bad HTTP response returned from server (500).>

PS C:> vagrant up --debug INFO global: Vagrant version: 1.6.3 INFO global: Ruby version: 2.0.0 INFO global: RubyGems version: 2.0.14 INFO global: VAGRANT_EXECUTABLE="C:\HashiCorp\Vagrant\embedded\gems\gems\vagrant-1.6.3\bin\vagrant" INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\HashiCorp\Vagrant\embedded" INFO global: VAGRANT_INSTALLER_ENV="1" INFO global: VAGRANT_INSTALLER_VERSION="2" INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1" INFO global: VAGRANT_LOG="debug" INFO global: Plugins: INFO global: - bundler = 1.6.2 INFO global: - mime-types = 2.3 INFO global: - rest-client = 1.6.7 INFO global: - vagrant-login = 1.0.1 INFO global: - vagrant-share = 1.1.0 DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/box/plugin.rb INFO manager: Registered plugin: box command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/destroy/plugin .rb INFO manager: Registered plugin: destroy command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/global-status/ plugin.rb INFO manager: Registered plugin: global-status command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/halt/plugin.rb

INFO manager: Registered plugin: halt command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/help/plugin.rb

INFO manager: Registered plugin: help command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/init/plugin.rb

INFO manager: Registered plugin: init command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/list-commands/ plugin.rb INFO manager: Registered plugin: list-commands command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/package/plugin .rb INFO manager: Registered plugin: package command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/plugin. rb INFO manager: Registered plugin: plugin command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/provision/plug in.rb INFO manager: Registered plugin: provision command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/rdp/plugin.rb INFO manager: Registered plugin: rdp command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/reload/plugin. rb INFO manager: Registered plugin: reload command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/resume/plugin. rb INFO manager: Registered plugin: resume command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/ssh/plugin.rb INFO manager: Registered plugin: ssh command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/ssh_config/plu gin.rb INFO manager: Registered plugin: ssh-config command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/status/plugin. rb INFO manager: Registered plugin: status command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/suspend/plugin .rb INFO manager: Registered plugin: suspend command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/up/plugin.rb INFO manager: Registered plugin: up command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/version/plugin .rb INFO manager: Registered plugin: version command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/communicators/ssh/plugi n.rb INFO manager: Registered plugin: ssh communicator DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/communicators/winrm/plu gin.rb INFO manager: Registered plugin: winrm communicator DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/arch/plugin.rb INFO manager: Registered plugin: Arch guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/coreos/plugin.rb

INFO manager: Registered plugin: CoreOS guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/darwin/plugin.rb

INFO manager: Registered plugin: Darwin guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/debian/plugin.rb

INFO manager: Registered plugin: Debian guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/esxi/plugin.rb INFO manager: Registered plugin: ESXi guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/fedora/plugin.rb

INFO manager: Registered plugin: Fedora guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/freebsd/plugin.r b INFO manager: Registered plugin: FreeBSD guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/funtoo/plugin.rb

INFO manager: Registered plugin: Funtoo guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/gentoo/plugin.rb

INFO manager: Registered plugin: Gentoo guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/linux/plugin.rb INFO manager: Registered plugin: Linux guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/mint/plugin.rb INFO manager: Registered plugin: Mint guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/netbsd/plugin.rb

INFO manager: Registered plugin: NetBSD guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/nixos/plugin.rb INFO manager: Registered plugin: NixOS guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/omnios/plugin.rb

INFO manager: Registered plugin: OmniOS guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/openbsd/plugin.r b INFO manager: Registered plugin: OpenBSD guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/pld/plugin.rb INFO manager: Registered plugin: PLD Linux guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/redhat/plugin.rb

INFO manager: Registered plugin: RedHat guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/smartos/plugin.r b INFO manager: Registered plugin: SmartOS guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/solaris/plugin.r b INFO manager: Registered plugin: Solaris guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/solaris11/plugin .rb INFO manager: Registered plugin: Solaris 11 guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/suse/plugin.rb INFO manager: Registered plugin: SUSE guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/tinycore/plugin. rb INFO manager: Registered plugin: TinyCore Linux guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/ubuntu/plugin.rb

INFO manager: Registered plugin: Ubuntu guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/windows/plugin.r b INFO manager: Registered plugin: Windows guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/arch/plugin.rb INFO manager: Registered plugin: Arch host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/bsd/plugin.rb INFO manager: Registered plugin: BSD host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/darwin/plugin.rb INFO manager: Registered plugin: Mac OS X host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/freebsd/plugin.rb

INFO manager: Registered plugin: FreeBSD host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/gentoo/plugin.rb INFO manager: Registered plugin: Gentoo host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/linux/plugin.rb INFO manager: Registered plugin: Linux host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/null/plugin.rb INFO manager: Registered plugin: null host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/opensuse/plugin.r b INFO manager: Registered plugin: OpenSUSE host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/redhat/plugin.rb INFO manager: Registered plugin: Red Hat host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/slackware/plugin. rb INFO manager: Registered plugin: Slackware host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/windows/plugin.rb

INFO manager: Registered plugin: Windows host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/kernel_v1/plugin.rb INFO manager: Registered plugin: kernel DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/kernel_v2/plugin.rb INFO manager: Registered plugin: kernel DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/docker/plugin .rb INFO manager: Registered plugin: docker-provider DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/hyperv/plugin .rb INFO manager: Registered plugin: Hyper-V provider DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/virtualbox/pl ugin.rb INFO manager: Registered plugin: VirtualBox provider DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/ansible/pl ugin.rb INFO manager: Registered plugin: ansible DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/cfengine/p lugin.rb INFO manager: Registered plugin: CFEngine Provisioner DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/chef/plugi n.rb INFO manager: Registered plugin: chef DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/docker/plu gin.rb INFO manager: Registered plugin: docker DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/file/plugi n.rb INFO manager: Registered plugin: file DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/puppet/plu gin.rb INFO manager: Registered plugin: puppet DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/salt/plugi n.rb INFO manager: Registered plugin: salt DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/shell/plug in.rb INFO manager: Registered plugin: shell DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/synced_folders/nfs/plug in.rb INFO manager: Registered plugin: NFS synced folders DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/synced_folders/rsync/pl ugin.rb INFO manager: Registered plugin: RSync synced folders DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/synced_folders/smb/plug in.rb INFO manager: Registered plugin: SMB synced folders INFO global: Loading plugins! INFO manager: Registered plugin: vagrant-login INFO manager: Registered plugin: vagrant-share INFO vagrant: vagrant invoked: ["up", "--debug"] DEBUG vagrant: Creating Vagrant environment INFO environment: Environment initialized (#Vagrant::Environment:0x39bb788) INFO environment: - cwd: C:/TradeStation/Web/GetStarted/Dev/Subscription INFO environment: Home path: C:/Users/IFarkas/.vagrant.d INFO environment: Local data path: C:/TradeStation/Web/GetStarted/Dev/Subscription/.vagrant DEBUG environment: Creating: C:/TradeStation/Web/GetStarted/Dev/Subscription/.vagrant INFO environment: Running hook: environment_plugins_loaded INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x3af82b8 INFO environment: Running hook: environment_load INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x3ba6960 INFO cli: CLI: [] "up" [] DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command [] DEBUG command: 'Up' each target VM... INFO loader: Set :root = #Pathname:C:/TradeStation/Web/GetStarted/Dev/Subscription/Vagrantfile DEBUG loader: Populating proc cache for #Pathname:C:/TradeStation/Web/GetStarted/Dev/Subscription/Vagrantfile DEBUG loader: Load procs for pathname: C:/TradeStation/Web/GetStarted/Dev/Subscription/Vagrantfile INFO loader: Loading configuration in order: [:home, :root] DEBUG loader: Loading from: root (evaluating) DEBUG provisioner: Provisioner defined: shell DEBUG loader: Configuration loaded successfully, finalizing and returning DEBUG command: Getting target VMs for command. Arguments: DEBUG command: -- names: ["default"] DEBUG command: -- options: {:provider=>nil} DEBUG command: Finding machine that match name: default INFO command: Active machine found with name default. Using provider: virtualbox INFO environment: Getting machine: default (virtualbox) INFO environment: Uncached load of machine. DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "--version"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: 4.3.12r93733 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 DEBUG meta: Finding driver for VirtualBox version: 4.3.12 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3 DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe INFO loader: Set "22464096_machine_default" = [] INFO loader: Loading configuration in order: [:home, :root, "22464096_machine_default"] DEBUG loader: Loading from: root (cache) DEBUG loader: Configuration loaded successfully, finalizing and returning INFO box_collection: Box found: Windows2012R2 (virtualbox) INFO loader: Set :"30061176_Windows2012R2_virtualbox" = #<Pathname:C:/Users/IFarkas/.vagrant.d/boxes/Windows2012R2/0/vi rtualbox/Vagrantfile> DEBUG loader: Populating proc cache for #<Pathname:C:/Users/IFarkas/.vagrant.d/boxes/Windows2012R2/0/virtualbox/Vagrantf ile> DEBUG loader: Load procs for pathname: C:/Users/IFarkas/.vagrant.d/boxes/Windows2012R2/0/virtualbox/Vagrantfile INFO loader: Loading configuration in order: [:"30061176_Windows2012R2_virtualbox", :home, :root, "22464096_machine_def ault"] DEBUG loader: Loading from: 30061176_Windows2012R2_virtualbox (evaluating) DEBUG loader: Upgrading config from version 1 to 2 DEBUG loader: Upgrading config to version 2 DEBUG loader: Upgraded to version 2 with 0 warnings and 0 errors DEBUG loader: Loading from: root (cache) DEBUG loader: Configuration loaded successfully, finalizing and returning INFO machine: Initializing machine: default INFO machine: - Provider: VagrantPlugins::ProviderVirtualBox::Provider INFO machine: - Box: #Vagrant::Box:0x2a94560 INFO machine: - Data dir: C:/TradeStation/Web/GetStarted/Dev/Subscription/.vagrant/machines/default/virtualbox DEBUG virtualbox: Instantiating the driver for machine ID: "dbe4695d-5ae8-4370-bac0-648d9be4aaab" DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "--version"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: 4.3.12r93733 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 DEBUG meta: Finding driver for VirtualBox version: 4.3.12 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3 DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "showvminfo", "dbe4695d-5a e8-4370-bac0-648d9be4aaab"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: Name: Subscription_default_1401923342771_92610 Groups: / Guest OS: Windows 2012 (64 bit) UUID: dbe4695d-5ae8-4370-bac0-648d9be4aaab Config file: C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192334 2771_92610.vbox Snapshot folder: C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Snapshots Log folder: C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Logs Hardware UUID: dbe4695d-5ae8-4370-bac0-648d9be4aaab Memory size: 4096MB Page Fusion: off VRAM size: 128MB CPU exec cap: 75% HPET: off Chipset: piix3 Firmware: BIOS Number of CPUs: 2 PAE: off Long Mode: on Synthetic CPU: off CPUID overrides: None Boot menu mode: message and menu Boot Device (1): Floppy Boot Device (2): DVD Boot Device (3): HardDisk Boot Device (4): Not Assigned ACPI: on IOAPIC: on Time offset: 0ms RTC: UTC Hardw. virt.ext: on Nested Paging: on Large Pages: on VT-x VPID: on VT-x unr. exec.: on State: powered off (since 2014-06-09T15:18:46.705000000) Monitor count: 1 3D Acceleration: on 2D Video Acceleration: on Teleporter Enabled: off Teleporter Port: 0 Teleporter Address: Teleporter Password: Tracing Enabled: off Allow Tracing to Access VM: off Tracing Configuration: Autostart Enabled: off Autostart Delay: 0 Default Frontend: Storage Controller Name (0): IDE Storage Controller Type (0): PIIX4 Storage Controller Instance Number (0): 0 Storage Controller Max Port Count (0): 2 Storage Controller Port Count (0): 2 Storage Controller Bootable (0): on Storage Controller Name (1): SATA Storage Controller Type (1): IntelAhci Storage Controller Instance Number (1): 0 Storage Controller Max Port Count (1): 30 Storage Controller Port Count (1): 1 Storage Controller Bootable (1): on IDE (1, 0): Empty SATA (0, 0): C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401829773450_67676\box-disk2.vmdk (UUID: 2e6a5e1f-48b 7-4c38-bfd3-8f50168dfd47) NIC 1: MAC: 080027D3FDA1, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Report ed speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64) NIC 1 Rule(0): name = tcp3390, protocol = tcp, host ip = , host port = 3390, guest ip = , guest port = 3389 NIC 1 Rule(1): name = tcp5986, protocol = tcp, host ip = , host port = 5986, guest ip = , guest port = 5985 NIC 1 Rule(2): name = tcp8080, protocol = tcp, host ip = , host port = 8080, guest ip = , guest port = 80 NIC 1 Rule(3): name = tcp8443, protocol = tcp, host ip = , host port = 8443, guest ip = , guest port = 443 NIC 1 Rule(4): name = winrm, protocol = tcp, host ip = 127.0.0.1, host port = 55985, guest ip = , guest port = 5985 NIC 2: MAC: 0800272B421E, Attachment: Bridged Interface 'Intel(R) 82579LM Gigabit Network Connection', Cable c onnected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: allow-al l, Bandwidth group: none NIC 3: disabled NIC 4: disabled NIC 5: disabled NIC 6: disabled NIC 7: disabled NIC 8: disabled Pointing Device: USB Tablet Keyboard Device: PS/2 Keyboard UART 1: disabled UART 2: disabled LPT 1: disabled LPT 2: disabled Audio: enabled (Driver: DSOUND, Controller: HDA) Clipboard Mode: Bidirectional Drag'n'drop Mode: disabled VRDE: enabled (Address 0.0.0.0, Ports 3389, MultiConn: on, ReuseSingleConn: off, Authentication type: null) Video redirection: disabled VRDE property: TCP/Ports = "3389" VRDE property: TCP/Address = VRDE property: VideoChannel/Enabled = VRDE property: VideoChannel/Quality = VRDE property: VideoChannel/DownscaleProtection = VRDE property: Client/DisableDisplay = VRDE property: Client/DisableInput = VRDE property: Client/DisableAudio = VRDE property: Client/DisableUSB = VRDE property: Client/DisableClipboard = VRDE property: Client/DisableUpstreamAudio = VRDE property: Client/DisableRDPDR = VRDE property: H3DRedirect/Enabled = VRDE property: Security/Method = VRDE property: Security/ServerCertificate = VRDE property: Security/ServerPrivateKey = VRDE property: Security/CACertificate = VRDE property: Audio/RateCorrectionMode = VRDE property: Audio/LogPath = USB: enabled EHCI: disabled

USB Device Filters:

Available remote USB devices: Currently Attached USB Devices: Bandwidth groups: Shared folders: Name: 'PackageRepo', Host path: '//tk421/ChocolateyPackages' (machine mapping), writable Name: 'vagrant', Host path: 'C:/TradeStation/Web/GetStarted/Dev/Subscription' (machine mapping), writable VRDE Connection: not active Clients so far: 0 Video capturing: not active Capture screens: 0 Capture file: C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192 3342771_92610.webm Capture dimensions: 1024x768 Capture rate: 512 kbps Capture FPS: 25 Description: Getting Started VM Guest: Configured memory balloon size: 0 MB 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 command: With machine: default (#, @name="stderr", @level=0, @formatter=#, @out=#IO:>], @additive=true, @name="vagrant", @path="", @parent=#, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#, @driver=# , @name="stderr", @level=0, @formatter=#, @out=#IO:>], @additive= > true, @name="vagrant", @path="", @parent=#, @level=1, @trace=false > , @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="C:\Program Files\Oracle\Vi > rtualBox\VBoxManage.exe", @uuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab", @version="4.3.12", @driver=# oviderVirtualBox::Driver::Version_4_3:0x3a06aa0 @logger=# e3ac0 @fullname="vagrant", @outputters=[# tex:0x3a0e408>, @name="stderr", @level=0, @formatter=#, @out=#IO:> > ], @additive=true, @name="vagrant", @path="", @parent=#, @level=1, > @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="C:\Program Files\Oracle\VirtualBox\VB > oxManage.exe", @uuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab">>, @cap_logger=# ="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=# @outputters=[#, @name="stde > rr", @level=0, @formatter=#, @out=#IO:>], @additive=true, @name="v > agrant", @path="", @parent=#, @level=1, @trace=false>, @level=1, @ > trace=false>, @cap_host_chain=[[:virtualbox, #<#Class:0x3af9c80:0x3b4ddb8>]], @cap_args=[# VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=># ss=>#Proc:0x3ab8880@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/docker/plugin.rb:54}, @res > ults_cache={}>, :hyperv=>## bedded/gems/gems/vagrant-1.6.3/plugins/providers/hyperv/plugin.rb:25>}, @results_cache={}>, :virtualbox=># stry:0x3af99f8 @items={:forwarded_ports=># providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=># -1.6.3/plugins/providers/virtualbox/plugin.rb:32>, :public_address=># gems/vagrant-share-1.1.0/lib/vagrant-share.rb:39>}, @results_cache={}>}>) > INFO interface: info: Bringing machine 'default' up with 'virtualbox' provider... > Bringing machine 'default' up with 'virtualbox' provider... > INFO batch_action: Enabling parallelization by default. > INFO batch_action: Disabling parallelization because provider doesn't support it: virtualbox > INFO batch_action: Batch action will parallelize: false > INFO batch_action: Starting action: #Vagrant::Machine:0x2de4ed0 up {:destroy_on_error=>true, :parallel=>true, :provis > ion_ignore_sentinel=>false, :provision_types=>nil} > INFO machine: Calling action: up on provider VirtualBox (dbe4695d-5ae8-4370-bac0-648d9be4aaab) > DEBUG environment: Attempting to acquire process-lock: machine-action-fe73bfe45911fd01adec8e3e9e7b4a8c > DEBUG environment: Attempting to acquire process-lock: dotlock > INFO environment: Acquired process lock: dotlock > INFO environment: Released process lock: dotlock > INFO environment: Acquired process lock: machine-action-fe73bfe45911fd01adec8e3e9e7b4a8c > INFO host: Autodetecting host type for [#] > DEBUG host: Trying: arch > DEBUG host: Trying: darwin > DEBUG host: Trying: freebsd > DEBUG host: Trying: gentoo > DEBUG host: Trying: opensuse > DEBUG host: Trying: redhat > DEBUG host: Trying: slackware > DEBUG host: Trying: bsd > DEBUG host: Trying: linux > DEBUG host: Trying: null > DEBUG host: Trying: windows > INFO host: Detected: windows! > INFO runner: Preparing hooks for middleware sequence... > INFO runner: 1 hooks defined. > INFO runner: Running action: #Vagrant::Action::Builder:0x459cb10 > INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x482cb68 > DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage > DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ > INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe > INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "--version"] > DEBUG subprocess: Selecting on IO > DEBUG subprocess: stdout: 4.3.12r93733 > DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 > DEBUG subprocess: Exit status: 0 > DEBUG meta: Finding driver for VirtualBox version: 4.3.12 > INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3 > DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage > DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ > INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe > INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "list", "hostonlyifs"] > DEBUG subprocess: Selecting on IO > DEBUG subprocess: stdout: Name: VirtualBox Host-Only Ethernet Adapter > GUID: ceb1eab1-d8be-4283-9db4-c07d8ebb9386 > DHCP: Disabled > IPAddress: 192.168.56.1 > NetworkMask: 255.255.255.0 > IPV6Address: fe80:0000:0000:0000:612c:b214:697c:3753 > IPV6NetworkMaskPrefixLength: 64 > HardwareAddress: 08:00:27:00:94:7e > MediumType: Ethernet > Status: Up > VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 DEBUG subprocess: Exit status: 0 INFO warden: Calling IN action: #Vagrant::Action::Builtin::Call:0x482cb50 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x2e056a8 INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::Created:0x2e17f18 INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "showvminfo", "dbe4695d-5a e8-4370-bac0-648d9be4aaab", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="Subscription_default_1401923342771_92610" groups="/" ostype="Windows 2012 (64 bit)" UUID="dbe4695d-5ae8-4370-bac0-648d9be4aaab" CfgFile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192334277 1_92610.vbox" SnapFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Snapshots" LogFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Logs" hardwareuuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab" memory=4096 pagefusion="off" vram=128 cpuexecutioncap=75 hpet="off" chipset="piix3" firmware="BIOS" cpus=2 pae="off" longmode="on" synthcpu="off" bootmenu="messageandmenu" boot1="floppy" boot2="dvd" boot3="disk" boot4="none" acpi="on" ioapic="on" Time offset=0rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" VMState="poweroff" VMStateChangeTime="2014-06-09T15:18:46.705000000" monitorcount=1 accelerate3d="on" accelerate2dvideo="on" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" storagecontrollername0="IDE" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE-0-0"="none" "IDE-0-1"="none" "IDE-1-0"="emptydrive" "IDE-IsEjected"="off" "IDE-1-1"="none" "SATA-0-0"="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401829773450_67676\box-disk2.vmdk" "SATA-ImageUUID-0-0"="2e6a5e1f-48b7-4c38-bfd3-8f50168dfd47" natnet1="nat" macaddress1="080027D3FDA1" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="tcp3390,tcp,,3390,,3389" Forwarding(1)="tcp5986,tcp,,5986,,5985" Forwarding(2)="tcp8080,tcp,,8080,,80" Forwarding(3)="tcp8443,tcp,,8443,,443" Forwarding(4)="winrm,tcp,127.0.0.1,55985,,5985" bridgeadapter2="Intel(R) 82579LM Gigabit Network Connection" macaddress2="0800272B421E" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="usbtablet" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="dsound" clipboard="bidirectional" draganddrop="disabled" vrde="on" vrdeport=-1 vrdeports="3389" vrdeaddress="" vrdeauthtype="null" vrdemulticon="on" vrdereusecon="off" vrdevideochannel="off" vrdeproperty[TCP/Ports]="3389" vrdeproperty[TCP/Address]= vrdeproperty[VideoChannel/Enabled]= vrdeproperty[VideoChannel/Quality]= vrdeproperty[VideoChannel/DownscaleProtection]= vrdeproperty[Client/DisableDisplay]= vrdeproperty[Client/DisableInput]= vrdeproperty[Client/DisableAudio]= vrdeproperty[Client/DisableUSB]= vrdeproperty[Client/DisableClipboard]= vrdeproperty[Client/DisableUpstreamAudio]= vrdeproperty[Client/DisableRDPDR]= vrdeproperty[H3DRedirect/Enabled]= vrdeproperty[Security/Method]= vrdeproperty[Security/ServerCertificate]= vrdeproperty[Security/ServerPrivateKey]= vrdeproperty[Security/CACertificate]= vrdeproperty[Audio/RateCorrectionMode]= vrdeproperty[Audio/LogPath]= usb="on" ehci="off" SharedFolderNameMachineMapping1="PackageRepo" SharedFolderPathMachineMapping1="//tk421/ChocolateyPackages" SharedFolderNameMachineMapping2="vagrant" SharedFolderPathMachineMapping2="C:/TradeStation/Web/GetStarted/Dev/Subscription" VRDEActiveConnection="off" VRDEClients=0 vcpenabled="off" vcpscreens=0 vcpfile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_1401923342771_926 10.webm" vcpwidth=1024 vcpheight=768 vcprate=512 vcpfps=25 description="Getting Started VM" GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling OUT action: #VagrantPlugins::ProviderVirtualBox::Action::Created:0x2e17f18 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Warden:0x3a42e90 INFO warden: Calling IN action: # INFO warden: Calling IN action: # INFO warden: Calling IN action: #Vagrant::Action::Builtin::ConfigValidate:0x482cb20 INFO warden: Calling IN action: #Vagrant::Action::Builtin::Call:0x482cb08 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x45097e0 INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::Created:0x4513338 INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "showvminfo", "dbe4695d-5a e8-4370-bac0-648d9be4aaab", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="Subscription_default_1401923342771_92610" groups="/" ostype="Windows 2012 (64 bit)" UUID="dbe4695d-5ae8-4370-bac0-648d9be4aaab" CfgFile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192334277 1_92610.vbox" SnapFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Snapshots" LogFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Logs" hardwareuuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab" memory=4096 pagefusion="off" vram=128 cpuexecutioncap=75 hpet="off" chipset="piix3" firmware="BIOS" cpus=2 pae="off" longmode="on" synthcpu="off" bootmenu="messageandmenu" boot1="floppy" boot2="dvd" boot3="disk" boot4="none" acpi="on" ioapic="on" Time offset=0rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" VMState="poweroff" VMStateChangeTime="2014-06-09T15:18:46.705000000" monitorcount=1 accelerate3d="on" accelerate2dvideo="on" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" storagecontrollername0="IDE" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE-0-0"="none" "IDE-0-1"="none" "IDE-1-0"="emptydrive" "IDE-IsEjected"="off" "IDE-1-1"="none" "SATA-0-0"="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401829773450_67676\box-disk2.vmdk" "SATA-ImageUUID-0-0"="2e6a5e1f-48b7-4c38-bfd3-8f50168dfd47" natnet1="nat" macaddress1="080027D3FDA1" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="tcp3390,tcp,,3390,,3389" Forwarding(1)="tcp5986,tcp,,5986,,5985" Forwarding(2)="tcp8080,tcp,,8080,,80" Forwarding(3)="tcp8443,tcp,,8443,,443" Forwarding(4)="winrm,tcp,127.0.0.1,55985,,5985" bridgeadapter2="Intel(R) 82579LM Gigabit Network Connection" macaddress2="0800272B421E" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="usbtablet" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="dsound" clipboard="bidirectional" draganddrop="disabled" vrde="on" vrdeport=-1 vrdeports="3389" vrdeaddress="" vrdeauthtype="null" vrdemulticon="on" vrdereusecon="off" vrdevideochannel="off" vrdeproperty[TCP/Ports]="3389" vrdeproperty[TCP/Address]= vrdeproperty[VideoChannel/Enabled]= vrdeproperty[VideoChannel/Quality]= vrdeproperty[VideoChannel/DownscaleProtection]= vrdeproperty[Client/DisableDisplay]= vrdeproperty[Client/DisableInput]= vrdeproperty[Client/DisableAudio]= vrdeproperty[Client/DisableUSB]= vrdeproperty[Client/DisableClipboard]= vrdeproperty[Client/DisableUpstreamAudio]= vrdeproperty[Client/DisableRDPDR]= vrdeproperty[H3DRedirect/Enabled]= vrdeproperty[Security/Method]= vrdeproperty[Security/ServerCertificate]= vrdeproperty[Security/ServerPrivateKey]= vrdeproperty[Security/CACertificate]= vrdeproperty[Audio/RateCorrectionMode]= vrdeproperty[Audio/LogPath]= usb="on" ehci="off" SharedFolderNameMachineMapping1="PackageRepo" SharedFolderPathMachineMapping1="//tk421/ChocolateyPackages" SharedFolderNameMachineMapping2="vagrant" SharedFolderPathMachineMapping2="C:/TradeStation/Web/GetStarted/Dev/Subscription" VRDEActiveConnection="off" VRDEClients=0 vcpenabled="off" vcpscreens=0 vcpfile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_1401923342771_926 10.webm" vcpwidth=1024 vcpheight=768 vcprate=512 vcpfps=25 description="Getting Started VM" GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 DEBUG subprocess: Exit status: 0 INFO warden: Calling OUT action: #VagrantPlugins::ProviderVirtualBox::Action::Created:0x4513338 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Warden:0x458a360 INFO warden: Calling IN action: # INFO warden: Calling IN action: # INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x482cad8 DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "--version"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: 4.3.12r93733 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 DEBUG meta: Finding driver for VirtualBox version: 4.3.12 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3 DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "list", "hostonlyifs"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: Name: VirtualBox Host-Only Ethernet Adapter GUID: ceb1eab1-d8be-4283-9db4-c07d8ebb9386 DHCP: Disabled IPAddress: 192.168.56.1 NetworkMask: 255.255.255.0 IPV6Address: fe80:0000:0000:0000:612c:b214:697c:3753 IPV6NetworkMaskPrefixLength: 64 HardwareAddress: 08:00:27:00:94:7e MediumType: Ethernet Status: Up VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling IN action: #Vagrant::Action::Builtin::ConfigValidate:0x482cac0 INFO warden: Calling IN action: #Vagrant::Action::Builtin::BoxCheckOutdated:0x482caa8 INFO warden: Calling IN action: #Vagrant::Action::Builtin::Call:0x4862e38 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x281c820 INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x283f788 INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "showvminfo", "dbe4695d-5a e8-4370-bac0-648d9be4aaab", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="Subscription_default_1401923342771_92610" groups="/" ostype="Windows 2012 (64 bit)" UUID="dbe4695d-5ae8-4370-bac0-648d9be4aaab" CfgFile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192334277 1_92610.vbox" SnapFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Snapshots" LogFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Logs" hardwareuuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab" memory=4096 pagefusion="off" vram=128 cpuexecutioncap=75 hpet="off" chipset="piix3" firmware="BIOS" cpus=2 pae="off" longmode="on" synthcpu="off" bootmenu="messageandmenu" boot1="floppy" boot2="dvd" boot3="disk" boot4="none" acpi="on" ioapic="on" Time offset=0rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" VMState="poweroff" VMStateChangeTime="2014-06-09T15:18:46.705000000" monitorcount=1 accelerate3d="on" accelerate2dvideo="on" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" storagecontrollername0="IDE" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE-0-0"="none" "IDE-0-1"="none" "IDE-1-0"="emptydrive" "IDE-IsEjected"="off" "IDE-1-1"="none" "SATA-0-0"="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401829773450_67676\box-disk2.vmdk" "SATA-ImageUUID-0-0"="2e6a5e1f-48b7-4c38-bfd3-8f50168dfd47" natnet1="nat" macaddress1="080027D3FDA1" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="tcp3390,tcp,,3390,,3389" Forwarding(1)="tcp5986,tcp,,5986,,5985" Forwarding(2)="tcp8080,tcp,,8080,,80" Forwarding(3)="tcp8443,tcp,,8443,,443" Forwarding(4)="winrm,tcp,127.0.0.1,55985,,5985" bridgeadapter2="Intel(R) 82579LM Gigabit Network Connection" macaddress2="0800272B421E" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="usbtablet" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="dsound" clipboard="bidirectional" draganddrop="disabled" vrde="on" vrdeport=-1 vrdeports="3389" vrdeaddress="" vrdeauthtype="null" vrdemulticon="on" vrdereusecon="off" vrdevideochannel="off" vrdeproperty[TCP/Ports]="3389" vrdeproperty[TCP/Address]= vrdeproperty[VideoChannel/Enabled]= vrdeproperty[VideoChannel/Quality]= vrdeproperty[VideoChannel/DownscaleProtection]= vrdeproperty[Client/DisableDisplay]= vrdeproperty[Client/DisableInput]= vrdeproperty[Client/DisableAudio]= vrdeproperty[Client/DisableUSB]= vrdeproperty[Client/DisableClipboard]= vrdeproperty[Client/DisableUpstreamAudio]= vrdeproperty[Client/DisableRDPDR]= vrdeproperty[H3DRedirect/Enabled]= vrdeproperty[Security/Method]= vrdeproperty[Security/ServerCertificate]= vrdeproperty[Security/ServerPrivateKey]= vrdeproperty[Security/CACertificate]= vrdeproperty[Audio/RateCorrectionMode]= vrdeproperty[Audio/LogPath]= usb="on" ehci="off" SharedFolderNameMachineMapping1="PackageRepo" SharedFolderPathMachineMapping1="//tk421/ChocolateyPackages" SharedFolderNameMachineMapping2="vagrant" SharedFolderPathMachineMapping2="C:/TradeStation/Web/GetStarted/Dev/Subscription" VRDEActiveConnection="off" VRDEClients=0 vcpenabled="off" vcpscreens=0 vcpfile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_1401923342771_926 10.webm" vcpwidth=1024 vcpheight=768 vcprate=512 vcpfps=25 description="Getting Started VM" GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling OUT action: #VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x283f788 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Warden:0x2ddf0f8 INFO warden: Calling IN action: # INFO warden: Calling IN action: #Vagrant::Action::Builtin::Call:0x2ddf080 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x3a55eb0 INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x3a6d898 INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "showvminfo", "dbe4695d-5a e8-4370-bac0-648d9be4aaab", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="Subscription_default_1401923342771_92610" groups="/" ostype="Windows 2012 (64 bit)" UUID="dbe4695d-5ae8-4370-bac0-648d9be4aaab" CfgFile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192334277 1_92610.vbox" SnapFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Snapshots" LogFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Logs" hardwareuuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab" memory=4096 pagefusion="off" vram=128 cpuexecutioncap=75 hpet="off" chipset="piix3" firmware="BIOS" cpus=2 pae="off" longmode="on" synthcpu="off" bootmenu="messageandmenu" boot1="floppy" boot2="dvd" boot3="disk" boot4="none" acpi="on" ioapic="on" Time offset=0rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" VMState="poweroff" VMStateChangeTime="2014-06-09T15:18:46.705000000" monitorcount=1 accelerate3d="on" accelerate2dvideo="on" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" storagecontrollername0="IDE" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE-0-0"="none" "IDE-0-1"="none" "IDE-1-0"="emptydrive" "IDE-IsEjected"="off" "IDE-1-1"="none" "SATA-0-0"="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401829773450_67676\box-disk2.vmdk" "SATA-ImageUUID-0-0"="2e6a5e1f-48b7-4c38-bfd3-8f50168dfd47" natnet1="nat" macaddress1="080027D3FDA1" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="tcp3390,tcp,,3390,,3389" Forwarding(1)="tcp5986,tcp,,5986,,5985" Forwarding(2)="tcp8080,tcp,,8080,,80" Forwarding(3)="tcp8443,tcp,,8443,,443" Forwarding(4)="winrm,tcp,127.0.0.1,55985,,5985" bridgeadapter2="Intel(R) 82579LM Gigabit Network Connection" macaddress2="0800272B421E" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="usbtablet" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="dsound" clipboard="bidirectional" draganddrop="disabled" vrde="on" vrdeport=-1 vrdeports="3389" vrdeaddress="" vrdeauthtype="null" vrdemulticon="on" vrdereusecon="off" vrdevideochannel="off" vrdeproperty[TCP/Ports]="3389" vrdeproperty[TCP/Address]= vrdeproperty[VideoChannel/Enabled]= vrdeproperty[VideoChannel/Quality]= vrdeproperty[VideoChannel/DownscaleProtection]= vrdeproperty[Client/DisableDisplay]= vrdeproperty[Client/DisableInput]= vrdeproperty[Client/DisableAudio]= vrdeproperty[Client/DisableUSB]= vrdeproperty[Client/DisableClipboard]= vrdeproperty[Client/DisableUpstreamAudio]= vrdeproperty[Client/DisableRDPDR]= vrdeproperty[H3DRedirect/Enabled]= vrdeproperty[Security/Method]= vrdeproperty[Security/ServerCertificate]= vrdeproperty[Security/ServerPrivateKey]= vrdeproperty[Security/CACertificate]= vrdeproperty[Audio/RateCorrectionMode]= vrdeproperty[Audio/LogPath]= usb="on" ehci="off" SharedFolderNameMachineMapping1="PackageRepo" SharedFolderPathMachineMapping1="//tk421/ChocolateyPackages" SharedFolderNameMachineMapping2="vagrant" SharedFolderPathMachineMapping2="C:/TradeStation/Web/GetStarted/Dev/Subscription" VRDEActiveConnection="off" VRDEClients=0 vcpenabled="off" vcpscreens=0 vcpfile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_1401923342771_926 10.webm" vcpwidth=1024 vcpheight=768 vcprate=512 vcpfps=25 description="Getting Started VM" GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling OUT action: #VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x3a6d898 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Warden:0x4500900 INFO warden: Calling IN action: # INFO warden: Calling IN action: #Vagrant::Action::Builtin::Call:0x4501200 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x4596cd8 INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0x4594c50 INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "showvminfo", "dbe4695d-5a e8-4370-bac0-648d9be4aaab", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="Subscription_default_1401923342771_92610" groups="/" ostype="Windows 2012 (64 bit)" UUID="dbe4695d-5ae8-4370-bac0-648d9be4aaab" CfgFile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192334277 1_92610.vbox" SnapFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Snapshots" LogFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Logs" hardwareuuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab" memory=4096 pagefusion="off" vram=128 cpuexecutioncap=75 hpet="off" chipset="piix3" firmware="BIOS" cpus=2 pae="off" longmode="on" synthcpu="off" bootmenu="messageandmenu" boot1="floppy" boot2="dvd" boot3="disk" boot4="none" acpi="on" ioapic="on" Time offset=0rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" VMState="poweroff" VMStateChangeTime="2014-06-09T15:18:46.705000000" monitorcount=1 accelerate3d="on" accelerate2dvideo="on" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" storagecontrollername0="IDE" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE-0-0"="none" "IDE-0-1"="none" "IDE-1-0"="emptydrive" "IDE-IsEjected"="off" "IDE-1-1"="none" "SATA-0-0"="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401829773450_67676\box-disk2.vmdk" "SATA-ImageUUID-0-0"="2e6a5e1f-48b7-4c38-bfd3-8f50168dfd47" natnet1="nat" macaddress1="080027D3FDA1" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="tcp3390,tcp,,3390,,3389" Forwarding(1)="tcp5986,tcp,,5986,,5985" Forwarding(2)="tcp8080,tcp,,8080,,80" Forwarding(3)="tcp8443,tcp,,8443,,443" Forwarding(4)="winrm,tcp,127.0.0.1,55985,,5985" bridgeadapter2="Intel(R) 82579LM Gigabit Network Connection" macaddress2="0800272B421E" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="usbtablet" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="dsound" clipboard="bidirectional" draganddrop="disabled" vrde="on" vrdeport=-1 vrdeports="3389" vrdeaddress="" vrdeauthtype="null" vrdemulticon="on" vrdereusecon="off" vrdevideochannel="off" vrdeproperty[TCP/Ports]="3389" vrdeproperty[TCP/Address]= vrdeproperty[VideoChannel/Enabled]= vrdeproperty[VideoChannel/Quality]= vrdeproperty[VideoChannel/DownscaleProtection]= vrdeproperty[Client/DisableDisplay]= vrdeproperty[Client/DisableInput]= vrdeproperty[Client/DisableAudio]= vrdeproperty[Client/DisableUSB]= vrdeproperty[Client/DisableClipboard]= vrdeproperty[Client/
3DHDSoft commented 10 years ago

Hi Mitchell,

Please find the output attached. The Error happens when I add HTTP_PROXY, HTTPS_PROXY environment variables. The line below is the culprit. INFO retryable: Retryable exception raised: #<WinRM::WinRMHTTPTransportError: Bad HTTP response returned from server (500).>

Ivan

From: Ivan Farkas [mailto:Ivan.Farkas@3DHDSoft.com] Sent: Friday, June 06, 2014 6:44 PM To: mitchellh/vagrant Cc: mitchellh/vagrant; Ivan Farkas; Jonathan Foster Subject: Re: [vagrant] Vagrant > v1.62 WinRM conflicts with HTTP_PROXY environment variable (#3968)

I'll do that till Monday morning the latest. Thx for your help Mitchell. Have a great weekend

Ivan Farkas 3D HD Soft, LLC www.3DHDSoft.comhttp://www.3DHDSoft.com info@3DHDSoft.comhttp://3DHDSoft.com

On Jun 5, 2014, at 1:38 PM, "Mitchell Hashimoto" notifications@github.com<mailto:notifications@github.com> wrote:

What do you mean by conflicts? Doesn't work?

/cc @snealhttps://github.com/sneal - Any idea where in the WinRM code this would be happening?

Reply to this email directly or view it on GitHubhttps://github.com/mitchellh/vagrant/issues/3968#issuecomment-45250275.

TradeStation Group, Inc. is the parent company of five separate but affiliated operating subsidiaries, TradeStation Securities, Inc. (Member NYSE, FINRA, NFA and SIPC), IBFX, Inc. (Member NFA), IBFX Australia Pty Ltd, which is authorized and regulated by the Australian Securities and Investments Commission, TradeStation Technologies, Inc., a trading software and subscription company, and TradeStation Europe Limited, a United Kingdom, FSA-authorized introducing brokerage firm. None of these companies provides trading or investment advice, recommendations or endorsements of any kind. The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. Forex products and services are offered by the TradeStation Forex divisions of IBFX, Inc. (Member NFA) and IBFX Australia Pty Ltd (ASIC registered). INFO retryable: Retryable exception raised: #<WinRM::WinRMHTTPTransportError: Bad HTTP response returned from server (500).>

PS C:> vagrant up --debug INFO global: Vagrant version: 1.6.3 INFO global: Ruby version: 2.0.0 INFO global: RubyGems version: 2.0.14 INFO global: VAGRANT_EXECUTABLE="C:\HashiCorp\Vagrant\embedded\gems\gems\vagrant-1.6.3\bin\vagrant" INFO global: VAGRANT_INSTALLER_EMBEDDED_DIR="C:\HashiCorp\Vagrant\embedded" INFO global: VAGRANT_INSTALLER_ENV="1" INFO global: VAGRANT_INSTALLER_VERSION="2" INFO global: VAGRANT_INTERNAL_BUNDLERIZED="1" INFO global: VAGRANT_LOG="debug" INFO global: Plugins: INFO global: - bundler = 1.6.2 INFO global: - mime-types = 2.3 INFO global: - rest-client = 1.6.7 INFO global: - vagrant-login = 1.0.1 INFO global: - vagrant-share = 1.1.0 DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/box/plugin.rb INFO manager: Registered plugin: box command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/destroy/plugin .rb INFO manager: Registered plugin: destroy command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/global-status/ plugin.rb INFO manager: Registered plugin: global-status command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/halt/plugin.rb

INFO manager: Registered plugin: halt command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/help/plugin.rb

INFO manager: Registered plugin: help command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/init/plugin.rb

INFO manager: Registered plugin: init command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/list-commands/ plugin.rb INFO manager: Registered plugin: list-commands command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/package/plugin .rb INFO manager: Registered plugin: package command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/plugin/plugin. rb INFO manager: Registered plugin: plugin command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/provision/plug in.rb INFO manager: Registered plugin: provision command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/rdp/plugin.rb INFO manager: Registered plugin: rdp command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/reload/plugin. rb INFO manager: Registered plugin: reload command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/resume/plugin. rb INFO manager: Registered plugin: resume command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/ssh/plugin.rb INFO manager: Registered plugin: ssh command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/ssh_config/plu gin.rb INFO manager: Registered plugin: ssh-config command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/status/plugin. rb INFO manager: Registered plugin: status command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/suspend/plugin .rb INFO manager: Registered plugin: suspend command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/up/plugin.rb INFO manager: Registered plugin: up command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/commands/version/plugin .rb INFO manager: Registered plugin: version command DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/communicators/ssh/plugi n.rb INFO manager: Registered plugin: ssh communicator DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/communicators/winrm/plu gin.rb INFO manager: Registered plugin: winrm communicator DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/arch/plugin.rb INFO manager: Registered plugin: Arch guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/coreos/plugin.rb

INFO manager: Registered plugin: CoreOS guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/darwin/plugin.rb

INFO manager: Registered plugin: Darwin guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/debian/plugin.rb

INFO manager: Registered plugin: Debian guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/esxi/plugin.rb INFO manager: Registered plugin: ESXi guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/fedora/plugin.rb

INFO manager: Registered plugin: Fedora guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/freebsd/plugin.r b INFO manager: Registered plugin: FreeBSD guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/funtoo/plugin.rb

INFO manager: Registered plugin: Funtoo guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/gentoo/plugin.rb

INFO manager: Registered plugin: Gentoo guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/linux/plugin.rb INFO manager: Registered plugin: Linux guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/mint/plugin.rb INFO manager: Registered plugin: Mint guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/netbsd/plugin.rb

INFO manager: Registered plugin: NetBSD guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/nixos/plugin.rb INFO manager: Registered plugin: NixOS guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/omnios/plugin.rb

INFO manager: Registered plugin: OmniOS guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/openbsd/plugin.r b INFO manager: Registered plugin: OpenBSD guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/pld/plugin.rb INFO manager: Registered plugin: PLD Linux guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/redhat/plugin.rb

INFO manager: Registered plugin: RedHat guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/smartos/plugin.r b INFO manager: Registered plugin: SmartOS guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/solaris/plugin.r b INFO manager: Registered plugin: Solaris guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/solaris11/plugin .rb INFO manager: Registered plugin: Solaris 11 guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/suse/plugin.rb INFO manager: Registered plugin: SUSE guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/tinycore/plugin. rb INFO manager: Registered plugin: TinyCore Linux guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/ubuntu/plugin.rb

INFO manager: Registered plugin: Ubuntu guest DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/guests/windows/plugin.r b INFO manager: Registered plugin: Windows guest. DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/arch/plugin.rb INFO manager: Registered plugin: Arch host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/bsd/plugin.rb INFO manager: Registered plugin: BSD host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/darwin/plugin.rb INFO manager: Registered plugin: Mac OS X host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/freebsd/plugin.rb

INFO manager: Registered plugin: FreeBSD host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/gentoo/plugin.rb INFO manager: Registered plugin: Gentoo host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/linux/plugin.rb INFO manager: Registered plugin: Linux host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/null/plugin.rb INFO manager: Registered plugin: null host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/opensuse/plugin.r b INFO manager: Registered plugin: OpenSUSE host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/redhat/plugin.rb INFO manager: Registered plugin: Red Hat host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/slackware/plugin. rb INFO manager: Registered plugin: Slackware host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/hosts/windows/plugin.rb

INFO manager: Registered plugin: Windows host DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/kernel_v1/plugin.rb INFO manager: Registered plugin: kernel DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/kernel_v2/plugin.rb INFO manager: Registered plugin: kernel DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/docker/plugin .rb INFO manager: Registered plugin: docker-provider DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/hyperv/plugin .rb INFO manager: Registered plugin: Hyper-V provider DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/virtualbox/pl ugin.rb INFO manager: Registered plugin: VirtualBox provider DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/ansible/pl ugin.rb INFO manager: Registered plugin: ansible DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/cfengine/p lugin.rb INFO manager: Registered plugin: CFEngine Provisioner DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/chef/plugi n.rb INFO manager: Registered plugin: chef DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/docker/plu gin.rb INFO manager: Registered plugin: docker DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/file/plugi n.rb INFO manager: Registered plugin: file DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/puppet/plu gin.rb INFO manager: Registered plugin: puppet DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/salt/plugi n.rb INFO manager: Registered plugin: salt DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/provisioners/shell/plug in.rb INFO manager: Registered plugin: shell DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/synced_folders/nfs/plug in.rb INFO manager: Registered plugin: NFS synced folders DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/synced_folders/rsync/pl ugin.rb INFO manager: Registered plugin: RSync synced folders DEBUG global: Loading core plugin: C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/synced_folders/smb/plug in.rb INFO manager: Registered plugin: SMB synced folders INFO global: Loading plugins! INFO manager: Registered plugin: vagrant-login INFO manager: Registered plugin: vagrant-share INFO vagrant: vagrant invoked: ["up", "--debug"] DEBUG vagrant: Creating Vagrant environment INFO environment: Environment initialized (#Vagrant::Environment:0x39bb788) INFO environment: - cwd: C:/TradeStation/Web/GetStarted/Dev/Subscription INFO environment: Home path: C:/Users/IFarkas/.vagrant.d INFO environment: Local data path: C:/TradeStation/Web/GetStarted/Dev/Subscription/.vagrant DEBUG environment: Creating: C:/TradeStation/Web/GetStarted/Dev/Subscription/.vagrant INFO environment: Running hook: environment_plugins_loaded INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x3af82b8 INFO environment: Running hook: environment_load INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x3ba6960 INFO cli: CLI: [] "up" [] DEBUG cli: Invoking command class: VagrantPlugins::CommandUp::Command [] DEBUG command: 'Up' each target VM... INFO loader: Set :root = #Pathname:C:/TradeStation/Web/GetStarted/Dev/Subscription/Vagrantfile DEBUG loader: Populating proc cache for #Pathname:C:/TradeStation/Web/GetStarted/Dev/Subscription/Vagrantfile DEBUG loader: Load procs for pathname: C:/TradeStation/Web/GetStarted/Dev/Subscription/Vagrantfile INFO loader: Loading configuration in order: [:home, :root] DEBUG loader: Loading from: root (evaluating) DEBUG provisioner: Provisioner defined: shell DEBUG loader: Configuration loaded successfully, finalizing and returning DEBUG command: Getting target VMs for command. Arguments: DEBUG command: -- names: ["default"] DEBUG command: -- options: {:provider=>nil} DEBUG command: Finding machine that match name: default INFO command: Active machine found with name default. Using provider: virtualbox INFO environment: Getting machine: default (virtualbox) INFO environment: Uncached load of machine. DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "--version"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: 4.3.12r93733 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 DEBUG meta: Finding driver for VirtualBox version: 4.3.12 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3 DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe INFO loader: Set "22464096_machine_default" = [] INFO loader: Loading configuration in order: [:home, :root, "22464096_machine_default"] DEBUG loader: Loading from: root (cache) DEBUG loader: Configuration loaded successfully, finalizing and returning INFO box_collection: Box found: Windows2012R2 (virtualbox) INFO loader: Set :"30061176_Windows2012R2_virtualbox" = #<Pathname:C:/Users/IFarkas/.vagrant.d/boxes/Windows2012R2/0/vi rtualbox/Vagrantfile> DEBUG loader: Populating proc cache for #<Pathname:C:/Users/IFarkas/.vagrant.d/boxes/Windows2012R2/0/virtualbox/Vagrantf ile> DEBUG loader: Load procs for pathname: C:/Users/IFarkas/.vagrant.d/boxes/Windows2012R2/0/virtualbox/Vagrantfile INFO loader: Loading configuration in order: [:"30061176_Windows2012R2_virtualbox", :home, :root, "22464096_machine_def ault"] DEBUG loader: Loading from: 30061176_Windows2012R2_virtualbox (evaluating) DEBUG loader: Upgrading config from version 1 to 2 DEBUG loader: Upgrading config to version 2 DEBUG loader: Upgraded to version 2 with 0 warnings and 0 errors DEBUG loader: Loading from: root (cache) DEBUG loader: Configuration loaded successfully, finalizing and returning INFO machine: Initializing machine: default INFO machine: - Provider: VagrantPlugins::ProviderVirtualBox::Provider INFO machine: - Box: #Vagrant::Box:0x2a94560 INFO machine: - Data dir: C:/TradeStation/Web/GetStarted/Dev/Subscription/.vagrant/machines/default/virtualbox DEBUG virtualbox: Instantiating the driver for machine ID: "dbe4695d-5ae8-4370-bac0-648d9be4aaab" DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "--version"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: 4.3.12r93733 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 DEBUG meta: Finding driver for VirtualBox version: 4.3.12 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3 DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "showvminfo", "dbe4695d-5a e8-4370-bac0-648d9be4aaab"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: Name: Subscription_default_1401923342771_92610 Groups: / Guest OS: Windows 2012 (64 bit) UUID: dbe4695d-5ae8-4370-bac0-648d9be4aaab Config file: C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192334 2771_92610.vbox Snapshot folder: C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Snapshots Log folder: C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Logs Hardware UUID: dbe4695d-5ae8-4370-bac0-648d9be4aaab Memory size: 4096MB Page Fusion: off VRAM size: 128MB CPU exec cap: 75% HPET: off Chipset: piix3 Firmware: BIOS Number of CPUs: 2 PAE: off Long Mode: on Synthetic CPU: off CPUID overrides: None Boot menu mode: message and menu Boot Device (1): Floppy Boot Device (2): DVD Boot Device (3): HardDisk Boot Device (4): Not Assigned ACPI: on IOAPIC: on Time offset: 0ms RTC: UTC Hardw. virt.ext: on Nested Paging: on Large Pages: on VT-x VPID: on VT-x unr. exec.: on State: powered off (since 2014-06-09T15:18:46.705000000) Monitor count: 1 3D Acceleration: on 2D Video Acceleration: on Teleporter Enabled: off Teleporter Port: 0 Teleporter Address: Teleporter Password: Tracing Enabled: off Allow Tracing to Access VM: off Tracing Configuration: Autostart Enabled: off Autostart Delay: 0 Default Frontend: Storage Controller Name (0): IDE Storage Controller Type (0): PIIX4 Storage Controller Instance Number (0): 0 Storage Controller Max Port Count (0): 2 Storage Controller Port Count (0): 2 Storage Controller Bootable (0): on Storage Controller Name (1): SATA Storage Controller Type (1): IntelAhci Storage Controller Instance Number (1): 0 Storage Controller Max Port Count (1): 30 Storage Controller Port Count (1): 1 Storage Controller Bootable (1): on IDE (1, 0): Empty SATA (0, 0): C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401829773450_67676\box-disk2.vmdk (UUID: 2e6a5e1f-48b 7-4c38-bfd3-8f50168dfd47) NIC 1: MAC: 080027D3FDA1, Attachment: NAT, Cable connected: on, Trace: off (file: none), Type: 82540EM, Report ed speed: 0 Mbps, Boot priority: 0, Promisc Policy: deny, Bandwidth group: none NIC 1 Settings: MTU: 0, Socket (send: 64, receive: 64), TCP Window (send:64, receive: 64) NIC 1 Rule(0): name = tcp3390, protocol = tcp, host ip = , host port = 3390, guest ip = , guest port = 3389 NIC 1 Rule(1): name = tcp5986, protocol = tcp, host ip = , host port = 5986, guest ip = , guest port = 5985 NIC 1 Rule(2): name = tcp8080, protocol = tcp, host ip = , host port = 8080, guest ip = , guest port = 80 NIC 1 Rule(3): name = tcp8443, protocol = tcp, host ip = , host port = 8443, guest ip = , guest port = 443 NIC 1 Rule(4): name = winrm, protocol = tcp, host ip = 127.0.0.1, host port = 55985, guest ip = , guest port = 5985 NIC 2: MAC: 0800272B421E, Attachment: Bridged Interface 'Intel(R) 82579LM Gigabit Network Connection', Cable c onnected: on, Trace: off (file: none), Type: 82540EM, Reported speed: 0 Mbps, Boot priority: 0, Promisc Policy: allow-al l, Bandwidth group: none NIC 3: disabled NIC 4: disabled NIC 5: disabled NIC 6: disabled NIC 7: disabled NIC 8: disabled Pointing Device: USB Tablet Keyboard Device: PS/2 Keyboard UART 1: disabled UART 2: disabled LPT 1: disabled LPT 2: disabled Audio: enabled (Driver: DSOUND, Controller: HDA) Clipboard Mode: Bidirectional Drag'n'drop Mode: disabled VRDE: enabled (Address 0.0.0.0, Ports 3389, MultiConn: on, ReuseSingleConn: off, Authentication type: null) Video redirection: disabled VRDE property: TCP/Ports = "3389" VRDE property: TCP/Address = VRDE property: VideoChannel/Enabled = VRDE property: VideoChannel/Quality = VRDE property: VideoChannel/DownscaleProtection = VRDE property: Client/DisableDisplay = VRDE property: Client/DisableInput = VRDE property: Client/DisableAudio = VRDE property: Client/DisableUSB = VRDE property: Client/DisableClipboard = VRDE property: Client/DisableUpstreamAudio = VRDE property: Client/DisableRDPDR = VRDE property: H3DRedirect/Enabled = VRDE property: Security/Method = VRDE property: Security/ServerCertificate = VRDE property: Security/ServerPrivateKey = VRDE property: Security/CACertificate = VRDE property: Audio/RateCorrectionMode = VRDE property: Audio/LogPath = USB: enabled EHCI: disabled

USB Device Filters:

Available remote USB devices: Currently Attached USB Devices: Bandwidth groups: Shared folders: Name: 'PackageRepo', Host path: '//tk421/ChocolateyPackages' (machine mapping), writable Name: 'vagrant', Host path: 'C:/TradeStation/Web/GetStarted/Dev/Subscription' (machine mapping), writable VRDE Connection: not active Clients so far: 0 Video capturing: not active Capture screens: 0 Capture file: C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192 3342771_92610.webm Capture dimensions: 1024x768 Capture rate: 512 kbps Capture FPS: 25 Description: Getting Started VM Guest: Configured memory balloon size: 0 MB 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 command: With machine: default (#, @name="stderr", @level=0, @formatter=#, @out=#IO:>], @additive=true, @name="vagrant", @path="", @parent=#, @level=1, @trace=false>, @level=1, @trace=false>, @machine=#, @driver=# , @name="stderr", @level=0, @formatter=#, @out=#IO:>], @additive= > true, @name="vagrant", @path="", @parent=#, @level=1, @trace=false > , @level=1, @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="C:\Program Files\Oracle\Vi > rtualBox\VBoxManage.exe", @uuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab", @version="4.3.12", @driver=# oviderVirtualBox::Driver::Version_4_3:0x3a06aa0 @logger=# e3ac0 @fullname="vagrant", @outputters=[# tex:0x3a0e408>, @name="stderr", @level=0, @formatter=#, @out=#IO:> > ], @additive=true, @name="vagrant", @path="", @parent=#, @level=1, > @trace=false>, @level=1, @trace=false>, @interrupted=false, @vboxmanage_path="C:\Program Files\Oracle\VirtualBox\VB > oxManage.exe", @uuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab">>, @cap_logger=# ="vagrant::capability_host::vagrantplugins::providervirtualbox", @parent=# @outputters=[#, @name="stde > rr", @level=0, @formatter=#, @out=#IO:>], @additive=true, @name="v > agrant", @path="", @parent=#, @level=1, @trace=false>, @level=1, @ > trace=false>, @cap_host_chain=[[:virtualbox, #<#Class:0x3af9c80:0x3b4ddb8>]], @cap_args=[# VagrantPlugins::ProviderVirtualBox::Provider)>], @cap_caps={:docker=># ss=>#Proc:0x3ab8880@C:/HashiCorp/Vagrant/embedded/gems/gems/vagrant-1.6.3/plugins/providers/docker/plugin.rb:54}, @res > ults_cache={}>, :hyperv=>## bedded/gems/gems/vagrant-1.6.3/plugins/providers/hyperv/plugin.rb:25>}, @results_cache={}>, :virtualbox=># stry:0x3af99f8 @items={:forwarded_ports=># providers/virtualbox/plugin.rb:27>, :nic_mac_addresses=># -1.6.3/plugins/providers/virtualbox/plugin.rb:32>, :public_address=># gems/vagrant-share-1.1.0/lib/vagrant-share.rb:39>}, @results_cache={}>}>) > INFO interface: info: Bringing machine 'default' up with 'virtualbox' provider... > Bringing machine 'default' up with 'virtualbox' provider... > INFO batch_action: Enabling parallelization by default. > INFO batch_action: Disabling parallelization because provider doesn't support it: virtualbox > INFO batch_action: Batch action will parallelize: false > INFO batch_action: Starting action: #Vagrant::Machine:0x2de4ed0 up {:destroy_on_error=>true, :parallel=>true, :provis > ion_ignore_sentinel=>false, :provision_types=>nil} > INFO machine: Calling action: up on provider VirtualBox (dbe4695d-5ae8-4370-bac0-648d9be4aaab) > DEBUG environment: Attempting to acquire process-lock: machine-action-fe73bfe45911fd01adec8e3e9e7b4a8c > DEBUG environment: Attempting to acquire process-lock: dotlock > INFO environment: Acquired process lock: dotlock > INFO environment: Released process lock: dotlock > INFO environment: Acquired process lock: machine-action-fe73bfe45911fd01adec8e3e9e7b4a8c > INFO host: Autodetecting host type for [#] > DEBUG host: Trying: arch > DEBUG host: Trying: darwin > DEBUG host: Trying: freebsd > DEBUG host: Trying: gentoo > DEBUG host: Trying: opensuse > DEBUG host: Trying: redhat > DEBUG host: Trying: slackware > DEBUG host: Trying: bsd > DEBUG host: Trying: linux > DEBUG host: Trying: null > DEBUG host: Trying: windows > INFO host: Detected: windows! > INFO runner: Preparing hooks for middleware sequence... > INFO runner: 1 hooks defined. > INFO runner: Running action: #Vagrant::Action::Builder:0x459cb10 > INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x482cb68 > DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage > DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ > INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe > INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "--version"] > DEBUG subprocess: Selecting on IO > DEBUG subprocess: stdout: 4.3.12r93733 > DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 > DEBUG subprocess: Exit status: 0 > DEBUG meta: Finding driver for VirtualBox version: 4.3.12 > INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3 > DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage > DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ > INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe > INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "list", "hostonlyifs"] > DEBUG subprocess: Selecting on IO > DEBUG subprocess: stdout: Name: VirtualBox Host-Only Ethernet Adapter > GUID: ceb1eab1-d8be-4283-9db4-c07d8ebb9386 > DHCP: Disabled > IPAddress: 192.168.56.1 > NetworkMask: 255.255.255.0 > IPV6Address: fe80:0000:0000:0000:612c:b214:697c:3753 > IPV6NetworkMaskPrefixLength: 64 > HardwareAddress: 08:00:27:00:94:7e > MediumType: Ethernet > Status: Up > VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 DEBUG subprocess: Exit status: 0 INFO warden: Calling IN action: #Vagrant::Action::Builtin::Call:0x482cb50 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x2e056a8 INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::Created:0x2e17f18 INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "showvminfo", "dbe4695d-5a e8-4370-bac0-648d9be4aaab", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="Subscription_default_1401923342771_92610" groups="/" ostype="Windows 2012 (64 bit)" UUID="dbe4695d-5ae8-4370-bac0-648d9be4aaab" CfgFile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192334277 1_92610.vbox" SnapFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Snapshots" LogFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Logs" hardwareuuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab" memory=4096 pagefusion="off" vram=128 cpuexecutioncap=75 hpet="off" chipset="piix3" firmware="BIOS" cpus=2 pae="off" longmode="on" synthcpu="off" bootmenu="messageandmenu" boot1="floppy" boot2="dvd" boot3="disk" boot4="none" acpi="on" ioapic="on" Time offset=0rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" VMState="poweroff" VMStateChangeTime="2014-06-09T15:18:46.705000000" monitorcount=1 accelerate3d="on" accelerate2dvideo="on" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" storagecontrollername0="IDE" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE-0-0"="none" "IDE-0-1"="none" "IDE-1-0"="emptydrive" "IDE-IsEjected"="off" "IDE-1-1"="none" "SATA-0-0"="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401829773450_67676\box-disk2.vmdk" "SATA-ImageUUID-0-0"="2e6a5e1f-48b7-4c38-bfd3-8f50168dfd47" natnet1="nat" macaddress1="080027D3FDA1" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="tcp3390,tcp,,3390,,3389" Forwarding(1)="tcp5986,tcp,,5986,,5985" Forwarding(2)="tcp8080,tcp,,8080,,80" Forwarding(3)="tcp8443,tcp,,8443,,443" Forwarding(4)="winrm,tcp,127.0.0.1,55985,,5985" bridgeadapter2="Intel(R) 82579LM Gigabit Network Connection" macaddress2="0800272B421E" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="usbtablet" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="dsound" clipboard="bidirectional" draganddrop="disabled" vrde="on" vrdeport=-1 vrdeports="3389" vrdeaddress="" vrdeauthtype="null" vrdemulticon="on" vrdereusecon="off" vrdevideochannel="off" vrdeproperty[TCP/Ports]="3389" vrdeproperty[TCP/Address]= vrdeproperty[VideoChannel/Enabled]= vrdeproperty[VideoChannel/Quality]= vrdeproperty[VideoChannel/DownscaleProtection]= vrdeproperty[Client/DisableDisplay]= vrdeproperty[Client/DisableInput]= vrdeproperty[Client/DisableAudio]= vrdeproperty[Client/DisableUSB]= vrdeproperty[Client/DisableClipboard]= vrdeproperty[Client/DisableUpstreamAudio]= vrdeproperty[Client/DisableRDPDR]= vrdeproperty[H3DRedirect/Enabled]= vrdeproperty[Security/Method]= vrdeproperty[Security/ServerCertificate]= vrdeproperty[Security/ServerPrivateKey]= vrdeproperty[Security/CACertificate]= vrdeproperty[Audio/RateCorrectionMode]= vrdeproperty[Audio/LogPath]= usb="on" ehci="off" SharedFolderNameMachineMapping1="PackageRepo" SharedFolderPathMachineMapping1="//tk421/ChocolateyPackages" SharedFolderNameMachineMapping2="vagrant" SharedFolderPathMachineMapping2="C:/TradeStation/Web/GetStarted/Dev/Subscription" VRDEActiveConnection="off" VRDEClients=0 vcpenabled="off" vcpscreens=0 vcpfile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_1401923342771_926 10.webm" vcpwidth=1024 vcpheight=768 vcprate=512 vcpfps=25 description="Getting Started VM" GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling OUT action: #VagrantPlugins::ProviderVirtualBox::Action::Created:0x2e17f18 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Warden:0x3a42e90 INFO warden: Calling IN action: # INFO warden: Calling IN action: # INFO warden: Calling IN action: #Vagrant::Action::Builtin::ConfigValidate:0x482cb20 INFO warden: Calling IN action: #Vagrant::Action::Builtin::Call:0x482cb08 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x45097e0 INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::Created:0x4513338 INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "showvminfo", "dbe4695d-5a e8-4370-bac0-648d9be4aaab", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="Subscription_default_1401923342771_92610" groups="/" ostype="Windows 2012 (64 bit)" UUID="dbe4695d-5ae8-4370-bac0-648d9be4aaab" CfgFile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192334277 1_92610.vbox" SnapFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Snapshots" LogFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Logs" hardwareuuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab" memory=4096 pagefusion="off" vram=128 cpuexecutioncap=75 hpet="off" chipset="piix3" firmware="BIOS" cpus=2 pae="off" longmode="on" synthcpu="off" bootmenu="messageandmenu" boot1="floppy" boot2="dvd" boot3="disk" boot4="none" acpi="on" ioapic="on" Time offset=0rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" VMState="poweroff" VMStateChangeTime="2014-06-09T15:18:46.705000000" monitorcount=1 accelerate3d="on" accelerate2dvideo="on" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" storagecontrollername0="IDE" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE-0-0"="none" "IDE-0-1"="none" "IDE-1-0"="emptydrive" "IDE-IsEjected"="off" "IDE-1-1"="none" "SATA-0-0"="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401829773450_67676\box-disk2.vmdk" "SATA-ImageUUID-0-0"="2e6a5e1f-48b7-4c38-bfd3-8f50168dfd47" natnet1="nat" macaddress1="080027D3FDA1" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="tcp3390,tcp,,3390,,3389" Forwarding(1)="tcp5986,tcp,,5986,,5985" Forwarding(2)="tcp8080,tcp,,8080,,80" Forwarding(3)="tcp8443,tcp,,8443,,443" Forwarding(4)="winrm,tcp,127.0.0.1,55985,,5985" bridgeadapter2="Intel(R) 82579LM Gigabit Network Connection" macaddress2="0800272B421E" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="usbtablet" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="dsound" clipboard="bidirectional" draganddrop="disabled" vrde="on" vrdeport=-1 vrdeports="3389" vrdeaddress="" vrdeauthtype="null" vrdemulticon="on" vrdereusecon="off" vrdevideochannel="off" vrdeproperty[TCP/Ports]="3389" vrdeproperty[TCP/Address]= vrdeproperty[VideoChannel/Enabled]= vrdeproperty[VideoChannel/Quality]= vrdeproperty[VideoChannel/DownscaleProtection]= vrdeproperty[Client/DisableDisplay]= vrdeproperty[Client/DisableInput]= vrdeproperty[Client/DisableAudio]= vrdeproperty[Client/DisableUSB]= vrdeproperty[Client/DisableClipboard]= vrdeproperty[Client/DisableUpstreamAudio]= vrdeproperty[Client/DisableRDPDR]= vrdeproperty[H3DRedirect/Enabled]= vrdeproperty[Security/Method]= vrdeproperty[Security/ServerCertificate]= vrdeproperty[Security/ServerPrivateKey]= vrdeproperty[Security/CACertificate]= vrdeproperty[Audio/RateCorrectionMode]= vrdeproperty[Audio/LogPath]= usb="on" ehci="off" SharedFolderNameMachineMapping1="PackageRepo" SharedFolderPathMachineMapping1="//tk421/ChocolateyPackages" SharedFolderNameMachineMapping2="vagrant" SharedFolderPathMachineMapping2="C:/TradeStation/Web/GetStarted/Dev/Subscription" VRDEActiveConnection="off" VRDEClients=0 vcpenabled="off" vcpscreens=0 vcpfile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_1401923342771_926 10.webm" vcpwidth=1024 vcpheight=768 vcprate=512 vcpfps=25 description="Getting Started VM" GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 31999 DEBUG subprocess: Exit status: 0 INFO warden: Calling OUT action: #VagrantPlugins::ProviderVirtualBox::Action::Created:0x4513338 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Warden:0x458a360 INFO warden: Calling IN action: # INFO warden: Calling IN action: # INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::CheckVirtualbox:0x482cad8 DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "--version"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: 4.3.12r93733 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 DEBUG meta: Finding driver for VirtualBox version: 4.3.12 INFO meta: Using VirtualBox driver: VagrantPlugins::ProviderVirtualBox::Driver::Version_4_3 DEBUG base: Windows. Trying VBOX_INSTALL_PATH for VBoxManage DEBUG base: VBOX_INSTALL_PATH value: C:\Program Files\Oracle\VirtualBox\ INFO base: VBoxManage path: C:\Program Files\Oracle\VirtualBox\VBoxManage.exe INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "list", "hostonlyifs"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: Name: VirtualBox Host-Only Ethernet Adapter GUID: ceb1eab1-d8be-4283-9db4-c07d8ebb9386 DHCP: Disabled IPAddress: 192.168.56.1 NetworkMask: 255.255.255.0 IPV6Address: fe80:0000:0000:0000:612c:b214:697c:3753 IPV6NetworkMaskPrefixLength: 64 HardwareAddress: 08:00:27:00:94:7e MediumType: Ethernet Status: Up VBoxNetworkName: HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling IN action: #Vagrant::Action::Builtin::ConfigValidate:0x482cac0 INFO warden: Calling IN action: #Vagrant::Action::Builtin::BoxCheckOutdated:0x482caa8 INFO warden: Calling IN action: #Vagrant::Action::Builtin::Call:0x4862e38 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x281c820 INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x283f788 INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "showvminfo", "dbe4695d-5a e8-4370-bac0-648d9be4aaab", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="Subscription_default_1401923342771_92610" groups="/" ostype="Windows 2012 (64 bit)" UUID="dbe4695d-5ae8-4370-bac0-648d9be4aaab" CfgFile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192334277 1_92610.vbox" SnapFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Snapshots" LogFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Logs" hardwareuuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab" memory=4096 pagefusion="off" vram=128 cpuexecutioncap=75 hpet="off" chipset="piix3" firmware="BIOS" cpus=2 pae="off" longmode="on" synthcpu="off" bootmenu="messageandmenu" boot1="floppy" boot2="dvd" boot3="disk" boot4="none" acpi="on" ioapic="on" Time offset=0rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" VMState="poweroff" VMStateChangeTime="2014-06-09T15:18:46.705000000" monitorcount=1 accelerate3d="on" accelerate2dvideo="on" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" storagecontrollername0="IDE" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE-0-0"="none" "IDE-0-1"="none" "IDE-1-0"="emptydrive" "IDE-IsEjected"="off" "IDE-1-1"="none" "SATA-0-0"="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401829773450_67676\box-disk2.vmdk" "SATA-ImageUUID-0-0"="2e6a5e1f-48b7-4c38-bfd3-8f50168dfd47" natnet1="nat" macaddress1="080027D3FDA1" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="tcp3390,tcp,,3390,,3389" Forwarding(1)="tcp5986,tcp,,5986,,5985" Forwarding(2)="tcp8080,tcp,,8080,,80" Forwarding(3)="tcp8443,tcp,,8443,,443" Forwarding(4)="winrm,tcp,127.0.0.1,55985,,5985" bridgeadapter2="Intel(R) 82579LM Gigabit Network Connection" macaddress2="0800272B421E" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="usbtablet" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="dsound" clipboard="bidirectional" draganddrop="disabled" vrde="on" vrdeport=-1 vrdeports="3389" vrdeaddress="" vrdeauthtype="null" vrdemulticon="on" vrdereusecon="off" vrdevideochannel="off" vrdeproperty[TCP/Ports]="3389" vrdeproperty[TCP/Address]= vrdeproperty[VideoChannel/Enabled]= vrdeproperty[VideoChannel/Quality]= vrdeproperty[VideoChannel/DownscaleProtection]= vrdeproperty[Client/DisableDisplay]= vrdeproperty[Client/DisableInput]= vrdeproperty[Client/DisableAudio]= vrdeproperty[Client/DisableUSB]= vrdeproperty[Client/DisableClipboard]= vrdeproperty[Client/DisableUpstreamAudio]= vrdeproperty[Client/DisableRDPDR]= vrdeproperty[H3DRedirect/Enabled]= vrdeproperty[Security/Method]= vrdeproperty[Security/ServerCertificate]= vrdeproperty[Security/ServerPrivateKey]= vrdeproperty[Security/CACertificate]= vrdeproperty[Audio/RateCorrectionMode]= vrdeproperty[Audio/LogPath]= usb="on" ehci="off" SharedFolderNameMachineMapping1="PackageRepo" SharedFolderPathMachineMapping1="//tk421/ChocolateyPackages" SharedFolderNameMachineMapping2="vagrant" SharedFolderPathMachineMapping2="C:/TradeStation/Web/GetStarted/Dev/Subscription" VRDEActiveConnection="off" VRDEClients=0 vcpenabled="off" vcpscreens=0 vcpfile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_1401923342771_926 10.webm" vcpwidth=1024 vcpheight=768 vcprate=512 vcpfps=25 description="Getting Started VM" GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling OUT action: #VagrantPlugins::ProviderVirtualBox::Action::IsRunning:0x283f788 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Warden:0x2ddf0f8 INFO warden: Calling IN action: # INFO warden: Calling IN action: #Vagrant::Action::Builtin::Call:0x2ddf080 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x3a55eb0 INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x3a6d898 INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "showvminfo", "dbe4695d-5a e8-4370-bac0-648d9be4aaab", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="Subscription_default_1401923342771_92610" groups="/" ostype="Windows 2012 (64 bit)" UUID="dbe4695d-5ae8-4370-bac0-648d9be4aaab" CfgFile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192334277 1_92610.vbox" SnapFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Snapshots" LogFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Logs" hardwareuuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab" memory=4096 pagefusion="off" vram=128 cpuexecutioncap=75 hpet="off" chipset="piix3" firmware="BIOS" cpus=2 pae="off" longmode="on" synthcpu="off" bootmenu="messageandmenu" boot1="floppy" boot2="dvd" boot3="disk" boot4="none" acpi="on" ioapic="on" Time offset=0rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" VMState="poweroff" VMStateChangeTime="2014-06-09T15:18:46.705000000" monitorcount=1 accelerate3d="on" accelerate2dvideo="on" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" storagecontrollername0="IDE" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE-0-0"="none" "IDE-0-1"="none" "IDE-1-0"="emptydrive" "IDE-IsEjected"="off" "IDE-1-1"="none" "SATA-0-0"="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401829773450_67676\box-disk2.vmdk" "SATA-ImageUUID-0-0"="2e6a5e1f-48b7-4c38-bfd3-8f50168dfd47" natnet1="nat" macaddress1="080027D3FDA1" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="tcp3390,tcp,,3390,,3389" Forwarding(1)="tcp5986,tcp,,5986,,5985" Forwarding(2)="tcp8080,tcp,,8080,,80" Forwarding(3)="tcp8443,tcp,,8443,,443" Forwarding(4)="winrm,tcp,127.0.0.1,55985,,5985" bridgeadapter2="Intel(R) 82579LM Gigabit Network Connection" macaddress2="0800272B421E" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="usbtablet" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="dsound" clipboard="bidirectional" draganddrop="disabled" vrde="on" vrdeport=-1 vrdeports="3389" vrdeaddress="" vrdeauthtype="null" vrdemulticon="on" vrdereusecon="off" vrdevideochannel="off" vrdeproperty[TCP/Ports]="3389" vrdeproperty[TCP/Address]= vrdeproperty[VideoChannel/Enabled]= vrdeproperty[VideoChannel/Quality]= vrdeproperty[VideoChannel/DownscaleProtection]= vrdeproperty[Client/DisableDisplay]= vrdeproperty[Client/DisableInput]= vrdeproperty[Client/DisableAudio]= vrdeproperty[Client/DisableUSB]= vrdeproperty[Client/DisableClipboard]= vrdeproperty[Client/DisableUpstreamAudio]= vrdeproperty[Client/DisableRDPDR]= vrdeproperty[H3DRedirect/Enabled]= vrdeproperty[Security/Method]= vrdeproperty[Security/ServerCertificate]= vrdeproperty[Security/ServerPrivateKey]= vrdeproperty[Security/CACertificate]= vrdeproperty[Audio/RateCorrectionMode]= vrdeproperty[Audio/LogPath]= usb="on" ehci="off" SharedFolderNameMachineMapping1="PackageRepo" SharedFolderPathMachineMapping1="//tk421/ChocolateyPackages" SharedFolderNameMachineMapping2="vagrant" SharedFolderPathMachineMapping2="C:/TradeStation/Web/GetStarted/Dev/Subscription" VRDEActiveConnection="off" VRDEClients=0 vcpenabled="off" vcpscreens=0 vcpfile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_1401923342771_926 10.webm" vcpwidth=1024 vcpheight=768 vcprate=512 vcpfps=25 description="Getting Started VM" GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling OUT action: #VagrantPlugins::ProviderVirtualBox::Action::IsSaved:0x3a6d898 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Warden:0x4500900 INFO warden: Calling IN action: # INFO warden: Calling IN action: #Vagrant::Action::Builtin::Call:0x4501200 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Builder:0x4596cd8 INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0x4594c50 INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "showvminfo", "dbe4695d-5a e8-4370-bac0-648d9be4aaab", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="Subscription_default_1401923342771_92610" groups="/" ostype="Windows 2012 (64 bit)" UUID="dbe4695d-5ae8-4370-bac0-648d9be4aaab" CfgFile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192334277 1_92610.vbox" SnapFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Snapshots" LogFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Logs" hardwareuuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab" memory=4096 pagefusion="off" vram=128 cpuexecutioncap=75 hpet="off" chipset="piix3" firmware="BIOS" cpus=2 pae="off" longmode="on" synthcpu="off" bootmenu="messageandmenu" boot1="floppy" boot2="dvd" boot3="disk" boot4="none" acpi="on" ioapic="on" Time offset=0rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" VMState="poweroff" VMStateChangeTime="2014-06-09T15:18:46.705000000" monitorcount=1 accelerate3d="on" accelerate2dvideo="on" teleporterenabled="off" teleporterport=0 teleporteraddress="" teleporterpassword="" tracing-enabled="off" tracing-allow-vm-access="off" tracing-config="" autostart-enabled="off" autostart-delay=0 defaultfrontend="" storagecontrollername0="IDE" storagecontrollertype0="PIIX4" storagecontrollerinstance0="0" storagecontrollermaxportcount0="2" storagecontrollerportcount0="2" storagecontrollerbootable0="on" storagecontrollername1="SATA" storagecontrollertype1="IntelAhci" storagecontrollerinstance1="0" storagecontrollermaxportcount1="30" storagecontrollerportcount1="1" storagecontrollerbootable1="on" "IDE-0-0"="none" "IDE-0-1"="none" "IDE-1-0"="emptydrive" "IDE-IsEjected"="off" "IDE-1-1"="none" "SATA-0-0"="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401829773450_67676\box-disk2.vmdk" "SATA-ImageUUID-0-0"="2e6a5e1f-48b7-4c38-bfd3-8f50168dfd47" natnet1="nat" macaddress1="080027D3FDA1" cableconnected1="on" nic1="nat" nictype1="82540EM" nicspeed1="0" mtu="0" sockSnd="64" sockRcv="64" tcpWndSnd="64" tcpWndRcv="64" Forwarding(0)="tcp3390,tcp,,3390,,3389" Forwarding(1)="tcp5986,tcp,,5986,,5985" Forwarding(2)="tcp8080,tcp,,8080,,80" Forwarding(3)="tcp8443,tcp,,8443,,443" Forwarding(4)="winrm,tcp,127.0.0.1,55985,,5985" bridgeadapter2="Intel(R) 82579LM Gigabit Network Connection" macaddress2="0800272B421E" cableconnected2="on" nic2="bridged" nictype2="82540EM" nicspeed2="0" nic3="none" nic4="none" nic5="none" nic6="none" nic7="none" nic8="none" hidpointing="usbtablet" hidkeyboard="ps2kbd" uart1="off" uart2="off" lpt1="off" lpt2="off" audio="dsound" clipboard="bidirectional" draganddrop="disabled" vrde="on" vrdeport=-1 vrdeports="3389" vrdeaddress="" vrdeauthtype="null" vrdemulticon="on" vrdereusecon="off" vrdevideochannel="off" vrdeproperty[TCP/Ports]="3389" vrdeproperty[TCP/Address]= vrdeproperty[VideoChannel/Enabled]= vrdeproperty[VideoChannel/Quality]= vrdeproperty[VideoChannel/DownscaleProtection]= vrdeproperty[Client/DisableDisplay]= vrdeproperty[Client/DisableInput]= vrdeproperty[Client/DisableAudio]= vrdeproperty[Client/DisableUSB]= vrdeproperty[Client/DisableClipboard]= vrdeproperty[Client/DisableUpstreamAudio]= vrdeproperty[Client/DisableRDPDR]= vrdeproperty[H3DRedirect/Enabled]= vrdeproperty[Security/Method]= vrdeproperty[Security/ServerCertificate]= vrdeproperty[Security/ServerPrivateKey]= vrdeproperty[Security/CACertificate]= vrdeproperty[Audio/RateCorrectionMode]= vrdeproperty[Audio/LogPath]= usb="on" ehci="off" SharedFolderNameMachineMapping1="PackageRepo" SharedFolderPathMachineMapping1="//tk421/ChocolateyPackages" SharedFolderNameMachineMapping2="vagrant" SharedFolderPathMachineMapping2="C:/TradeStation/Web/GetStarted/Dev/Subscription" VRDEActiveConnection="off" VRDEClients=0 vcpenabled="off" vcpscreens=0 vcpfile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_1401923342771_926 10.webm" vcpwidth=1024 vcpheight=768 vcprate=512 vcpfps=25 description="Getting Started VM" GuestMemoryBalloon=0 DEBUG subprocess: Waiting for process to exit. Remaining to timeout: 32000 DEBUG subprocess: Exit status: 0 INFO warden: Calling OUT action: #VagrantPlugins::ProviderVirtualBox::Action::IsPaused:0x4594c50 INFO runner: Preparing hooks for middleware sequence... INFO runner: 1 hooks defined. INFO runner: Running action: #Vagrant::Action::Warden:0x44defa0 INFO warden: Calling IN action: # INFO warden: Calling IN action: #VagrantPlugins::ProviderVirtualBox::Action::CheckAccessible:0x44def10 INFO subprocess: Starting process: ["C:\Program Files\Oracle\VirtualBox\VBoxManage.exe", "showvminfo", "dbe4695d-5a e8-4370-bac0-648d9be4aaab", "--machinereadable"] DEBUG subprocess: Selecting on IO DEBUG subprocess: stdout: name="Subscription_default_1401923342771_92610" groups="/" ostype="Windows 2012 (64 bit)" UUID="dbe4695d-5ae8-4370-bac0-648d9be4aaab" CfgFile="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Subscription_default_140192334277 1_92610.vbox" SnapFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Snapshots" LogFldr="C:\Users\IFarkas\VirtualBox VMs\Subscription_default_1401923342771_92610\Logs" hardwareuuid="dbe4695d-5ae8-4370-bac0-648d9be4aaab" memory=4096 pagefusion="off" vram=128 cpuexecutioncap=75 hpet="off" chipset="piix3" firmware="BIOS" cpus=2 pae="off" longmode="on" synthcpu="off" bootmenu="messageandmenu" boot1="floppy" boot2="dvd" boot3="disk" boot4="none" acpi="on" ioapic="on" Time offset=0rtcuseutc="on" hwvirtex="on" nestedpaging="on" largepages="on" vtxvpid="on" vtxux="on" VMState="poweroff" VMStateChangeTime="2014-06-09T15:18:46.705000000" monitorcount=1
rlaveycal commented 8 years ago

Just to mention that setting the NO_PROXY environment variable to a COMMA separated list "localhost,127.0.0.1" will bypass the proxy and allow WinRM to connect to the guest