2014-03-11 05:38:31 +00:00
|
|
|
en:
|
|
|
|
vagrant_winrm:
|
|
|
|
errors:
|
2014-12-09 00:09:11 +00:00
|
|
|
authentication_failed: |-
|
2014-03-11 05:38:31 +00:00
|
|
|
An authorization error occurred while connecting to WinRM.
|
|
|
|
|
|
|
|
User: %{user}
|
|
|
|
Endpoint: %{endpoint}
|
|
|
|
Message: %{message}
|
2014-06-24 17:09:11 +00:00
|
|
|
winrm_bad_exit_status: |-
|
|
|
|
The following WinRM command responded with a non-zero exit status.
|
|
|
|
Vagrant assumes that this means the command failed!
|
|
|
|
|
|
|
|
%{command}
|
|
|
|
|
|
|
|
Stdout from the command:
|
|
|
|
|
|
|
|
%{stdout}
|
|
|
|
|
|
|
|
Stderr from the command:
|
|
|
|
|
|
|
|
%{stderr}
|
2014-03-11 05:38:31 +00:00
|
|
|
execution_error: |-
|
|
|
|
An error occurred executing a remote WinRM command.
|
|
|
|
|
|
|
|
Shell: %{shell}
|
|
|
|
Command: %{command}
|
|
|
|
Message: %{message}
|
|
|
|
invalid_shell: |-
|
|
|
|
%{shell} is not a supported type of Windows shell.
|
2014-07-22 23:58:27 +00:00
|
|
|
invalid_transport: |-
|
|
|
|
%{transport} is not a supported WinRM transport.
|
2014-12-09 00:09:11 +00:00
|
|
|
ssl_error: |-
|
|
|
|
An SSL error occurred while connecting to WinRM. This usually
|
|
|
|
occurs when you are using a self-signed certificate and have
|
|
|
|
not set the WinRM `ssl_peer_verification` config setting to false.
|
|
|
|
|
|
|
|
Message: %{message}
|
|
|
|
|
2014-03-11 05:38:31 +00:00
|
|
|
winrm_not_ready: |-
|
|
|
|
The box is not able to report an address for WinRM to connect to yet.
|
|
|
|
WinRM cannot access this Vagrant environment. Please wait for the
|
|
|
|
Vagrant environment to be running and try again.
|
2014-04-22 21:54:13 +00:00
|
|
|
winrm_file_transfer_error: |-
|
|
|
|
Failed to transfer a file between the host and guest
|
|
|
|
|
|
|
|
From: %{from}
|
|
|
|
To: %{to}
|
|
|
|
Message: %{message}
|
2014-12-09 00:09:11 +00:00
|
|
|
|
|
|
|
connection_refused: |-
|
|
|
|
WinRM connection was refused! This usually happens if the VM failed to
|
|
|
|
boot properly. Some steps to try to fix this: First, try reloading your
|
|
|
|
VM with `vagrant reload`, since a simple restart sometimes fixes things.
|
|
|
|
If that doesn't work, destroy your VM and recreate it with a `vagrant destroy`
|
|
|
|
followed by a `vagrant up`. If that doesn't work, contact a Vagrant
|
|
|
|
maintainer (support channels listed on the website) for more assistance.
|
|
|
|
connection_reset: |-
|
|
|
|
WinRM connection was reset! This usually happens when the machine is
|
|
|
|
taking too long to reboot. First, try reloading your machine with
|
|
|
|
`vagrant reload`, since a simple restart sometimes fixes things.
|
|
|
|
If that doesn't work, destroy your machine and recreate it with
|
|
|
|
a `vagrant destroy` followed by a `vagrant up`. If that doesn't work,
|
|
|
|
contact support.
|
|
|
|
connection_timeout: |-
|
|
|
|
Vagrant timed out while attempting to connect via WinRM. This usually
|
|
|
|
means that the VM booted, but there are issues with the WinRM configuration
|
|
|
|
or network connectivity issues. Please try to `vagrant reload` or
|
|
|
|
`vagrant up` again.
|
|
|
|
disconnected: |-
|
|
|
|
The WinRM connection was unexpectedly closed by the remote end. This
|
|
|
|
usually indicates that WinRM within the guest machine was unable to
|
|
|
|
properly start up. Please boot the VM in GUI mode to check whether
|
|
|
|
it is booting properly.
|
|
|
|
no_route: |-
|
|
|
|
While attempting to connect with WinRM, a "no route to host" (EHOSTUNREACH)
|
|
|
|
error was received. Please verify your network settings are correct
|
|
|
|
and try again.
|
|
|
|
host_down: |-
|
|
|
|
While attempting to connect with WinRM, a "host is down" (EHOSTDOWN)
|
|
|
|
error was received. Please verify your WinRM settings are correct
|
|
|
|
and try again.
|