2014-02-26 23:54:53 +00:00
|
|
|
en:
|
|
|
|
vagrant_sf_smb:
|
2017-12-21 00:26:27 +00:00
|
|
|
not_supported: |-
|
2017-12-21 23:57:57 +00:00
|
|
|
It appears your machine doesn't support SMB, has not been
|
|
|
|
properly configured for SMB, or there is not an adapter to
|
|
|
|
enable SMB on this machine for Vagrant. Ensure SMB host
|
|
|
|
functionality is available on this machine and try again.
|
2014-02-26 23:54:53 +00:00
|
|
|
mounting: |-
|
|
|
|
Mounting SMB shared folders...
|
|
|
|
mounting_single: |-
|
|
|
|
%{host} => %{guest}
|
2014-03-06 16:49:41 +00:00
|
|
|
preparing: |-
|
|
|
|
Preparing SMB shared folders...
|
2014-02-26 23:54:53 +00:00
|
|
|
warning_password: |-
|
2014-03-06 16:49:41 +00:00
|
|
|
You will be asked for the username and password to use for the SMB
|
2014-02-26 23:54:53 +00:00
|
|
|
folders shortly. Please use the proper username/password of your
|
2017-12-21 22:53:55 +00:00
|
|
|
account.
|
2017-12-08 05:24:22 +00:00
|
|
|
incorrect_credentials: |-
|
|
|
|
Credentials incorrect. Please try again.
|
2014-02-26 23:54:53 +00:00
|
|
|
|
2017-12-16 00:31:44 +00:00
|
|
|
uac:
|
|
|
|
prune_warning: |-
|
|
|
|
Vagrant requires administator access for pruning SMB shares and
|
|
|
|
may request access to complete removal of stale shares.
|
|
|
|
create_warning: |-
|
|
|
|
Vagrant requires administator access to create SMB shares and
|
|
|
|
may request access to complete setup of configured shares.
|
2014-02-26 23:54:53 +00:00
|
|
|
errors:
|
2017-12-21 23:57:57 +00:00
|
|
|
start_failed: |-
|
|
|
|
Vagrant failed to automatically start the SMB service. Ensure the
|
|
|
|
required services can be started and try again.
|
|
|
|
|
|
|
|
Command: %{command}
|
|
|
|
|
|
|
|
Stderr: %{stderr}
|
|
|
|
|
|
|
|
Stdout: %{stdout}
|
|
|
|
credentials_missing: |-
|
|
|
|
Vagrant SMB synced folders require the account password to be stored
|
|
|
|
in an NT compatible format. Please update your sharing settings to
|
|
|
|
enable a Windows compatible password and try again.
|
2014-02-26 23:54:53 +00:00
|
|
|
define_share_failed: |-
|
|
|
|
Exporting an SMB share failed! Details about the failure are shown
|
|
|
|
below. Please inspect the error message and correct any problems.
|
|
|
|
|
|
|
|
Host path: %{host}
|
|
|
|
|
|
|
|
Stderr: %{stderr}
|
|
|
|
|
2017-12-16 00:31:44 +00:00
|
|
|
Stdout: %{stdout}
|
|
|
|
prune_share_failed: |-
|
|
|
|
Pruning an SMB share failed! Details about the failure are shown
|
|
|
|
below. Please inspect the error message and correct any problems.
|
|
|
|
|
|
|
|
Share name: %{name}
|
|
|
|
|
|
|
|
Stderr: %{stderr}
|
|
|
|
|
2014-02-26 23:54:53 +00:00
|
|
|
Stdout: %{stdout}
|
2018-01-02 22:36:28 +00:00
|
|
|
name_error: |-
|
|
|
|
Vagrant is unable to setup a requested SMB share. An SMB share already
|
|
|
|
exists with the given name.
|
|
|
|
|
|
|
|
Share name: %{name}
|
|
|
|
|
|
|
|
Current path: %{existing_path}
|
|
|
|
|
|
|
|
Requested path: %{path}
|
|
|
|
list_failed: |-
|
|
|
|
Vagrant failed to generate a list of local SMB shares. Please try
|
|
|
|
running the command again.
|
2014-02-26 23:54:53 +00:00
|
|
|
no_routable_host_addr: |-
|
|
|
|
We couldn't detect an IP address that was routable to this
|
|
|
|
machine from the guest machine! Please verify networking is properly
|
|
|
|
setup in the guest machine and that it is able to access this
|
|
|
|
host.
|
|
|
|
|
|
|
|
As another option, you can manually specify an IP for the machine
|
|
|
|
to mount from using the `smb_host` option to the synced folder.
|
2014-04-02 16:45:42 +00:00
|
|
|
powershell_version: |-
|
|
|
|
PowerShell version 3 or later is required for SMB synced folders
|
|
|
|
to work on Windows. You have version: '%{version}'. Please update
|
|
|
|
your PowerShell installation.
|
2014-02-27 00:02:33 +00:00
|
|
|
windows_admin_required: |-
|
|
|
|
SMB shared folders require running Vagrant with administrative
|
|
|
|
privileges. This is a limitation of Windows, since creating new
|
|
|
|
network shares requires admin privileges. Please try again in a
|
|
|
|
console with proper permissions or use another synced folder type.
|
2014-02-26 23:58:43 +00:00
|
|
|
windows_host_required: |-
|
|
|
|
SMB shared folders are only available when Vagrant is running
|
|
|
|
on Windows. The guest machine can be running non-Windows. Please use
|
|
|
|
another synced folder type.
|