2010-08-27 04:56:38 +00:00
|
|
|
en:
|
|
|
|
vagrant:
|
2013-08-29 23:27:00 +00:00
|
|
|
boot_completed: |-
|
|
|
|
Machine booted and ready!
|
|
|
|
boot_waiting: |-
|
|
|
|
Waiting for machine to boot. This may take a few minutes...
|
2014-01-24 17:41:12 +00:00
|
|
|
box_auto_adding: |-
|
|
|
|
Box '%{name}' could not be found. Attempting to find and install...
|
2014-01-24 03:29:45 +00:00
|
|
|
box_add_choose_provider: |-
|
|
|
|
This box can work with multiple providers! The providers that it
|
|
|
|
can work with are listed below. Please review the list and choose
|
|
|
|
the provider you will be working with.
|
|
|
|
|
|
|
|
%{options}
|
|
|
|
|
|
|
|
Enter your choice:
|
|
|
|
box_add_choose_provider_again: |-
|
|
|
|
Invalid choice. Try again:
|
2014-01-23 21:07:35 +00:00
|
|
|
box_add_with_version: |-
|
2014-01-24 21:12:11 +00:00
|
|
|
Adding box '%{name}' (v%{version}) for provider: %{providers}
|
2014-01-23 21:07:35 +00:00
|
|
|
box_added: |-
|
2014-01-25 02:15:13 +00:00
|
|
|
Successfully added box '%{name}' (v%{version}) for '%{provider}'!
|
2014-01-24 20:50:07 +00:00
|
|
|
box_downloading: |-
|
|
|
|
Downloading: %{url}
|
|
|
|
box_download_error: |-
|
|
|
|
Error downloading: %{message}
|
2014-01-24 06:40:12 +00:00
|
|
|
box_expanding_url: |-
|
|
|
|
URL: %{url}
|
2014-01-24 06:16:20 +00:00
|
|
|
box_loading_metadata: |-
|
|
|
|
Loading metadata for box '%{name}'
|
2014-01-24 22:14:05 +00:00
|
|
|
box_outdated: |-
|
|
|
|
* '%{name}' is outdated! Current: %{current}. Latest: %{latest}
|
2014-01-24 23:41:26 +00:00
|
|
|
box_outdated_checking_with_refresh: |-
|
|
|
|
Checking if box '%{name}' is up to date...
|
2014-01-24 23:17:41 +00:00
|
|
|
box_outdated_local: |-
|
|
|
|
A newer version of the box '%{name}' is available and already
|
|
|
|
installed, but your Vagrant machine is running against
|
|
|
|
version '%{old}'. To update to version '%{new}',
|
|
|
|
destroy and recreate your machine.
|
2014-04-05 16:25:03 +00:00
|
|
|
box_outdated_metadata_download_error: |-
|
|
|
|
There was a problem while downloading the metadata for your box
|
|
|
|
to check for updates. This is not an error, since it is usually due
|
|
|
|
to temporary network problems. This is just a warning. The problem
|
|
|
|
encountered was:
|
|
|
|
|
|
|
|
%{message}
|
|
|
|
|
|
|
|
If you want to check for box updates, verify your network connection
|
|
|
|
is valid and try again.
|
2014-01-25 01:52:52 +00:00
|
|
|
box_outdated_metadata_error_single: |-
|
2014-01-24 23:41:26 +00:00
|
|
|
Error loading box metadata while attempting to check for
|
|
|
|
updates: %{message}
|
2014-01-24 22:50:55 +00:00
|
|
|
box_outdated_single: |-
|
|
|
|
A newer version of the box '%{name}' is available! You currently
|
|
|
|
have version '%{current}'. The latest is version '%{latest}'. Run
|
|
|
|
`vagrant box update` to update.
|
2014-01-24 22:14:05 +00:00
|
|
|
box_outdated_metadata_error: |-
|
|
|
|
* '%{name}': Error loading metadata: %{message}
|
|
|
|
box_outdated_no_metadata: |-
|
|
|
|
* '%{name}' wasn't added from a catalog, no version information
|
2014-01-25 02:17:12 +00:00
|
|
|
box_updating: |-
|
|
|
|
Updating '%{name}' with provider '%{provider}' from version
|
|
|
|
'%{old}' to '%{new}'...
|
2014-01-25 02:23:14 +00:00
|
|
|
box_update_checking: |-
|
|
|
|
Checking for updates to '%{name}'
|
2014-01-24 22:14:05 +00:00
|
|
|
box_up_to_date: |-
|
|
|
|
* '%{name}' (v%{version}) is up to date
|
2014-01-24 22:50:55 +00:00
|
|
|
box_up_to_date_single: |-
|
2014-01-25 02:13:37 +00:00
|
|
|
Box '%{name}' (v%{version}) is running the latest version.
|
2013-04-08 20:46:03 +00:00
|
|
|
cfengine_bootstrapping: |-
|
|
|
|
Bootstrapping CFEngine with policy server: %{policy_server}...
|
2013-04-08 21:47:11 +00:00
|
|
|
cfengine_bootstrapping_policy_hub: |-
|
|
|
|
Performing additional bootstrap for policy hubs...
|
2013-04-08 20:05:53 +00:00
|
|
|
cfengine_cant_detect: |-
|
|
|
|
Vagrant doesn't support detecting whether CFEngine is installed
|
|
|
|
for the guest OS running in the machine. Vagrant will assume it is
|
|
|
|
installed and attempt to continue.
|
2013-04-08 22:30:41 +00:00
|
|
|
cfengine_detected_ip: |-
|
|
|
|
Detected policy server IP address: %{address}...
|
2013-04-08 20:05:53 +00:00
|
|
|
cfengine_installing: |-
|
|
|
|
Installing CFEngine onto machine...
|
2013-04-08 22:15:45 +00:00
|
|
|
cfengine_installing_files_path: |-
|
|
|
|
Copying the 'files_path' files...
|
2013-04-08 20:46:03 +00:00
|
|
|
cfengine_no_bootstrap: |-
|
|
|
|
CFEngine doesn't require bootstrap. Not bootstrapping.
|
2013-04-08 21:21:10 +00:00
|
|
|
cfengine_single_run: |-
|
|
|
|
CFEngine running in "single run" mode. Will execute one file.
|
|
|
|
cfengine_single_run_execute: |-
|
|
|
|
Executing run file for CFEngine...
|
2013-08-29 18:26:21 +00:00
|
|
|
chef_client_cleanup_failed: |-
|
|
|
|
Cleaning up the '%{deletable}' for Chef failed. The stdout and
|
|
|
|
stderr are shown below. Vagrant will continue destroying the machine,
|
|
|
|
so please clean up these resources manually.
|
|
|
|
|
|
|
|
stdout: %{stdout}
|
|
|
|
|
|
|
|
stderr: %{stderr}
|
2013-08-29 18:36:37 +00:00
|
|
|
chef_config_knife_not_found: |-
|
|
|
|
The `knife` application was not found! This is required by Vagrant
|
|
|
|
to automatically delete Chef nodes and clients.
|
2013-04-19 16:11:43 +00:00
|
|
|
chef_run_list_empty: |-
|
2013-10-01 18:32:50 +00:00
|
|
|
Warning: Chef run list is empty. This may not be what you want.
|
2014-01-14 05:42:40 +00:00
|
|
|
cli_interrupt: |-
|
|
|
|
Exiting due to interrupt.
|
2014-01-09 01:01:22 +00:00
|
|
|
docker_auto_start_not_available: |-
|
|
|
|
Unable to configure automatic restart of Docker containers on
|
|
|
|
the guest machine
|
|
|
|
docker_cant_detect: |-
|
|
|
|
Vagrant doesn't support detecting whether Docker is installed
|
|
|
|
for the guest OS running in the machine. Vagrant will assume it is
|
|
|
|
installed and attempt to continue.
|
2014-01-22 04:52:27 +00:00
|
|
|
docker_configure_autostart: |-
|
|
|
|
Configuring Docker to autostart containers...
|
2014-01-09 01:01:22 +00:00
|
|
|
docker_install_with_version_not_supported: |-
|
|
|
|
Vagrant is not capable of installing an specific version of Docker
|
|
|
|
onto the guest machine and the latest version will be installed.
|
2013-11-26 22:30:06 +00:00
|
|
|
docker_installing: |-
|
2013-12-03 22:39:32 +00:00
|
|
|
Installing Docker (%{version}) onto machine...
|
2013-11-26 22:30:06 +00:00
|
|
|
docker_pulling_images:
|
|
|
|
Pulling Docker images...
|
2013-12-03 22:38:38 +00:00
|
|
|
docker_pulling_single: |-
|
|
|
|
-- Image: %{name}
|
2013-12-09 22:52:45 +00:00
|
|
|
docker_building_single: |-
|
|
|
|
-- Path: %{path}
|
2014-04-11 16:43:51 +00:00
|
|
|
docker_building_images:
|
|
|
|
Building Docker images...
|
2013-12-03 22:33:13 +00:00
|
|
|
docker_running: |-
|
|
|
|
-- Container: %{name}
|
2013-11-26 22:30:06 +00:00
|
|
|
docker_starting_containers:
|
|
|
|
Starting Docker containers...
|
2014-01-03 19:22:05 +00:00
|
|
|
inserted_key: |-
|
|
|
|
Key inserted! Disconnecting and reconnecting using new SSH key...
|
|
|
|
inserting_insecure_key: |-
|
|
|
|
Inserting Vagrant public key within guest...
|
2014-01-11 17:32:13 +00:00
|
|
|
list_commands: |-
|
|
|
|
Below is a listing of all available Vagrant commands and a brief
|
|
|
|
description of what they do.
|
|
|
|
|
|
|
|
%{list}
|
2014-03-14 23:28:54 +00:00
|
|
|
global_status_footer: |-
|
|
|
|
The above shows information about all known Vagrant environments
|
|
|
|
on this machine. This data is cached and may not be completely
|
|
|
|
up-to-date. To interact with any of the machines, you can go to
|
|
|
|
that directory and run Vagrant, or you can use the ID directly
|
|
|
|
with Vagrant commands from any directory. For example:
|
|
|
|
"vagrant destroy 1a2b3c4d"
|
|
|
|
global_status_none: |-
|
|
|
|
There are no active Vagrant environments on this computer! Or,
|
|
|
|
you haven't destroyed and recreated Vagrant environments that were
|
|
|
|
started with an older version of Vagrant.
|
2013-12-04 19:43:39 +00:00
|
|
|
plugin_needs_reinstall: |-
|
|
|
|
The following plugins were installed with a version of Vagrant
|
|
|
|
that had different versions of underlying components. Because
|
|
|
|
these component versions were changed (which rarely happens),
|
|
|
|
the plugins must be uninstalled and reinstalled.
|
|
|
|
|
|
|
|
To ensure that all the dependencies are properly updated as well
|
|
|
|
it is _highly recommended_ to do a `vagrant plugin uninstall`
|
|
|
|
prior to reinstalling.
|
|
|
|
|
|
|
|
This message will not go away until all the plugins below are
|
|
|
|
either uninstalled or uninstalled then reinstalled.
|
|
|
|
|
|
|
|
The plugins below will not be loaded until they're uninstalled
|
|
|
|
and reinstalled:
|
2013-11-26 22:30:06 +00:00
|
|
|
|
2013-12-04 19:43:39 +00:00
|
|
|
%{names}
|
2013-08-29 18:13:43 +00:00
|
|
|
provisioner_cleanup: |-
|
|
|
|
Running cleanup tasks for '%{name}' provisioner...
|
2014-04-09 16:09:42 +00:00
|
|
|
rsync_auto_initial: |-
|
|
|
|
Doing an initial rsync...
|
2014-04-11 21:49:58 +00:00
|
|
|
rsync_auto_no_paths: |-
|
2014-04-11 21:56:35 +00:00
|
|
|
There are no paths to watch! This is either because you have no
|
|
|
|
synced folders using rsync, or any rsync synced folders you have
|
|
|
|
have specified `rsync_auto` to be false.
|
2014-01-16 17:11:41 +00:00
|
|
|
rsync_auto_path: |-
|
|
|
|
Watching: %{path}
|
2014-01-13 19:01:50 +00:00
|
|
|
rsync_communicator_not_ready: |-
|
|
|
|
The machine is reporting that it is not ready for rsync to
|
|
|
|
communiate with it. Verify that this machine is properly running.
|
2014-04-09 15:58:56 +00:00
|
|
|
rsync_communicator_not_ready_callback: |-
|
|
|
|
Failed to connect to remote machine. This is usually caused by the
|
|
|
|
machine rebooting or being halted. Please make sure the machine is
|
|
|
|
running, and modify a file to try again.
|
2014-01-11 01:40:29 +00:00
|
|
|
rsync_folder: |-
|
|
|
|
Rsyncing folder: %{hostpath} => %{guestpath}
|
2014-01-11 02:06:16 +00:00
|
|
|
rsync_folder_excludes: " - Exclude: %{excludes}"
|
2014-01-31 03:26:43 +00:00
|
|
|
rsync_installing: "Installing rsync to the VM..."
|
2014-01-11 04:37:11 +00:00
|
|
|
rsync_ssh_password: |-
|
|
|
|
The machine you're rsyncing folders to is configured to use
|
|
|
|
password-based authentication. Vagrant can't script rsync to automatically
|
|
|
|
enter this password, so you'll likely be prompted for a password
|
|
|
|
shortly.
|
|
|
|
|
|
|
|
If you don't want to have to do this, please enable automatic
|
|
|
|
key insertion using `config.ssh.insert_key`.
|
2014-01-03 18:45:42 +00:00
|
|
|
ssh_exec_password: |-
|
|
|
|
The machine you're attempting to SSH into is configured to use
|
|
|
|
password-based authentication. Vagrant can't script entering the
|
|
|
|
password for you. If you're prompted for a password, please enter
|
|
|
|
the same password you have configured in the Vagrantfile.
|
2014-03-11 16:58:19 +00:00
|
|
|
stdin_cant_hide_input: |-
|
|
|
|
Error! Your console doesn't support hiding input. We'll ask for
|
|
|
|
input again below, but we WILL NOT be able to hide input. If this
|
|
|
|
is a problem for you, ctrl-C to exit and fix your stdin.
|
2014-03-11 18:06:38 +00:00
|
|
|
upgrading_home_path_v1_5: |-
|
|
|
|
Vagrant is upgrading some internal state for the latest version.
|
|
|
|
Please do not quit Vagrant at this time. While upgrading, Vagrant
|
|
|
|
will need to copy all your boxes, so it will use a considerable
|
|
|
|
amount of disk space. After it is done upgrading, the temporary disk
|
|
|
|
space will be freed.
|
2013-04-08 20:05:53 +00:00
|
|
|
|
2014-04-09 16:58:30 +00:00
|
|
|
Press ctrl-c now to exit if you want to remove some boxes or free
|
|
|
|
up some disk space.
|
|
|
|
|
|
|
|
Press any other key to continue.
|
2013-04-08 20:51:40 +00:00
|
|
|
cfengine_config:
|
2013-04-08 21:24:46 +00:00
|
|
|
classes_array: |-
|
|
|
|
The 'classes' configuration must be an array.
|
2013-04-08 22:15:45 +00:00
|
|
|
files_path_not_directory: |-
|
|
|
|
The 'files_path' must point to a valid directory.
|
2013-04-08 20:51:40 +00:00
|
|
|
invalid_mode: |-
|
2013-04-08 21:21:10 +00:00
|
|
|
The mode must be 'bootstrap' or 'single_run'
|
2013-04-08 20:51:40 +00:00
|
|
|
policy_server_address: |-
|
|
|
|
The policy server address must be set for bootstrapping.
|
2013-04-08 22:02:33 +00:00
|
|
|
run_file_not_found: |-
|
|
|
|
The 'run_file' specified could not be found.
|
2013-04-08 20:51:40 +00:00
|
|
|
|
2013-07-23 19:56:40 +00:00
|
|
|
virtualbox:
|
2014-01-18 02:15:52 +00:00
|
|
|
checking_guest_additions: |-
|
|
|
|
Checking for guest additions in VM...
|
|
|
|
network_adapter: |-
|
|
|
|
Adapter %{adapter}: %{type}%{extra}
|
2013-07-23 19:56:40 +00:00
|
|
|
config:
|
2013-07-23 19:59:37 +00:00
|
|
|
id_in_pre_import: |-
|
|
|
|
The ':id' parameter is not available in "pre-import" customizations.
|
2013-11-25 19:25:10 +00:00
|
|
|
intnet_on_bad_type: |-
|
|
|
|
VirtualBox internal networks can only be enabled on "private_networks"
|
2013-07-23 19:56:40 +00:00
|
|
|
invalid_event: |-
|
|
|
|
%{event} is not a valid event for customization. Valid events
|
|
|
|
are: %{valid_events}
|
|
|
|
|
2010-09-20 15:43:37 +00:00
|
|
|
general:
|
2013-03-22 04:42:06 +00:00
|
|
|
batch_unexpected_error: |-
|
|
|
|
An unexpected error ocurred when executing the action on the
|
|
|
|
'%{machine}' machine. Please report this as a bug:
|
|
|
|
|
|
|
|
%{message}
|
|
|
|
batch_vagrant_error: |-
|
|
|
|
An error occurred while executing the action on the '%{machine}'
|
|
|
|
machine. Please handle this error then try again:
|
|
|
|
|
|
|
|
%{message}
|
2013-01-21 03:04:50 +00:00
|
|
|
config_upgrade_messages: |-
|
2013-09-02 22:53:59 +00:00
|
|
|
There were warnings and/or errors while loading your Vagrantfile
|
|
|
|
for the machine '%{name}'.
|
|
|
|
|
2013-01-21 03:04:50 +00:00
|
|
|
Your Vagrantfile was written for an earlier version of Vagrant,
|
|
|
|
and while Vagrant does the best it can to remain backwards
|
|
|
|
compatible, there are some cases where things have changed
|
|
|
|
significantly enough to warrant a message. These messages are
|
|
|
|
shown below.
|
|
|
|
|
|
|
|
%{output}
|
2013-01-28 21:39:56 +00:00
|
|
|
not_in_installer: |-
|
|
|
|
You appear to be running Vagrant outside of the official installers.
|
|
|
|
Note that the installers are what ensure that Vagrant has all required
|
|
|
|
dependencies, and Vagrant assumes that these dependencies exist. By
|
|
|
|
running outside of the installer environment, Vagrant may not function
|
|
|
|
properly. To remove this warning, install Vagrant using one of the
|
|
|
|
official packages from vagrantup.com.
|
2012-12-27 06:24:45 +00:00
|
|
|
upgraded_v1_dotfile: |-
|
|
|
|
A Vagrant 1.0.x state file was found for this environment. Vagrant has
|
|
|
|
gone ahead and auto-upgraded this to the latest format. Everything
|
|
|
|
should continue working as normal. Beware, however, that older versions
|
|
|
|
of Vagrant may no longer be used with this environment.
|
|
|
|
|
|
|
|
However, in case anything went wrong, the old dotfile was backed up
|
|
|
|
to the location below. If everything is okay, it is safe to remove
|
|
|
|
this backup.
|
|
|
|
|
|
|
|
Backup: %{backup_path}
|
2010-08-27 06:21:28 +00:00
|
|
|
|
|
|
|
#-------------------------------------------------------------------------------
|
|
|
|
# Translations for exception classes
|
|
|
|
#-------------------------------------------------------------------------------
|
2010-08-27 04:56:38 +00:00
|
|
|
errors:
|
2012-12-30 20:52:01 +00:00
|
|
|
active_machine_with_different_provider: |-
|
|
|
|
An active machine was found with a different provider. Vagrant
|
|
|
|
currently allows each machine to be brought up with only a single
|
|
|
|
provider at a time. A future version will remove this limitation.
|
|
|
|
Until then, please destroy the existing machine to up with a new
|
|
|
|
provider.
|
|
|
|
|
|
|
|
Machine name: %{name}
|
|
|
|
Active provider: %{active_provider}
|
|
|
|
Requested provider: %{requested_provider}
|
2013-07-20 04:07:09 +00:00
|
|
|
ansible_failed: |-
|
|
|
|
Ansible failed to complete successfully. Any error output should be
|
|
|
|
visible above. Please fix these errors and try again.
|
2013-04-04 20:58:33 +00:00
|
|
|
ansible_playbook_app_not_found: |-
|
|
|
|
The "ansible-playbook" program could not be found! Please verify
|
|
|
|
that "ansible-playbook" is available on the PATH of your host
|
|
|
|
system, and try again.
|
|
|
|
|
|
|
|
If you haven't installed Ansible yet, please install Ansible
|
|
|
|
on your system. Vagrant can't do this for you in a safe, automated
|
|
|
|
way. Please see ansible.cc for more info.
|
2013-03-22 04:42:06 +00:00
|
|
|
batch_multi_error: |-
|
|
|
|
An error occurred while executing multiple actions in parallel.
|
|
|
|
Any errors that occurred are shown below.
|
|
|
|
|
|
|
|
%{message}
|
2014-01-23 19:45:31 +00:00
|
|
|
box_add_no_matching_provider: |-
|
|
|
|
The box you're attempting to add doesn't support the provider
|
|
|
|
you requested. Please find an alternate box or use an alternate
|
|
|
|
provider. Double-check your requested provider to verify you didn't
|
|
|
|
simply misspell it.
|
|
|
|
|
2014-01-24 01:08:28 +00:00
|
|
|
Name: %{name}
|
|
|
|
Address: %{url}
|
2014-01-23 19:45:31 +00:00
|
|
|
Requested provider: %{requested}
|
|
|
|
box_add_no_matching_version: |-
|
|
|
|
The box you're attempting to add has no available version that
|
|
|
|
matches the constraints you requested. Please double-check your
|
|
|
|
settings.
|
|
|
|
|
2014-01-24 01:08:28 +00:00
|
|
|
Box: %{name}
|
|
|
|
Address: %{url}
|
2014-01-23 19:45:31 +00:00
|
|
|
Constraints: %{constraints}
|
|
|
|
Available versions: %{versions}
|
2014-01-24 06:48:15 +00:00
|
|
|
box_add_short_not_found: |-
|
2014-01-24 06:48:48 +00:00
|
|
|
The box '%{name}' could not be found or
|
2014-03-12 16:38:52 +00:00
|
|
|
could not be accessed in the remote catalog. If this is a private
|
|
|
|
box on Vagrant Cloud, please verify you're logged in via
|
|
|
|
`vagrant login`. Also, please double-check the name. The expanded
|
|
|
|
URL and error message are shown below:
|
2014-01-24 06:48:15 +00:00
|
|
|
|
|
|
|
URL: %{url}
|
|
|
|
Error: %{error}
|
2013-08-29 23:27:00 +00:00
|
|
|
boot_bad_state: |-
|
|
|
|
The guest machine entered an invalid state while waiting for it
|
|
|
|
to boot. Valid states are '%{valid}'. The machine is in the
|
|
|
|
'%{invalid}' state. Please verify everything is configured
|
|
|
|
properly and try again.
|
2013-09-15 23:51:59 +00:00
|
|
|
|
|
|
|
If the provider you're using has a GUI that comes with it,
|
|
|
|
it is often helpful to open that and watch the machine, since the
|
|
|
|
GUI often has more helpful error messages than Vagrant can retrieve.
|
|
|
|
For example, if you're using VirtualBox, run `vagrant up` while the
|
|
|
|
VirtualBox GUI is open.
|
2013-08-29 23:27:00 +00:00
|
|
|
boot_timeout: |-
|
|
|
|
Timed out while waiting for the machine to boot. This means that
|
|
|
|
Vagrant was unable to communicate with the guest machine within
|
2014-02-14 04:59:26 +00:00
|
|
|
the configured ("config.vm.boot_timeout" value) time period.
|
|
|
|
|
|
|
|
If you look above, you should be able to see the error(s) that
|
|
|
|
Vagrant had when attempting to connect to the machine. These errors
|
|
|
|
are usually good hints as to what may be wrong.
|
2013-08-29 23:27:00 +00:00
|
|
|
|
|
|
|
If you're using a custom box, make sure that networking is properly
|
|
|
|
working and you're able to connect to the machine. It is a common
|
|
|
|
problem that networking isn't setup properly in these boxes.
|
|
|
|
Verify that authentication configurations are also setup properly,
|
|
|
|
as well.
|
|
|
|
|
|
|
|
If the box appears to be booting properly, you may want to increase
|
2013-09-18 16:05:51 +00:00
|
|
|
the timeout ("config.vm.boot_timeout") value.
|
2014-01-24 00:46:46 +00:00
|
|
|
box_add_exists: |-
|
|
|
|
The box you're attempting to add already exists. Remove it before
|
|
|
|
adding it again or add it with the `--force` flag.
|
|
|
|
|
|
|
|
Name: %{name}
|
|
|
|
Provider: %{provider}
|
|
|
|
Version: %{version}
|
2014-04-02 16:32:34 +00:00
|
|
|
box_add_direct_version: |-
|
|
|
|
You specified a box version constraint with a direct box file
|
|
|
|
path. Box version constraints only work with boxes from Vagrant
|
|
|
|
Cloud or a custom box host. Please remove the version constraint
|
|
|
|
and try again.
|
2014-01-24 20:50:07 +00:00
|
|
|
box_add_metadata_multi_url: |-
|
|
|
|
Multiple URLs for a box can't be specified when adding
|
|
|
|
versioned boxes. Please specify a single URL to the box
|
|
|
|
metadata (JSON) information. The full list of URLs you
|
|
|
|
specified is shown below:
|
|
|
|
|
|
|
|
%{urls}
|
2014-01-24 19:24:06 +00:00
|
|
|
box_add_name_mismatch: |-
|
|
|
|
The box you're adding has a name different from the name you
|
|
|
|
requested. For boxes with metadata, you cannot override the name.
|
|
|
|
If you're adding a box using `vagrant box add`, don't specify
|
|
|
|
the `--name` parameter. If the box is being added via a Vagrantfile,
|
|
|
|
change the `config.vm.box` value to match the name below.
|
|
|
|
|
|
|
|
Requested name: %{requested_name}
|
|
|
|
Actual name: %{actual_name}
|
2014-01-24 00:46:46 +00:00
|
|
|
box_add_name_required: |-
|
|
|
|
A name is required when adding a box file directly. Please pass
|
|
|
|
the `--name` parameter to `vagrant box add`. See
|
|
|
|
`vagrant box add -h` for more help.
|
2013-12-02 06:36:41 +00:00
|
|
|
box_checksum_invalid_type: |-
|
|
|
|
The specified checksum type is not supported by Vagrant: %{type}.
|
|
|
|
Vagrant supports the following checksum types:
|
|
|
|
|
|
|
|
md5, sha1, sha256
|
|
|
|
box_checksum_mismatch: |-
|
|
|
|
The checksum of the dowloaded box did not match the expected
|
|
|
|
value. Please verify that you have the proper URL setup and that
|
|
|
|
you're downloading the proper file.
|
|
|
|
|
|
|
|
Expected: %{expected}
|
|
|
|
Received: %{actual}
|
2013-04-20 05:09:42 +00:00
|
|
|
box_config_changing_box: |-
|
|
|
|
While loading the Vagrantfile, the provider override specified
|
|
|
|
a new box. This box, in turn, specified a different box. This isn't
|
|
|
|
allowed, as it could lead to infinite recursion of Vagrant configuration
|
|
|
|
loading. Please fix this.
|
2013-11-23 19:54:42 +00:00
|
|
|
box_metadata_corrupted: |-
|
|
|
|
The metadata associated with the box '%{name}' appears corrupted.
|
|
|
|
This is most often caused by a disk issue or system crash. Please
|
|
|
|
remove the box, re-add it, and try again.
|
2014-04-05 16:20:03 +00:00
|
|
|
box_metadata_download_error: |-
|
|
|
|
There was an error while downloading the metadata for this box.
|
|
|
|
The error message is shown below:
|
|
|
|
|
|
|
|
%{message}
|
2013-03-15 18:12:50 +00:00
|
|
|
box_metadata_file_not_found: |-
|
|
|
|
The "metadata.json" file for the box '%{name}' was not found.
|
|
|
|
Boxes require this file in order for Vagrant to determine the
|
|
|
|
provider it was made for. If you made the box, please add a
|
|
|
|
"metadata.json" file to it. If someone else made the box, please
|
|
|
|
notify the box creator that the box is corrupt. Documentation for
|
|
|
|
box file format can be found at the URL below:
|
|
|
|
|
|
|
|
http://docs.vagrantup.com/v2/boxes/format.html
|
2014-01-23 04:17:30 +00:00
|
|
|
box_metadata_malformed: |-
|
|
|
|
The metadata for the box was malformed. The exact error
|
|
|
|
is shown below. Please contact the maintainer of the box so
|
|
|
|
that this issue can be fixed.
|
|
|
|
|
|
|
|
%{error}
|
2014-04-02 05:48:52 +00:00
|
|
|
box_metadata_malformed_version: |-
|
|
|
|
A version of the box you're loading is formatted in a way that
|
|
|
|
Vagrant cannot parse: '%{version}'. Please reformat the version
|
|
|
|
to be properly formatted. It should be in the format of
|
|
|
|
X.Y.Z.
|
2014-01-25 18:03:33 +00:00
|
|
|
box_not_found: |-
|
|
|
|
The box '%{name}' does not exist. Please double check and
|
|
|
|
try again. You can see the boxes that are installed with
|
|
|
|
`vagrant box list`.
|
|
|
|
box_not_found_with_provider: |-
|
|
|
|
The box '%{name}' isn't installed for the provider '%{provider}'.
|
|
|
|
Please double-check and try again. The installed providers for
|
|
|
|
the box are shown below:
|
|
|
|
|
|
|
|
%{providers}
|
2014-04-13 01:00:33 +00:00
|
|
|
box_not_found_with_provider_and_version: |-
|
|
|
|
The box '%{name}' (v%{version}) with provider '%{provider}'
|
|
|
|
could not be found. Please double check and try again. You
|
|
|
|
can see all the boxes that are installed with `vagrant box list`.
|
2012-07-02 04:41:57 +00:00
|
|
|
box_provider_doesnt_match: |-
|
|
|
|
The box you attempted to add doesn't match the provider you specified.
|
|
|
|
|
|
|
|
Provider expected: %{expected}
|
|
|
|
Provider of box: %{actual}
|
2014-01-24 05:44:11 +00:00
|
|
|
box_remove_multi_provider: |-
|
|
|
|
You requested to remove the box '%{name}'. This box has
|
|
|
|
multiple providers. You must explicitly select a single
|
|
|
|
provider to remove with `--provider`.
|
|
|
|
|
|
|
|
Available providers: %{providers}
|
|
|
|
box_remove_multi_version: |-
|
|
|
|
You requested to remove the box '%{name}' with provider
|
|
|
|
'%{provider}'. This box has multiple versions. You must
|
|
|
|
explicitly specify which version you want to remove with
|
2014-04-14 18:49:17 +00:00
|
|
|
the `--box-version` flag. The available versions for this
|
|
|
|
box are:
|
2014-01-24 05:44:11 +00:00
|
|
|
|
2014-04-14 18:49:17 +00:00
|
|
|
%{versions}
|
2014-01-24 05:44:11 +00:00
|
|
|
box_remove_not_found: |-
|
|
|
|
The box you requested to be removed could not be found. No
|
|
|
|
boxes named '%{name}' could be found.
|
|
|
|
box_remove_provider_not_found: |-
|
|
|
|
You requested to remove the box '%{name}' with provider
|
|
|
|
'%{provider}'. The box '%{name}' exists but not with
|
|
|
|
the provider specified. Please double-check and try again.
|
|
|
|
|
|
|
|
The providers for this are: %{providers}
|
2014-03-31 18:29:34 +00:00
|
|
|
box_remove_version_not_found: |-
|
2014-04-02 04:47:51 +00:00
|
|
|
You requested to remove the box '%{name}' version '%{version}' with
|
|
|
|
provider '%{provider}', but that specific version of the box is
|
2014-04-11 09:14:12 +00:00
|
|
|
not installed. Please double-check and try again. The available versions
|
2014-04-02 04:47:51 +00:00
|
|
|
for this box are:
|
2014-03-31 18:29:34 +00:00
|
|
|
|
2014-04-02 04:47:51 +00:00
|
|
|
%{versions}
|
2014-02-03 08:09:11 +00:00
|
|
|
box_server_not_set: |-
|
|
|
|
A URL to a Vagrant Cloud server is not set, so boxes cannot
|
|
|
|
be added with a shorthand ("mitchellh/precise64") format.
|
|
|
|
You may also be seeing this error if you meant to type in
|
|
|
|
a path to a box file which doesn't exist locally on your
|
|
|
|
system.
|
|
|
|
|
|
|
|
To set a URL to a Vagrant Cloud server, set the
|
|
|
|
`VAGRANT_SERVER_URL` environmental variable. Or, if you
|
|
|
|
meant to use a file path, make sure the path to the file
|
|
|
|
is valid.
|
2014-01-25 18:03:33 +00:00
|
|
|
box_update_multi_provider: |-
|
|
|
|
You requested to update the box '%{name}'. This box has
|
|
|
|
multiple providers. You must explicitly select a single
|
|
|
|
provider to remove with `--provider`.
|
|
|
|
|
|
|
|
Available providers: %{providers}
|
2014-03-11 18:01:07 +00:00
|
|
|
box_update_no_box: |-
|
|
|
|
Box '%{name}' not installed, can't check for updates.
|
2014-01-25 01:52:52 +00:00
|
|
|
box_update_no_metadata: |-
|
|
|
|
The box '%{name}' is not a versioned box. The box was added
|
|
|
|
directly instead of from a box catalog. Vagrant can only
|
|
|
|
check the versions of boxes that were added from a catalog
|
|
|
|
such as from the public Vagrant Server.
|
2014-04-09 21:15:26 +00:00
|
|
|
box_url_is_network_share: |-
|
|
|
|
You specified a network share path as a path to add a box. Vagrant
|
|
|
|
current doesn't support network share URLs. Please copy the file
|
|
|
|
from the network share to your local machine, then add it from
|
|
|
|
there.
|
|
|
|
|
|
|
|
URL: %{url}
|
2014-01-17 17:39:20 +00:00
|
|
|
bundler_disabled: |-
|
|
|
|
Vagrant's built-in bundler management mechanism is disabled because
|
|
|
|
Vagrant is running in an external bundler environment. In these
|
|
|
|
cases, plugin management does not work with Vagrant. To install
|
|
|
|
plugins, use your own Gemfile. To load plugins, either put the
|
|
|
|
plugins in the `plugins` group in your Gemfile or manually require
|
|
|
|
them in a Vagrantfile.
|
2014-01-06 07:13:49 +00:00
|
|
|
bundler_error: |-
|
|
|
|
Bundler, the underlying system Vagrant uses to install plugins,
|
|
|
|
reported an error. The error is shown below. These errors are usually
|
|
|
|
caused by misconfigured plugin installations or transient network
|
|
|
|
issues. The error from Bundler is:
|
|
|
|
|
|
|
|
%{message}
|
2014-01-08 00:12:12 +00:00
|
|
|
capability_host_explicit_not_detected: |-
|
|
|
|
The explicit capability host specified of '%{value}' could not be
|
|
|
|
found.
|
|
|
|
|
|
|
|
This is an internal error that users should never see. Please report
|
|
|
|
a bug.
|
|
|
|
capability_host_not_detected: |-
|
|
|
|
The capability host could not be detected. This is an internal error
|
|
|
|
that users should never see. Please report a bug.
|
|
|
|
capability_invalid: |-
|
|
|
|
The capability '%{cap}' is invalid. This is an internal error that
|
|
|
|
users should never see. Please report a bug.
|
|
|
|
capability_not_found: |-
|
|
|
|
The capability '%{cap}' could not be found. This is an internal error
|
|
|
|
that users should never see. Please report a bug.
|
|
|
|
|
2013-04-08 20:46:03 +00:00
|
|
|
cfengine_bootstrap_failed: |-
|
|
|
|
Failed to bootstrap CFEngine. Please see the output above to
|
|
|
|
see what went wrong and address the issue.
|
2014-01-09 17:38:59 +00:00
|
|
|
cfengine_cant_autodetect_ip: |-
|
|
|
|
Vagrant was unable to automatically detect the IP address of the
|
|
|
|
running machine to use as the policy server address. Please specify
|
|
|
|
the policy server address manually, or verify that the networks are
|
|
|
|
configured properly internally.
|
2013-04-08 20:05:53 +00:00
|
|
|
cfengine_install_failed: |-
|
|
|
|
After installing CFEngine, Vagrant still can't detect a proper
|
|
|
|
CFEngine installation. Please verify that CFEngine was properly
|
|
|
|
installed, as the installation may have failed.
|
|
|
|
cfengine_not_installed: |-
|
2013-12-20 05:51:57 +00:00
|
|
|
CFEngine appears not to be installed on the guest machine. Vagrant
|
2013-04-08 20:05:53 +00:00
|
|
|
can attempt to install CFEngine for you if you set the "install"
|
|
|
|
setting to "true", but this setting was not set. Please install
|
|
|
|
CFEngine on the guest machine or enable the "install" setting for
|
|
|
|
Vagrant to attempt to install it for you.
|
2012-01-11 02:53:20 +00:00
|
|
|
cli_invalid_options: |-
|
|
|
|
An invalid option was specified. The help for this command
|
|
|
|
is available below.
|
|
|
|
|
2012-01-20 23:21:54 +00:00
|
|
|
%{help}
|
|
|
|
cli_invalid_usage: |-
|
|
|
|
This command was not invoked properly. The help for this command is
|
|
|
|
available below.
|
|
|
|
|
2012-01-11 02:53:20 +00:00
|
|
|
%{help}
|
2013-06-09 20:51:14 +00:00
|
|
|
command_unavailable: |-
|
2013-07-15 05:52:53 +00:00
|
|
|
The executable '%{file}' Vagrant is trying to run was not
|
2013-06-09 20:51:14 +00:00
|
|
|
found in the PATH variable. This is an error. Please verify
|
|
|
|
this software is installed and on the path.
|
|
|
|
command_unavailable_windows: |-
|
2013-07-15 05:52:53 +00:00
|
|
|
The executable '%{file}' Vagrant is trying to run was not
|
2013-06-09 20:51:14 +00:00
|
|
|
found in the %PATH% variable. This is an error. Please verify
|
|
|
|
this software is installed and on the path.
|
2014-03-11 06:12:14 +00:00
|
|
|
communicator_not_found: |-
|
|
|
|
The requested communicator '%{comm}' could not be found.
|
|
|
|
Please verify the name is correct and try again.
|
2013-01-18 21:26:14 +00:00
|
|
|
config_invalid: |-
|
|
|
|
There are errors in the configuration of this machine. Please fix
|
|
|
|
the following errors and try again:
|
|
|
|
|
|
|
|
%{errors}
|
2013-01-21 03:04:50 +00:00
|
|
|
config_upgrade_errors: |-
|
|
|
|
Because there were errors upgrading your Vagrantfiles, Vagrant
|
|
|
|
can no longer continue. Please fix the errors above and try again.
|
2013-03-01 21:51:11 +00:00
|
|
|
copy_private_key_failed: |-
|
|
|
|
Vagrant failed to copy the default insecure private key into your
|
|
|
|
home directory. This is usually caused by a permissions error.
|
|
|
|
Please make sure the permissions of the source is readable and
|
|
|
|
the destination is writable.
|
|
|
|
|
|
|
|
Source: %{source}
|
|
|
|
Destination: %{destination}
|
2014-03-02 21:08:20 +00:00
|
|
|
corrupt_machine_index: |-
|
|
|
|
The machine index which stores all required information about
|
|
|
|
running Vagrant environments has become corrupt. This is usually
|
|
|
|
caused by external tampering of the Vagrant data folder.
|
|
|
|
|
|
|
|
Vagrant cannot manage any Vagrant environments if the index is
|
|
|
|
corrupt. Please attempt to manually correct it. If you are unable
|
|
|
|
to manually correct it, then remove the data file at the path below.
|
|
|
|
This will leave all existing Vagrant environments "orphaned" and
|
|
|
|
they'll have to be destroyed manually.
|
|
|
|
|
|
|
|
Path: %{path}
|
2012-03-08 06:35:40 +00:00
|
|
|
destroy_requires_force: |-
|
|
|
|
Destroy doesn't have a TTY to ask for confirmation. Please pass the
|
|
|
|
`--force` flag to force a destroy, otherwise attach a TTY so that
|
|
|
|
the destroy can be confirmed.
|
2012-12-27 06:24:45 +00:00
|
|
|
dotfile_upgrade_json_error: |-
|
|
|
|
A Vagrant 1.0.x local state file was found. Vagrant is able to upgrade
|
|
|
|
this to the latest format automatically, however various checks are
|
|
|
|
put in place to verify data isn't incorrectly deleted. In this case,
|
|
|
|
the old state file was not valid JSON. Vagrant 1.0.x would store state
|
|
|
|
as valid JSON, meaning that this file was probably tampered with or
|
|
|
|
manually edited. Vagrant's auto-upgrade process cannot continue in this
|
|
|
|
case.
|
|
|
|
|
|
|
|
In most cases, this can be resolve by simply removing the state file.
|
|
|
|
Note however though that if Vagrant was previously managing virtual
|
|
|
|
machines, they may be left in an "orphan" state. That is, if they are
|
|
|
|
running or exist, they'll have to manually be removed.
|
|
|
|
|
|
|
|
If you're unsure what to do, ask the Vagrant mailing list or contact
|
|
|
|
support.
|
|
|
|
|
|
|
|
State file path: %{state_file}
|
2013-03-17 18:10:44 +00:00
|
|
|
downloader_error: |-
|
|
|
|
An error occurred while downloading the remote file. The error
|
|
|
|
message, if any, is reproduced below. Please fix this error and try
|
|
|
|
again.
|
|
|
|
|
|
|
|
%{message}
|
2013-03-17 18:25:22 +00:00
|
|
|
downloader_interrupted: |-
|
|
|
|
The download was interrupted by an external signal. It did not
|
|
|
|
complete.
|
2011-07-09 22:57:24 +00:00
|
|
|
environment_locked: |-
|
|
|
|
An instance of Vagrant is already running. Only one instance of Vagrant
|
|
|
|
may run at any given time to avoid problems with VirtualBox inconsistencies
|
|
|
|
occurring. Please wait for the other instance of Vagrant to end and then
|
|
|
|
try again.
|
2013-07-18 14:42:44 +00:00
|
|
|
environment_non_existent_cwd: |-
|
|
|
|
The working directory for Vagrant doesn't exist! This is the
|
|
|
|
specified working directory:
|
|
|
|
|
|
|
|
%{cwd}
|
2013-03-22 17:51:07 +00:00
|
|
|
forward_port_adapter_not_found: |-
|
|
|
|
The adapter to attach a forwarded port to was not found. Please
|
|
|
|
verify that the given adapter is setup on the machine as a NAT
|
|
|
|
interface.
|
|
|
|
|
|
|
|
Host port: %{host}
|
|
|
|
Guest port: %{guest}
|
|
|
|
Adapter: %{adapter}
|
2014-01-08 05:01:03 +00:00
|
|
|
freebsd_nfs_whitespace: |-
|
|
|
|
FreeBSD hosts do not support sharing directories with whitespace in
|
|
|
|
their path. Please adjust your path accordingly.
|
2013-04-04 05:19:20 +00:00
|
|
|
guest_capability_invalid: |-
|
|
|
|
The registered guest capability '%{cap}' for the
|
|
|
|
detected guest OS '%{guest}' is invalid. The capability does
|
|
|
|
not implement the proper method. This is a bug with Vagrant or the
|
|
|
|
plugin that implements this capability. Please report a bug.
|
|
|
|
guest_capability_not_found: |-
|
|
|
|
Vagrant attempted to execute the capability '%{cap}'
|
|
|
|
on the detect guest OS '%{guest}', but the guest doesn't
|
|
|
|
support that capability. This capability is required for your
|
|
|
|
configuration of Vagrant. Please either reconfigure Vagrant to
|
|
|
|
avoid this capability or fix the issue by creating the capability.
|
2013-12-08 19:14:18 +00:00
|
|
|
guest_explicit_not_detected: |-
|
|
|
|
The guest implementation explicitly specified in your Vagrantfile
|
|
|
|
("%{value}") could not be found. Please verify that the plugin is
|
|
|
|
installed which implements this guest and that the value you
|
|
|
|
used for `config.vm.guest` is correct.
|
2013-04-04 04:47:57 +00:00
|
|
|
guest_not_detected: |-
|
|
|
|
The guest operating system of the machine could not be detected!
|
|
|
|
Vagrant requires this knowledge to perform specific tasks such
|
|
|
|
as mounting shared folders and configuring networks. Please add
|
|
|
|
the ability to detect this guest operating system to Vagrant
|
|
|
|
by creating a plugin or reporting a bug.
|
2014-01-22 19:25:36 +00:00
|
|
|
home_dir_later_version: |-
|
|
|
|
It appears that a newer version of Vagrant was run on this machine
|
|
|
|
at some point. The current version of Vagrant is unable to read
|
|
|
|
the configuration structure of this newer version. Please upgrade to
|
|
|
|
the latest version of Vagrant.
|
2011-12-11 01:10:02 +00:00
|
|
|
home_dir_not_accessible: |-
|
|
|
|
The home directory you specified is not accessible. The home
|
|
|
|
directory that Vagrant uses must be both readable and writable.
|
|
|
|
|
|
|
|
You specified: %{home_path}
|
2014-01-22 17:36:22 +00:00
|
|
|
home_dir_unknown_version: |-
|
|
|
|
The Vagrant app data directory (%{path}) is in a
|
|
|
|
structure Vagrant doesn't understand. This is a rare exception.
|
|
|
|
Please report an issue or ask the mailing list for help.
|
2014-01-08 03:11:08 +00:00
|
|
|
host_explicit_not_detected: |-
|
|
|
|
The host implementation explicitly specified in your Vagrantfile
|
|
|
|
("%{value}") could not be found. Please verify that the plugin is
|
|
|
|
installed which implements this host and that the value you used
|
|
|
|
for `config.vagrant.host` is correct.
|
2012-01-09 07:15:18 +00:00
|
|
|
interrupted: |-
|
|
|
|
Vagrant exited after cleanup due to external interrupt.
|
2012-12-27 04:36:46 +00:00
|
|
|
local_data_dir_not_accessible: |-
|
|
|
|
The directory Vagrant will use to store local environment-specific
|
|
|
|
state is not accessible. The directory specified as the local data
|
|
|
|
directory must be both readable and writable for the user that is
|
|
|
|
running Vagrant.
|
|
|
|
|
|
|
|
Local data directory: %{local_data_path}
|
2013-04-04 06:14:24 +00:00
|
|
|
linux_mount_failed: |-
|
2014-01-03 00:54:42 +00:00
|
|
|
Failed to mount folders in Linux guest. This is usually because
|
2013-04-04 06:14:24 +00:00
|
|
|
the "vboxsf" file system is not available. Please verify that
|
|
|
|
the guest additions are properly installed in the guest and
|
|
|
|
can work properly. The command attempted was:
|
|
|
|
|
|
|
|
%{command}
|
2013-04-04 06:33:20 +00:00
|
|
|
linux_nfs_mount_failed: |-
|
|
|
|
Mounting NFS shared folders failed. This is most often caused by the NFS
|
|
|
|
client software not being installed on the guest machine. Please verify
|
|
|
|
that the NFS client software is properly installed, and consult any resources
|
|
|
|
specific to the linux distro you're using for more information on how to
|
|
|
|
do this.
|
2012-08-12 23:46:00 +00:00
|
|
|
machine_guest_not_ready: |-
|
|
|
|
Guest-specific operations were attempted on a machine that is not
|
|
|
|
ready for guest communication. This should not happen and a bug
|
|
|
|
should be reported.
|
2014-03-02 21:50:45 +00:00
|
|
|
machine_locked: |-
|
|
|
|
Vagrant can't use the requested machine because it is locekd! This
|
|
|
|
means that another Vagrant process is currently reading or modifying
|
|
|
|
the machine. Please wait for that Vagrant process to end and try
|
|
|
|
again. Details about the machine are shown below:
|
|
|
|
|
|
|
|
Name: %{name}
|
|
|
|
Provider: %{provider}
|
2012-11-08 05:45:09 +00:00
|
|
|
machine_not_found: |-
|
|
|
|
The machine with the name '%{name}' was not found configured for
|
|
|
|
this Vagrant environment.
|
2013-01-21 17:31:20 +00:00
|
|
|
machine_state_invalid: |-
|
|
|
|
An internal error has occurred! The provider of the machine you're
|
|
|
|
trying to work with reported an invalid state. This is a bug with
|
|
|
|
the provider you're using, and not with Vagrant itself or with
|
|
|
|
any configuration you may have done. Please report this bug to
|
|
|
|
the proper location.
|
2011-12-27 01:59:18 +00:00
|
|
|
multi_vm_target_required: |-
|
|
|
|
This command requires a specific VM name to target in a multi-VM environment.
|
2013-12-14 06:14:13 +00:00
|
|
|
nfs_bad_exports: |-
|
|
|
|
NFS is reporting that your exports file is invalid. Vagrant does
|
|
|
|
this check before making any changes to the file. Please correct
|
|
|
|
the issues below and execute "vagrant reload":
|
|
|
|
|
|
|
|
%{output}
|
2013-09-01 17:25:00 +00:00
|
|
|
nfs_cant_read_exports: |-
|
|
|
|
Vagrant can't read your current NFS exports! The exports file should be
|
|
|
|
readable by any user. This is usually caused by invalid permissions
|
|
|
|
on your NFS exports file. Please fix them and try again.
|
2013-02-08 23:34:04 +00:00
|
|
|
nfs_no_guest_ip: |-
|
|
|
|
No guest IP was given to the Vagrant core NFS helper. This is an
|
|
|
|
internal error that should be reported as a bug.
|
|
|
|
nfs_no_host_ip: |-
|
|
|
|
No host IP was given to the Vagrant core NFS helper. This is
|
|
|
|
an internal error that should be reported as a bug.
|
2013-03-18 05:33:02 +00:00
|
|
|
nfs_no_hostonly_network: |-
|
2013-11-22 18:26:36 +00:00
|
|
|
NFS requires a host-only network to be created.
|
|
|
|
Please add a host-only network to the machine (with either DHCP or a
|
|
|
|
static IP) for NFS to work.
|
2013-12-14 06:03:14 +00:00
|
|
|
nfs_no_valid_ids: |-
|
|
|
|
No valid IDs were given to the NFS synced folder implementation to
|
|
|
|
prune. This is an internal bug with Vagrant and an issue should be
|
|
|
|
filed.
|
2014-01-10 00:58:20 +00:00
|
|
|
nfs_client_not_installed_in_guest: |-
|
|
|
|
No NFS client was detected as installed in your guest machine. This
|
|
|
|
is required for NFS synced folders to work. In addition to this, Vagrant
|
|
|
|
doesn't know how to automatically install NFS for your machine, so
|
|
|
|
you must do this manually.
|
|
|
|
|
|
|
|
If this message is erroneous, you may disable this check by setting
|
|
|
|
`config.nfs.verify_installed` to `false` in your Vagrantfile.
|
2013-11-23 00:12:51 +00:00
|
|
|
no_default_synced_folder_impl: |-
|
|
|
|
No synced folder implementation is available for your synced folders!
|
|
|
|
Please consult the documentation to learn why this may be the case.
|
|
|
|
You may force a synced folder implementation by specifying a "type:"
|
|
|
|
option for the synced folders. Available synced folder implementations
|
|
|
|
are listed below.
|
|
|
|
|
|
|
|
%{types}
|
2011-12-18 21:26:15 +00:00
|
|
|
no_env: |-
|
|
|
|
A Vagrant environment is required to run this command. Run `vagrant init`
|
2013-02-08 00:42:18 +00:00
|
|
|
to set one up in this directory, or change to a directory with a
|
|
|
|
Vagrantfile and try again.
|
2014-01-06 00:57:51 +00:00
|
|
|
plugin_gem_not_found: |-
|
|
|
|
The plugin '%{name}' could not be installed because it could not
|
|
|
|
be found. Please double check the name and try again.
|
2013-02-04 18:22:15 +00:00
|
|
|
plugin_install_license_not_found: |-
|
|
|
|
The license file to install could not be found. Please verify
|
|
|
|
the path you gave is correct. The path to the license file given
|
|
|
|
was: '%{path}'
|
2014-01-06 00:28:05 +00:00
|
|
|
plugin_install_version_conflict: |-
|
|
|
|
The plugin(s) can't be installed due to the version conflicts below.
|
|
|
|
This means that the plugins depend on a library version that conflicts
|
|
|
|
with other plugins or Vagrant itself, creating an impossible situation
|
|
|
|
where Vagrant wouldn't be able to load the plugins.
|
|
|
|
|
|
|
|
You can fix the issue by either removing a conflicting plugin or
|
|
|
|
by contacting a plugin author to see if they can address the conflict.
|
|
|
|
|
|
|
|
%{conflicts}
|
2012-05-06 21:01:10 +00:00
|
|
|
plugin_load_error: |-
|
2014-01-08 22:45:43 +00:00
|
|
|
The plugins failed to load properly. The error message given is
|
|
|
|
shown below.
|
|
|
|
|
|
|
|
%{message}
|
2013-09-02 16:31:26 +00:00
|
|
|
plugin_not_installed: |-
|
|
|
|
The plugin '%{name}' is not installed. Please install it first.
|
2013-12-20 09:54:10 +00:00
|
|
|
plugin_state_file_not_parsable: |-
|
|
|
|
Failed to parse the state file "%{path}":
|
|
|
|
%{message}
|
|
|
|
|
|
|
|
Please remove the file and reinstall the plugins.
|
|
|
|
If this error recurs, please report a bug.
|
2014-03-03 23:05:32 +00:00
|
|
|
plugin_uninstall_system: |-
|
|
|
|
The plugin you're attempting to uninstall ('%{name}') is a
|
|
|
|
system plugin. This means that the plugin is part of the installation
|
|
|
|
of Vagrant. These plugins cannot be removed.
|
|
|
|
|
|
|
|
You can however, install a plugin with the same name to replace
|
|
|
|
these plugins. User-installed plugins take priority over
|
|
|
|
system-installed plugins.
|
2014-04-09 17:52:33 +00:00
|
|
|
package_include_symlink: |-
|
|
|
|
A file or directory you're attempting to include with your packaged
|
|
|
|
box has symlinks in it. Vagrant cannot include symlinks in the
|
|
|
|
resulting package. Please remove the symlinks and try again.
|
2012-11-08 05:45:09 +00:00
|
|
|
provider_not_found: |-
|
|
|
|
The provider '%{provider}' could not be found, but was requested to
|
|
|
|
back the machine '%{machine}'. Please use a provider that exists.
|
2013-09-02 22:06:03 +00:00
|
|
|
provisioner_flag_invalid: |-
|
|
|
|
'%{name}' is not a known provisioner. Please specify a valid
|
|
|
|
provisioner.
|
2014-01-11 01:40:29 +00:00
|
|
|
rsync_error: |-
|
|
|
|
There was an error when attempting to rsync a synced folder.
|
|
|
|
Please inspect the error message below for more info.
|
|
|
|
|
|
|
|
Host path: %{hostpath}
|
|
|
|
Guest path: %{guestpath}
|
|
|
|
Command: %{command}
|
|
|
|
Error: %{stderr}
|
|
|
|
rsync_not_found: |-
|
|
|
|
"rsync" could not be found on your PATH. Make sure that rsync
|
|
|
|
is properly installed on your system and available on the PATH.
|
2014-01-31 03:26:43 +00:00
|
|
|
rsync_not_installed_in_guest: |-
|
|
|
|
"rsync" was not detected as installed in your guest machine. This
|
|
|
|
is required for rsync synced folders to work. In addition to this,
|
|
|
|
Vagrant doesn't know how to automatically install rsync for your
|
|
|
|
machine, so you must do this manually.
|
2012-06-23 04:04:21 +00:00
|
|
|
scp_permission_denied: |-
|
|
|
|
Failed to upload a file to the guest VM via SCP due to a permissions
|
2014-02-03 11:09:13 +00:00
|
|
|
error. This is normally because the SSH user doesn't have permission
|
|
|
|
to write to the destination location. Alternately, the user running
|
|
|
|
Vagrant on the host machine may not have permission to read the file.
|
2012-06-23 04:04:21 +00:00
|
|
|
|
2014-02-03 11:09:13 +00:00
|
|
|
Source: %{from}
|
|
|
|
Dest: %{to}
|
2011-12-11 05:29:11 +00:00
|
|
|
scp_unavailable: |-
|
|
|
|
SSH server on the guest doesn't support SCP. Please install the necessary
|
|
|
|
software to enable SCP on your guest operating system.
|
2012-01-08 19:29:52 +00:00
|
|
|
shared_folder_create_failed: |-
|
|
|
|
Failed to create the following shared folder on the host system. This is
|
|
|
|
usually because Vagrant does not have sufficient permissions to create
|
|
|
|
the folder.
|
|
|
|
|
|
|
|
%{path}
|
|
|
|
|
|
|
|
Please create the folder manually or specify another path to share.
|
2014-02-02 20:26:54 +00:00
|
|
|
shell_expand_failed: |-
|
|
|
|
Vagrant failed to determine the shell expansion of a guest path
|
|
|
|
(probably for one of your shared folders). This is an extremely rare
|
|
|
|
error case and most likely indicates an unusual configuration of the
|
|
|
|
guest system. Please report a bug with your Vagrantfile and debug log.
|
2010-08-27 07:01:27 +00:00
|
|
|
ssh_authentication_failed: |-
|
|
|
|
SSH authentication failed! This is typically caused by the public/private
|
|
|
|
keypair for the SSH user not being properly set on the guest VM. Please
|
|
|
|
verify that the guest VM is setup with the proper public key, and that
|
2010-09-06 02:33:50 +00:00
|
|
|
the private key path for Vagrant is setup properly as well.
|
2010-09-01 17:00:49 +00:00
|
|
|
ssh_bad_exit_status: |-
|
|
|
|
The following SSH command responded with a non-zero exit status.
|
|
|
|
Vagrant assumes that this means the command failed!
|
|
|
|
|
|
|
|
%{command}
|
2013-07-18 03:39:42 +00:00
|
|
|
|
|
|
|
Stdout from the command:
|
|
|
|
|
|
|
|
%{stdout}
|
|
|
|
|
|
|
|
Stderr from the command:
|
|
|
|
|
|
|
|
%{stderr}
|
2013-04-01 03:27:08 +00:00
|
|
|
ssh_connect_eacces: |-
|
|
|
|
SSH is getting permission denied errors when attempting to connect
|
|
|
|
to the IP for SSH. This is usually caused by network rules and not being
|
|
|
|
able to connect to the specified IP. Please try changing the IP on
|
|
|
|
which the guest machine binds to for SSH.
|
2010-09-14 21:00:46 +00:00
|
|
|
ssh_connection_refused: |-
|
|
|
|
SSH 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.
|
2013-02-07 02:08:55 +00:00
|
|
|
ssh_connection_reset: |-
|
|
|
|
SSH 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 `1vagrant up`. If that doesn't work,
|
|
|
|
contact support.
|
2012-03-29 05:30:01 +00:00
|
|
|
ssh_connection_timeout: |-
|
|
|
|
Vagrant timed out while attempting to connect via SSH. This usually
|
|
|
|
means that the VM booted, but there are issues with the SSH configuration
|
|
|
|
or network connectivity issues. Please try to `vagrant reload` or
|
|
|
|
`vagrant up` again.
|
2012-07-04 18:26:09 +00:00
|
|
|
ssh_disconnected: |-
|
|
|
|
The SSH connection was unexpectedly closed by the remote end. This
|
|
|
|
usually indicates that SSH within the guest machine was unable to
|
|
|
|
properly start up. Please boot the VM in GUI mode to check whether
|
|
|
|
it is booting properly.
|
2013-07-09 12:35:07 +00:00
|
|
|
ssh_no_route: |-
|
|
|
|
While attempting to connect with SSH, a "no route to host" (EHOSTUNREACH)
|
|
|
|
error was received. Please verify your network settings are correct
|
|
|
|
and try again.
|
2013-01-12 20:47:49 +00:00
|
|
|
ssh_host_down: |-
|
|
|
|
While attempting to connect with SSH, a "host is down" (EHOSTDOWN)
|
|
|
|
error was received. Please verify your SSH settings are correct
|
|
|
|
and try again.
|
2013-04-06 23:50:59 +00:00
|
|
|
ssh_is_putty_link: |-
|
|
|
|
The `ssh` executable found in the PATH is a PuTTY Link SSH client.
|
|
|
|
Vagrant is only compatible with OpenSSH SSH clients. Please install
|
|
|
|
an OpenSSH SSH client or manually SSH in using your existing client
|
|
|
|
using the information below.
|
|
|
|
|
|
|
|
Host: %{host}
|
|
|
|
Port: %{port}
|
|
|
|
Username: %{username}
|
|
|
|
Private key: %{key_path}
|
2013-03-28 23:54:39 +00:00
|
|
|
ssh_key_bad_owner: |-
|
|
|
|
The private key to connect to the machine via SSH must be owned
|
|
|
|
by the user running Vagrant. This is a strict requirement from
|
|
|
|
SSH itself. Please fix the following key to be owned by the user
|
|
|
|
running Vagrant:
|
|
|
|
|
|
|
|
%{key_path}
|
2010-08-27 07:05:03 +00:00
|
|
|
ssh_key_bad_permissions: |-
|
|
|
|
The private key to connect to this box via SSH has invalid permissions
|
|
|
|
set on it. The permissions of the private key should be set to 0600, otherwise SSH will
|
|
|
|
ignore the key. Vagrant tried to do this automatically for you but failed. Please set the
|
|
|
|
permissions on the following file to 0600 and then try running this command again:
|
|
|
|
|
2010-09-02 02:17:50 +00:00
|
|
|
%{key_path}
|
2012-03-13 21:27:16 +00:00
|
|
|
ssh_key_type_not_supported: |-
|
|
|
|
The private key you're attempting to use with this Vagrant box uses
|
|
|
|
an unsupported encryption type. The SSH library Vagrant uses does not support
|
2013-01-31 06:26:30 +00:00
|
|
|
this key type. Please use `ssh-rsa` or `ssh-dss` instead. Note that
|
|
|
|
sometimes keys in your ssh-agent can interfere with this as well,
|
|
|
|
so verify the keys are valid there in addition to standard
|
|
|
|
file paths.
|
2012-08-06 17:29:25 +00:00
|
|
|
ssh_not_ready: |-
|
|
|
|
The provider for this Vagrant-managed machine is reporting that it
|
|
|
|
is not yet ready for SSH. Depending on your provider this can carry
|
|
|
|
different meanings. Make sure your machine is created and running and
|
2012-08-14 02:48:26 +00:00
|
|
|
try again. Additionally, check the output of `vagrant status` to verify
|
|
|
|
that the machine is in the state that you expect. If you continue to
|
|
|
|
get this error message, please view the documentation for the provider
|
|
|
|
you're using.
|
2014-01-09 18:03:28 +00:00
|
|
|
ssh_run_requires_keys: |-
|
2014-01-03 19:26:41 +00:00
|
|
|
Using `vagrant ssh -c` requires key-based SSH authentication, but your
|
|
|
|
Vagrant environmet is configured to use only password-based authentication.
|
|
|
|
Please configure your Vagrantfile with a private key to use this
|
|
|
|
feature.
|
|
|
|
|
|
|
|
Note that Vagrant can automatically insert a keypair and use that
|
|
|
|
keypair for you. Just set `config.ssh.insert_key = true` in your
|
|
|
|
Vagrantfile.
|
2010-09-30 06:47:17 +00:00
|
|
|
ssh_unavailable: "`ssh` binary could not be found. Is an SSH client installed?"
|
2010-08-27 06:51:30 +00:00
|
|
|
ssh_unavailable_windows: |-
|
2012-05-17 05:28:54 +00:00
|
|
|
`ssh` executable not found in any directories in the %PATH% variable. Is an
|
|
|
|
SSH client installed? Try installing Cygwin, MinGW or Git, all of which
|
|
|
|
contain an SSH client. Or use the PuTTY SSH client with the following
|
|
|
|
authentication information shown below:
|
2012-01-13 02:03:35 +00:00
|
|
|
|
|
|
|
Host: %{host}
|
|
|
|
Port: %{port}
|
|
|
|
Username: %{username}
|
|
|
|
Private key: %{key_path}
|
2013-11-23 19:54:42 +00:00
|
|
|
synced_folder_unusable: |-
|
2013-11-23 18:47:06 +00:00
|
|
|
The synced folder type '%{type}' is reporting as unusable for
|
|
|
|
your current setup. Please verify you have all the proper
|
|
|
|
prerequisites for using this shared folder type and try again.
|
2012-03-08 06:32:44 +00:00
|
|
|
ui_expects_tty: |-
|
|
|
|
Vagrant is attempting to interface with the UI in a way that requires
|
|
|
|
a TTY. Most actions in Vagrant that require a TTY have configuration
|
|
|
|
switches to disable this requirement. Please do that or run Vagrant
|
|
|
|
with TTY.
|
2012-07-16 21:12:58 +00:00
|
|
|
unimplemented_provider_action: |-
|
|
|
|
Vagrant attempted to call the action '%{action}' on the provider
|
|
|
|
'%{provider}', but this provider doesn't support this action. This
|
|
|
|
is probably a bug in either the provider or the plugin calling this
|
|
|
|
action, and should be reported.
|
2011-12-18 05:06:00 +00:00
|
|
|
vagrantfile_exists: |-
|
|
|
|
`Vagrantfile` already exists in this directory. Remove it before
|
|
|
|
running `vagrant init`.
|
2013-01-31 04:01:41 +00:00
|
|
|
vagrantfile_load_error: |-
|
|
|
|
There was an error loading a Vagrantfile. The file being loaded
|
|
|
|
and the error message are shown below. This is usually caused by
|
|
|
|
a syntax error.
|
|
|
|
|
|
|
|
Path: %{path}
|
|
|
|
Message: %{message}
|
2010-09-03 21:22:34 +00:00
|
|
|
vagrantfile_syntax_error: |-
|
2010-09-04 21:33:53 +00:00
|
|
|
There is a syntax error in the following Vagrantfile. The syntax error
|
|
|
|
message is reproduced below for convenience:
|
2010-09-03 21:22:34 +00:00
|
|
|
|
|
|
|
%{file}
|
2013-12-15 19:28:51 +00:00
|
|
|
vagrantfile_write_error: |-
|
|
|
|
The user that is running Vagrant doesn't have the proper permissions
|
|
|
|
to write a Vagrantfile to the specified location. Please ensure that
|
|
|
|
you call `vagrant init` in a location where the proper permissions
|
|
|
|
are in place to create a Vagrantfile.
|
2013-11-23 20:23:34 +00:00
|
|
|
vagrant_version_bad: |-
|
|
|
|
This Vagrant environment has specified that it requires the Vagrant
|
|
|
|
version to satisfy the following version requirements:
|
|
|
|
|
|
|
|
%{requirements}
|
|
|
|
|
|
|
|
You are running Vagrant %{version}, which does not satisify
|
|
|
|
these requirements. Please change your Vagrant version or update
|
|
|
|
the Vagrantfile to allow this Vagrant version. However, be warned
|
|
|
|
that if the Vagrantfile has specified another version, it probably has
|
|
|
|
good reason to do so, and changing that may cause the environment to
|
|
|
|
not function properly.
|
2011-12-21 23:41:14 +00:00
|
|
|
vboxmanage_error: |-
|
2013-04-01 03:45:54 +00:00
|
|
|
There was an error while executing `VBoxManage`, a CLI used by Vagrant
|
|
|
|
for controlling VirtualBox. The command and stderr is shown below.
|
2011-12-21 23:41:14 +00:00
|
|
|
|
2013-04-01 03:45:54 +00:00
|
|
|
Command: %{command}
|
2011-12-21 23:41:14 +00:00
|
|
|
|
2013-04-01 03:45:54 +00:00
|
|
|
Stderr: %{stderr}
|
2013-03-29 20:14:00 +00:00
|
|
|
vboxmanage_not_found_error: |-
|
|
|
|
The "VBoxManage" command or one of its dependencies could not
|
|
|
|
be found. Please verify VirtualBox is properly installed. You can verify
|
|
|
|
everything is okay by running "VBoxManage --version" and verifying
|
|
|
|
that the VirtualBox version is outputted.
|
2014-01-16 04:24:39 +00:00
|
|
|
|
|
|
|
If you're on Windows and just installed VirtualBox, you have to
|
|
|
|
log out and log back in for the new environmental variables to take
|
|
|
|
effect. If you're on Linux or Mac, verify your PATH contains the folder
|
|
|
|
that has VBoxManage in it.
|
2013-07-18 17:54:53 +00:00
|
|
|
virtualbox_broken_version_040214: |-
|
|
|
|
Vagrant detected you have VirtualBox 4.2.14 installed. VirtualBox
|
2013-12-20 05:51:57 +00:00
|
|
|
4.2.14 contains a critical bug which prevents it from working with
|
2013-07-18 17:54:53 +00:00
|
|
|
Vagrant. VirtualBox 4.2.16+ fixes this problem. Please upgrade
|
|
|
|
VirtualBox.
|
2013-11-22 18:26:36 +00:00
|
|
|
virtualbox_guest_property_not_found: |-
|
|
|
|
Could not find a required VirtualBox guest property:
|
|
|
|
%{guest_property}
|
|
|
|
This is an internal error that should be reported as a bug.
|
2010-08-27 06:21:28 +00:00
|
|
|
virtualbox_invalid_version: |-
|
2012-01-08 04:50:55 +00:00
|
|
|
Vagrant has detected that you have a version of VirtualBox installed
|
|
|
|
that is not supported. Please install one of the supported versions
|
|
|
|
listed below to use Vagrant:
|
2010-12-25 03:14:48 +00:00
|
|
|
|
2012-01-08 04:50:55 +00:00
|
|
|
%{supported_versions}
|
2012-01-25 03:30:55 +00:00
|
|
|
virtualbox_kernel_module_not_loaded: |-
|
|
|
|
VirtualBox is complaining that the kernel module is not loaded. Please
|
2013-04-30 16:45:00 +00:00
|
|
|
run `VBoxManage --version` or open the VirtualBox GUI to see the error
|
|
|
|
message which should contain instructions on how to fix this error.
|
2012-03-29 14:22:31 +00:00
|
|
|
virtualbox_install_incomplete: |-
|
|
|
|
VirtualBox is complaining that the installation is incomplete. Please
|
|
|
|
run `VBoxManage --version` to see the error message which should contain
|
2012-01-25 03:30:55 +00:00
|
|
|
instructions on how to fix this error.
|
2013-01-11 23:56:56 +00:00
|
|
|
virtualbox_no_room_for_high_level_network: |-
|
|
|
|
There is no available slots on the VirtualBox VM for the configured
|
|
|
|
high-level network interfaces. "private_network" and "public_network"
|
|
|
|
network configurations consume a single network adapter slot on the
|
|
|
|
VirtualBox VM. VirtualBox limits the number of slots to 8, and it
|
|
|
|
appears that every slot is in use. Please lower the number of used
|
|
|
|
network adapters.
|
2010-08-27 06:21:28 +00:00
|
|
|
virtualbox_not_detected: |-
|
|
|
|
Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed.
|
2011-12-22 20:49:45 +00:00
|
|
|
Vagrant uses the `VBoxManage` binary that ships with VirtualBox, and requires
|
|
|
|
this to be available on the PATH. If VirtualBox is installed, please find the
|
|
|
|
`VBoxManage` binary and add it to the PATH environmental variable.
|
2012-01-05 23:10:10 +00:00
|
|
|
vm_creation_required: |-
|
|
|
|
VM must be created before running this command. Run `vagrant up` first.
|
2011-08-29 03:32:22 +00:00
|
|
|
vm_inaccessible: |-
|
|
|
|
Your VM has become "inaccessible." Unfortunately, this is a critical error
|
|
|
|
with VirtualBox that Vagrant can not cleanly recover from. Please open VirtualBox
|
|
|
|
and clear out your inaccessible virtual machines or find a way to fix
|
|
|
|
them.
|
2013-01-31 07:22:45 +00:00
|
|
|
vm_name_exists: |-
|
|
|
|
A VirtualBox machine with the name '%{name}' already exists.
|
|
|
|
Please use another name or delete the machine with the existing
|
|
|
|
name, and try again.
|
2011-12-27 02:12:02 +00:00
|
|
|
vm_no_match: |-
|
|
|
|
No virtual machines matched the regular expression given.
|
|
|
|
vm_not_found: |-
|
|
|
|
A VM by the name of %{name} was not found.
|
|
|
|
vm_not_running: |-
|
2012-01-05 23:09:41 +00:00
|
|
|
VM must be running to open SSH connection. Run `vagrant up`
|
|
|
|
to start the virtual machine.
|
2014-01-09 03:53:04 +00:00
|
|
|
test_key: "test value"
|
2010-08-27 06:21:28 +00:00
|
|
|
|
2010-09-05 17:57:33 +00:00
|
|
|
#-------------------------------------------------------------------------------
|
|
|
|
# Translations for config validation errors
|
|
|
|
#-------------------------------------------------------------------------------
|
|
|
|
config:
|
2010-09-05 18:26:38 +00:00
|
|
|
common:
|
2013-09-12 13:37:14 +00:00
|
|
|
bad_field: "The following settings shouldn't exist: %{fields}"
|
2010-09-30 08:09:36 +00:00
|
|
|
chef:
|
|
|
|
cookbooks_path_empty: "Must specify a cookbooks path for chef solo."
|
2013-11-27 02:57:27 +00:00
|
|
|
environment_path_missing: |-
|
|
|
|
Environment path not found: %{path}
|
|
|
|
environment_path_required: |-
|
|
|
|
When 'environment' is specified, you must provide 'environments_path'.
|
2013-02-06 06:00:03 +00:00
|
|
|
cookbooks_path_missing: |-
|
|
|
|
Cookbook path doesn't exist: %{path}
|
2013-07-11 02:31:52 +00:00
|
|
|
custom_config_path_missing: |-
|
|
|
|
Path specified for "custom_config_path" does not exist.
|
2010-09-30 08:09:36 +00:00
|
|
|
server_url_empty: "Chef server URL must be populated."
|
|
|
|
validation_key_path: "Validation key path must be valid path to your chef server validation key."
|
2013-02-28 08:06:49 +00:00
|
|
|
loader:
|
|
|
|
bad_v1_key: |-
|
|
|
|
Unknown configuration section '%{key}'. If this section was part of
|
|
|
|
a Vagrant 1.0.x plugin, note that 1.0.x plugins are incompatible with 1.1+.
|
2013-02-09 00:54:24 +00:00
|
|
|
root:
|
|
|
|
bad_key: |-
|
|
|
|
Unknown configuration section '%{key}'.
|
2010-09-05 18:26:38 +00:00
|
|
|
ssh:
|
|
|
|
private_key_missing: "`private_key_path` file must exist: %{path}"
|
|
|
|
vm:
|
2014-01-24 17:16:37 +00:00
|
|
|
bad_version: |-
|
|
|
|
Invalid box version constraints: %{version}
|
2013-11-27 05:10:33 +00:00
|
|
|
box_download_ca_cert_not_found: |-
|
|
|
|
"box_download_ca_cert" file not found: %{path}
|
2013-12-02 06:45:08 +00:00
|
|
|
box_download_checksum_blank: |-
|
|
|
|
Checksum type specified but "box_download_checksum" is blank
|
|
|
|
box_download_checksum_notblank: |-
|
|
|
|
Checksum specified but must also specify "box_download_checksum_type"
|
2010-10-22 00:58:17 +00:00
|
|
|
box_missing: "A box must be specified."
|
2013-03-09 18:07:55 +00:00
|
|
|
hostname_invalid_characters: |-
|
|
|
|
The hostname set for the VM should only contain letters, numbers,
|
2013-10-10 05:42:48 +00:00
|
|
|
hyphens or dots. It cannot start with a hyphen or dot.
|
2013-02-08 23:34:04 +00:00
|
|
|
nfs_not_supported: |-
|
|
|
|
It appears your machine doesn't support NFS, or there is not an
|
|
|
|
adapter to enable NFS on this machine for Vagrant. Please verify
|
|
|
|
that `nfsd` is installed on your machine, and try again. If you're
|
|
|
|
on Windows, NFS isn't supported. If the problem persists, please
|
|
|
|
contact Vagrant support.
|
2013-07-20 04:43:42 +00:00
|
|
|
network_ip_ends_in_one: |-
|
2014-02-03 11:02:14 +00:00
|
|
|
You assigned a static IP ending in ".1" to this machine.
|
|
|
|
This is very often used by the router and can cause the
|
|
|
|
network to not work properly. If you the network doesn't work
|
|
|
|
properly, try changing this IP.
|
2013-06-09 20:46:46 +00:00
|
|
|
network_ip_required: |-
|
|
|
|
An IP is required for a private network.
|
2014-03-13 15:31:59 +00:00
|
|
|
network_fp_invalid_port: |-
|
|
|
|
Ports to forward must be 1 to 65535
|
2013-03-16 05:11:49 +00:00
|
|
|
network_fp_host_not_unique: |-
|
|
|
|
Forwarded port '%{host}' (host port) is declared multiple times
|
2013-08-28 23:32:47 +00:00
|
|
|
with the protocol '%{protocol}'.
|
2013-03-02 01:20:31 +00:00
|
|
|
network_fp_requires_ports: |-
|
|
|
|
Forwarded port definitions require a "host" and "guest" value
|
2013-04-02 22:00:18 +00:00
|
|
|
network_type_invalid: |-
|
|
|
|
Network type '%{type}' is invalid. Please use a valid network type.
|
2013-03-28 22:38:32 +00:00
|
|
|
provisioner_not_found: |-
|
|
|
|
The '%{name}' provisioner could not be found.
|
2013-03-29 19:45:44 +00:00
|
|
|
shared_folder_guestpath_duplicate: |-
|
|
|
|
A shared folder guest path is used multiple times. Shared
|
|
|
|
folders must all map to a unique guest path: %{path}
|
|
|
|
shared_folder_guestpath_relative: |-
|
|
|
|
The shared folder guest path must be absolute: %{path}
|
2013-01-23 17:21:49 +00:00
|
|
|
shared_folder_hostpath_missing: |-
|
|
|
|
The host path of the shared folder is missing: %{path}
|
2011-07-06 07:07:36 +00:00
|
|
|
shared_folder_nfs_owner_group: |-
|
2014-02-26 16:09:27 +00:00
|
|
|
Shared folders that have NFS enabled do not support owner/group
|
2013-01-23 17:21:49 +00:00
|
|
|
attributes. Host path: %{path}
|
2013-09-01 19:25:21 +00:00
|
|
|
shared_folder_mount_options_array: |-
|
|
|
|
Shared folder mount options specified by 'mount_options' must
|
|
|
|
be an array of options.
|
2010-09-05 17:57:33 +00:00
|
|
|
|
2010-08-27 06:21:28 +00:00
|
|
|
#-------------------------------------------------------------------------------
|
|
|
|
# Translations for commands. e.g. `vagrant x`
|
|
|
|
#-------------------------------------------------------------------------------
|
2010-08-27 05:39:54 +00:00
|
|
|
commands:
|
2010-08-28 04:09:50 +00:00
|
|
|
common:
|
2013-04-08 16:09:23 +00:00
|
|
|
vm_already_running: |-
|
|
|
|
VirtualBox VM is already running.
|
2010-08-28 04:09:50 +00:00
|
|
|
vm_not_created: "VM not created. Moving on..."
|
2013-07-11 14:41:14 +00:00
|
|
|
vm_not_running: "VM is not currently running. Please, first bring it up with `vagrant up` then run this command."
|
2010-08-27 05:53:27 +00:00
|
|
|
box:
|
2010-08-28 04:09:50 +00:00
|
|
|
no_installed_boxes: "There are no installed boxes! Use `vagrant box add` to add some."
|
2013-02-03 00:43:16 +00:00
|
|
|
removing: |-
|
2014-04-11 16:31:18 +00:00
|
|
|
Removing box '%{name}' (v%{version}) with provider '%{provider}'...
|
2012-02-08 06:54:30 +00:00
|
|
|
destroy:
|
2012-08-15 18:01:09 +00:00
|
|
|
confirmation: "Are you sure you want to destroy the '%{name}' VM? [y/N] "
|
2012-02-08 06:54:30 +00:00
|
|
|
will_not_destroy: |-
|
|
|
|
The VM '%{name}' will not be destroyed, since the confirmation
|
|
|
|
was declined.
|
2011-12-18 05:06:00 +00:00
|
|
|
init:
|
|
|
|
success: |-
|
|
|
|
A `Vagrantfile` has been placed in this directory. You are now
|
|
|
|
ready to `vagrant up` your first virtual environment! Please read
|
|
|
|
the comments in the Vagrantfile as well as documentation on
|
|
|
|
`vagrantup.com` for more information on using Vagrant.
|
2013-02-03 02:42:04 +00:00
|
|
|
plugin:
|
2013-02-04 18:22:15 +00:00
|
|
|
installed_license: |-
|
|
|
|
The license for '%{name}' was successfully installed!
|
|
|
|
installing_license: |-
|
|
|
|
Installing license for '%{name}'...
|
2013-02-03 21:13:22 +00:00
|
|
|
no_plugins: |-
|
|
|
|
No plugins installed.
|
2014-01-06 05:16:41 +00:00
|
|
|
plugin_require: " - Custom entrypoint: %{require}"
|
|
|
|
plugin_version: " - Version Constraint: %{version}"
|
2013-02-03 21:59:43 +00:00
|
|
|
installed: |-
|
2013-02-07 01:08:48 +00:00
|
|
|
Installed the plugin '%{name} (%{version})'!
|
2013-02-03 02:42:04 +00:00
|
|
|
installing: |-
|
2013-02-03 20:59:32 +00:00
|
|
|
Installing the '%{name}' plugin. This can take a few minutes...
|
2013-02-03 18:47:01 +00:00
|
|
|
uninstalling: |-
|
|
|
|
Uninstalling the '%{name}' plugin...
|
2014-01-06 06:33:05 +00:00
|
|
|
up_to_date: |-
|
|
|
|
All plugins are up to date.
|
|
|
|
updated: |-
|
|
|
|
Updated '%{name}' to version '%{version}'!
|
|
|
|
updating: |-
|
|
|
|
Updating installed plugins...
|
|
|
|
updating_specific: |-
|
|
|
|
Updating plugins: %{names}. This may take a few minutes...
|
2013-07-26 05:49:30 +00:00
|
|
|
post_install: |-
|
|
|
|
Post install message from the '%{name}' plugin:
|
2013-07-26 05:53:53 +00:00
|
|
|
|
2013-07-26 05:49:30 +00:00
|
|
|
%{message}
|
2010-08-27 05:39:54 +00:00
|
|
|
status:
|
2011-06-13 21:16:44 +00:00
|
|
|
aborted: |-
|
|
|
|
The VM is in an aborted state. This means that it was abruptly
|
|
|
|
stopped without properly closing the session. Run `vagrant up`
|
|
|
|
to resume this virtual machine. If any problems persist, you may
|
|
|
|
have to destroy and restart the virtual machine.
|
2012-02-19 04:00:08 +00:00
|
|
|
gurumeditation: |-
|
|
|
|
The VM is in the "guru meditation" state. This is a rare case which means
|
|
|
|
that an internal error in VitualBox caused the VM to fail. This is always
|
|
|
|
the sign of a bug in VirtualBox. You can try to bring your VM back online
|
|
|
|
with a `vagrant up`.
|
2011-08-29 03:17:25 +00:00
|
|
|
inaccessible: |-
|
|
|
|
The VM is inaccessible! This is a rare case which means that VirtualBox
|
|
|
|
can't find your VM configuration. This usually happens when upgrading
|
|
|
|
VirtualBox, moving to a new computer, etc. Please consult VirtualBox
|
|
|
|
for how to handle this issue.
|
2010-08-27 05:39:54 +00:00
|
|
|
output: |-
|
2012-12-24 18:00:28 +00:00
|
|
|
Current machine states:
|
2010-08-27 05:39:54 +00:00
|
|
|
|
|
|
|
%{states}
|
|
|
|
|
|
|
|
%{message}
|
|
|
|
not_created: |-
|
|
|
|
The environment has not yet been created. Run `vagrant up` to
|
2013-02-01 21:54:52 +00:00
|
|
|
create the environment. If a machine is not created, only the
|
|
|
|
default provider will be shown. So if a provider is not listed,
|
|
|
|
then the machine is not created for that environment.
|
2012-03-10 20:16:26 +00:00
|
|
|
paused: |-
|
|
|
|
The VM is paused. This VM may have been paused via the VirtualBox
|
|
|
|
GUI or the VBoxManage command line interface. To unpause, please
|
|
|
|
use the VirtualBox GUI and/or VBoxManage command line interface so
|
|
|
|
that vagrant would be able to control the VM again.
|
2011-12-19 05:41:19 +00:00
|
|
|
poweroff: |-
|
|
|
|
The VM is powered off. To restart the VM, simply run `vagrant up`
|
2014-04-01 12:41:52 +00:00
|
|
|
stopping: |-
|
|
|
|
The VM is stopping.
|
2010-08-27 05:39:54 +00:00
|
|
|
running: |-
|
|
|
|
The VM is running. To stop this VM, you can run `vagrant halt` to
|
|
|
|
shut it down forcefully, or you can run `vagrant suspend` to simply
|
|
|
|
suspend the virtual machine. In either case, to restart it again,
|
|
|
|
simply run `vagrant up`.
|
2012-09-10 02:49:03 +00:00
|
|
|
saving: |-
|
|
|
|
The VM is currently saving its state. In a few moments this state
|
|
|
|
should transition to "saved." Please run `vagrant status` again
|
|
|
|
in a few seconds.
|
2011-12-19 05:41:19 +00:00
|
|
|
saved: |-
|
|
|
|
To resume this VM, simply run `vagrant up`.
|
2010-11-21 08:14:13 +00:00
|
|
|
stuck: |-
|
|
|
|
The VM is "stuck!" This is a very rare state which means that
|
|
|
|
VirtualBox is unable to recover the current state of the VM.
|
|
|
|
The only known solution to this problem is to restart your
|
|
|
|
machine, sorry.
|
2010-08-27 05:39:54 +00:00
|
|
|
listing: |-
|
|
|
|
This environment represents multiple VMs. The VMs are all listed
|
|
|
|
above with their current state. For more information about a specific
|
|
|
|
VM, run `vagrant status NAME`.
|
2010-08-28 04:09:50 +00:00
|
|
|
up:
|
2013-02-01 22:03:59 +00:00
|
|
|
upping: |-
|
|
|
|
Bringing machine '%{name}' up with '%{provider}' provider...
|
2010-08-28 02:26:33 +00:00
|
|
|
|
|
|
|
#-------------------------------------------------------------------------------
|
|
|
|
# Translations for Vagrant middleware acions
|
|
|
|
#-------------------------------------------------------------------------------
|
|
|
|
actions:
|
2010-09-01 21:40:35 +00:00
|
|
|
runner:
|
|
|
|
waiting_cleanup: "Waiting for cleanup before exiting..."
|
|
|
|
exit_immediately: "Exiting immediately, without cleanup!"
|
2010-08-28 02:26:33 +00:00
|
|
|
vm:
|
|
|
|
boot:
|
|
|
|
booting: Booting VM...
|
2011-12-31 19:27:37 +00:00
|
|
|
bridged_networking:
|
2012-01-01 08:05:47 +00:00
|
|
|
available: |-
|
|
|
|
Available bridged network interfaces:
|
2011-12-31 19:27:37 +00:00
|
|
|
bridging: |-
|
|
|
|
Bridging adapter #%{adapter} to '%{bridge}'
|
|
|
|
enabling: |-
|
|
|
|
Enabling bridged network...
|
|
|
|
preparing: |-
|
|
|
|
Preparing bridged networking...
|
2012-02-04 14:04:28 +00:00
|
|
|
specific_not_found: |-
|
|
|
|
Specific bridge '%{bridge}' not found. You may be asked to specify
|
|
|
|
which network to bridge to.
|
2010-08-28 02:26:33 +00:00
|
|
|
check_box:
|
2013-02-01 19:28:51 +00:00
|
|
|
not_found: |-
|
|
|
|
Box '%{name}' was not found. Fetching box from specified URL for
|
|
|
|
the provider '%{provider}'. Note that if the URL does not have
|
|
|
|
a box for this provider, you should interrupt Vagrant now and add
|
|
|
|
the box yourself. Otherwise Vagrant will attempt to download the
|
|
|
|
full box prior to discovering this error.
|
2010-08-28 02:26:33 +00:00
|
|
|
check_guest_additions:
|
|
|
|
not_detected: |-
|
|
|
|
No guest additions were detected on the base box for this VM! Guest
|
|
|
|
additions are required for forwarded ports, shared folders, host only
|
|
|
|
networking, and more. If SSH fails on this machine, please install
|
|
|
|
the guest additions and repackage the box to continue.
|
|
|
|
|
|
|
|
This is not an error message; everything may continue to work properly,
|
|
|
|
in which case you may ignore this message.
|
|
|
|
version_mismatch: |-
|
2013-02-28 03:07:17 +00:00
|
|
|
The guest additions on this VM do not match the installed version of
|
|
|
|
VirtualBox! In most cases this is fine, but in rare cases it can
|
2013-12-20 05:51:57 +00:00
|
|
|
prevent things such as shared folders from working properly. If you see
|
2013-12-14 07:40:40 +00:00
|
|
|
shared folder errors, please make sure the guest additions within the
|
|
|
|
virtual machine match the version of VirtualBox you have installed on
|
|
|
|
your host and reload your VM.
|
2010-08-28 02:26:33 +00:00
|
|
|
|
|
|
|
Guest Additions Version: %{guest_version}
|
|
|
|
VirtualBox Version: %{virtualbox_version}
|
|
|
|
clear_forward_ports:
|
|
|
|
deleting: Clearing any previously set forwarded ports...
|
2012-01-02 05:58:15 +00:00
|
|
|
clear_network_interfaces:
|
|
|
|
deleting: Clearing any previously set network interfaces...
|
2010-08-28 02:26:33 +00:00
|
|
|
clear_shared_folders:
|
2010-09-01 17:55:03 +00:00
|
|
|
deleting: Cleaning previously set shared folders...
|
2010-08-28 02:26:33 +00:00
|
|
|
customize:
|
2011-12-22 00:37:59 +00:00
|
|
|
failure: |-
|
|
|
|
A customization command failed:
|
|
|
|
|
|
|
|
%{command}
|
|
|
|
|
|
|
|
The following error was experienced:
|
|
|
|
|
|
|
|
%{error}
|
|
|
|
|
|
|
|
Please fix this customization and try again.
|
2013-07-23 19:56:40 +00:00
|
|
|
running: Running '%{event}' VM customizations...
|
2010-08-28 02:26:33 +00:00
|
|
|
destroy:
|
|
|
|
destroying: Destroying VM and associated drives...
|
|
|
|
destroy_network:
|
|
|
|
destroying: Destroying unused networking interface...
|
|
|
|
disable_networks:
|
|
|
|
disabling: Disabling host only networks...
|
|
|
|
discard_state:
|
|
|
|
discarding: Discarding saved state of VM...
|
|
|
|
export:
|
|
|
|
create_dir: Creating temporary directory for export...
|
|
|
|
exporting: Exporting VM...
|
2010-08-31 02:39:11 +00:00
|
|
|
power_off: "The Vagrant virtual environment you are trying to package must be powered off."
|
2010-08-28 02:26:33 +00:00
|
|
|
forward_ports:
|
2010-08-31 03:07:50 +00:00
|
|
|
auto_empty: |-
|
|
|
|
Vagrant found a port collision for the specified port and virtual machine.
|
|
|
|
While this port was marked to be auto-corrected, the ports in the
|
|
|
|
auto-correction range are all also used.
|
|
|
|
|
|
|
|
VM: %{vm_name}
|
2012-01-03 18:34:35 +00:00
|
|
|
Forwarded port: %{guest_port} => %{host_port}
|
2010-08-31 03:07:50 +00:00
|
|
|
collision_error: |-
|
|
|
|
Vagrant cannot forward the specified ports on this VM, since they
|
2013-01-31 05:07:55 +00:00
|
|
|
would collide with some other application that is already listening
|
|
|
|
on these ports. The forwarded port to %{host_port} is already in use
|
|
|
|
on the host machine.
|
2010-08-31 03:07:50 +00:00
|
|
|
|
|
|
|
To fix this, modify your current projects Vagrantfile to use another
|
|
|
|
port. Example, where '1234' would be replaced by a unique host port:
|
|
|
|
|
2013-03-06 04:12:28 +00:00
|
|
|
config.vm.network :forwarded_port, guest: %{guest_port}, host: 1234
|
2010-08-31 03:07:50 +00:00
|
|
|
|
2013-03-06 04:12:28 +00:00
|
|
|
Sometimes, Vagrant will attempt to auto-correct this for you. In this
|
|
|
|
case, Vagrant was unable to. This is usually because the guest machine
|
|
|
|
is in a state which doesn't allow modifying port forwarding.
|
2012-01-03 18:34:35 +00:00
|
|
|
fixed_collision: |-
|
|
|
|
Fixed port collision for %{guest_port} => %{host_port}. Now on port %{new_port}.
|
2010-08-28 02:26:33 +00:00
|
|
|
forwarding: Forwarding ports...
|
2012-01-03 18:18:10 +00:00
|
|
|
forwarding_entry: |-
|
2014-01-18 02:15:52 +00:00
|
|
|
%{guest_port} => %{host_port} (adapter %{adapter})
|
2010-08-28 02:26:33 +00:00
|
|
|
non_nat: |-
|
2012-02-04 12:59:16 +00:00
|
|
|
VirtualBox adapter #%{adapter} not configured as "NAT". Skipping port
|
|
|
|
forwards on this adapter.
|
2011-09-12 06:56:02 +00:00
|
|
|
privileged_ports: |-
|
|
|
|
You are trying to forward to privileged ports (ports <= 1024). Most
|
|
|
|
operating systems restrict this to only privileged process (typically
|
|
|
|
processes running as an administrative user). This is a warning in case
|
|
|
|
the port forwarding doesn't work. If any problems occur, please try a
|
|
|
|
port higher than 1024.
|
2010-08-28 02:26:33 +00:00
|
|
|
halt:
|
2012-01-07 19:44:53 +00:00
|
|
|
force: |-
|
|
|
|
Forcing shutdown of VM...
|
|
|
|
graceful: |-
|
|
|
|
Attempting graceful shutdown of VM...
|
2014-02-24 06:25:59 +00:00
|
|
|
guest_not_ready: |-
|
|
|
|
Guest communication could not be established! This is usually because
|
|
|
|
SSH is not running, the authentication information was changed,
|
|
|
|
or some other networking issue. Vagrant will force halt, if
|
|
|
|
capable.
|
2013-02-28 05:28:09 +00:00
|
|
|
hostname:
|
|
|
|
setting: "Setting hostname..."
|
2010-08-28 02:26:33 +00:00
|
|
|
import:
|
|
|
|
importing: Importing base box '%{name}'...
|
2010-08-31 03:07:50 +00:00
|
|
|
failure: |-
|
|
|
|
The VM import failed! Try running `VBoxManage import` on the box file
|
|
|
|
manually for more verbose error output.
|
2010-08-28 02:26:33 +00:00
|
|
|
match_mac:
|
|
|
|
matching: Matching MAC address for NAT networking...
|
2010-10-08 17:44:19 +00:00
|
|
|
no_base_mac: |-
|
|
|
|
No base MAC address was specified. This is required for the NAT networking
|
|
|
|
to work properly (and hence port forwarding, SSH, etc.). Specifying this
|
|
|
|
MAC address is typically up to the box and box maintiner. Please contact
|
|
|
|
the relevant person to solve this issue.
|
2012-01-03 03:40:19 +00:00
|
|
|
network:
|
|
|
|
configuring: |-
|
|
|
|
Configuring and enabling network interfaces...
|
2012-01-09 04:28:47 +00:00
|
|
|
dhcp_already_attached: |-
|
|
|
|
A host only network interface you're attempting to configure via DHCP
|
|
|
|
already has a conflicting host only adapter with DHCP enabled. The
|
|
|
|
DHCP on this adapter is incompatible with the DHCP settings. Two
|
|
|
|
host only network interfaces are not allowed to overlap, and each
|
|
|
|
host only network interface can have only one DHCP server. Please
|
|
|
|
reconfigure your host only network or remove the virtual machine
|
|
|
|
using the other host only network.
|
2012-01-03 16:01:26 +00:00
|
|
|
preparing: |-
|
|
|
|
Preparing network interfaces based on configuration...
|
2011-12-31 19:27:37 +00:00
|
|
|
host_only_network:
|
2010-08-31 03:07:50 +00:00
|
|
|
collides: |-
|
|
|
|
The specified host network collides with a non-hostonly network!
|
|
|
|
This will cause your specified IP to be inaccessible. Please change
|
2013-12-20 05:51:57 +00:00
|
|
|
the IP or name of your host only network so that it no longer matches that of
|
2010-08-31 03:07:50 +00:00
|
|
|
a bridged or non-hostonly network.
|
2010-12-22 03:52:41 +00:00
|
|
|
creating: "Creating new host only network for environment..."
|
|
|
|
enabling: "Enabling host only network..."
|
2010-08-31 03:07:50 +00:00
|
|
|
not_found: |-
|
|
|
|
The specified host network could not be found: '%{name}.'
|
|
|
|
If the name specification is removed, Vagrant will create a new
|
|
|
|
host only network for you. Alternatively, please create the
|
|
|
|
specified network manually.
|
2010-12-22 03:52:41 +00:00
|
|
|
preparing: "Preparing host only network..."
|
2010-08-28 02:26:33 +00:00
|
|
|
nfs:
|
|
|
|
exporting: Exporting NFS shared folders...
|
2014-01-10 00:58:20 +00:00
|
|
|
installing: "Installing NFS client..."
|
2010-08-28 02:26:33 +00:00
|
|
|
mounting: Mounting NFS shared folders...
|
|
|
|
provision:
|
2011-01-12 06:13:09 +00:00
|
|
|
beginning: "Running provisioner: %{provisioner}..."
|
2013-12-08 04:59:54 +00:00
|
|
|
disabled_by_sentinel: |-
|
|
|
|
VM already provisioned. Run `vagrant provision` or use `--provision` to force it
|
2010-08-28 02:26:33 +00:00
|
|
|
resume:
|
|
|
|
resuming: Resuming suspended VM...
|
2013-01-31 06:47:45 +00:00
|
|
|
unpausing: |-
|
|
|
|
Unpausing the VM...
|
2010-08-28 02:26:33 +00:00
|
|
|
share_folders:
|
|
|
|
creating: Creating shared folders metadata...
|
|
|
|
mounting: Mounting shared folders...
|
2014-01-18 02:21:55 +00:00
|
|
|
mounting_entry: "%{guestpath} => %{hostpath}"
|
|
|
|
nomount_entry: "Automounting disabled: %{hostpath}"
|
2013-01-31 07:22:45 +00:00
|
|
|
set_name:
|
|
|
|
setting_name: |-
|
2014-01-18 02:21:55 +00:00
|
|
|
Setting the name of the VM: %{name}
|
2010-08-28 02:26:33 +00:00
|
|
|
suspend:
|
|
|
|
suspending: Saving VM state and suspending execution...
|
2010-08-28 03:47:21 +00:00
|
|
|
|
|
|
|
box:
|
2012-07-27 19:57:13 +00:00
|
|
|
unpackage:
|
2012-09-27 21:00:20 +00:00
|
|
|
untar_failure: |-
|
2013-01-28 21:01:43 +00:00
|
|
|
The box failed to unpackage properly. Please verify that the box
|
|
|
|
file you're trying to add is not corrupted and try again. The
|
|
|
|
output from attempting to unpackage (if any):
|
|
|
|
|
|
|
|
%{output}
|
2012-07-10 03:09:54 +00:00
|
|
|
add:
|
|
|
|
adding: |-
|
|
|
|
Extracting box...
|
2013-12-02 06:39:34 +00:00
|
|
|
checksumming: |-
|
|
|
|
Calculating and comparing box checksum...
|
2010-08-28 03:47:21 +00:00
|
|
|
destroy:
|
2010-08-28 19:23:40 +00:00
|
|
|
destroying: "Deleting box '%{name}'..."
|
2010-08-28 03:47:21 +00:00
|
|
|
download:
|
2010-08-28 19:23:40 +00:00
|
|
|
cleaning: "Cleaning up downloaded box..."
|
2013-11-26 05:57:20 +00:00
|
|
|
download_failed: |-
|
|
|
|
Download failed. Will try another box URL if there is one.
|
2013-03-17 18:25:22 +00:00
|
|
|
interrupted: "Box download was interrupted. Exiting."
|
2013-11-23 23:51:10 +00:00
|
|
|
resuming: "Box download is resuming from prior download progress"
|
2010-08-28 03:47:21 +00:00
|
|
|
verify:
|
2010-08-28 19:23:40 +00:00
|
|
|
verifying: "Verifying box..."
|
2010-08-28 19:31:55 +00:00
|
|
|
failed: |-
|
|
|
|
The box file you're attempting to add is invalid. This can be
|
|
|
|
commonly attributed to typos in the path given to the box add
|
|
|
|
command. Another common case of this is invalid packaging of the
|
|
|
|
box itself.
|
2010-08-28 03:50:27 +00:00
|
|
|
|
|
|
|
general:
|
|
|
|
package:
|
|
|
|
packaging: "Packaging additional file: %{file}"
|
2010-09-13 05:01:55 +00:00
|
|
|
compressing: "Compressing package to: %{tar_path}"
|
2010-08-28 20:54:59 +00:00
|
|
|
output_exists: |-
|
|
|
|
The specified file to save the package as already exists. Please
|
2010-09-06 02:33:50 +00:00
|
|
|
remove this file or specify a different file name for outputting.
|
2012-02-11 01:57:23 +00:00
|
|
|
output_is_directory: |-
|
|
|
|
The specified output is a directory. Please specify a path including
|
|
|
|
a filename.
|
2010-08-28 20:54:59 +00:00
|
|
|
requires_directory: |-
|
|
|
|
A directory was not specified to package. This should never happen
|
|
|
|
and is a result of an internal inconsistency.
|
|
|
|
include_file_missing: |-
|
|
|
|
Package include file doesn't exist: %{file}
|
2010-08-28 03:53:04 +00:00
|
|
|
|
|
|
|
hosts:
|
|
|
|
bsd:
|
2012-01-13 07:33:17 +00:00
|
|
|
nfs_export: |-
|
|
|
|
Preparing to edit /etc/exports. Administrator privileges will be required...
|
|
|
|
nfs_prune: |-
|
|
|
|
Pruning invalid NFS exports. Administrator privileges will be required...
|
2010-08-28 03:53:04 +00:00
|
|
|
linux:
|
2012-01-13 07:33:17 +00:00
|
|
|
nfs_export: |-
|
|
|
|
Preparing to edit /etc/exports. Administrator privileges will be required...
|
|
|
|
nfs_prune: |-
|
|
|
|
Pruning invalid NFS exports. Administrator privileges will be required...
|
2011-04-19 16:35:20 +00:00
|
|
|
arch:
|
|
|
|
nfs_export:
|
|
|
|
prepare: "Preparing to edit /etc/exports. Administrator privileges will be required..."
|
|
|
|
|
2010-08-28 04:02:11 +00:00
|
|
|
provisioners:
|
|
|
|
chef:
|
2012-01-27 18:50:25 +00:00
|
|
|
chef_not_detected: |-
|
|
|
|
The chef binary (either `chef-solo` or `chef-client`) was not found on
|
|
|
|
the VM and is required for chef provisioning. Please verify that chef
|
|
|
|
is installed and that the binary is available on the PATH.
|
2013-04-10 18:21:18 +00:00
|
|
|
cookbook_folder_not_found_warning:
|
|
|
|
"The cookbook path '%{path}' doesn't exist. Ignoring..."
|
2010-08-28 04:02:11 +00:00
|
|
|
json: "Generating chef JSON and uploading..."
|
|
|
|
client_key_folder: "Creating folder to hold client key..."
|
|
|
|
upload_validation_key: "Uploading chef client validation key..."
|
2011-06-27 05:30:39 +00:00
|
|
|
upload_encrypted_data_bag_secret_key: "Uploading chef encrypted data bag secret key..."
|
2010-08-28 04:02:11 +00:00
|
|
|
running_client: "Running chef-client..."
|
2012-01-13 07:07:18 +00:00
|
|
|
running_client_again: "Running chef-client again (failed to converge)..."
|
2010-08-28 04:02:11 +00:00
|
|
|
running_solo: "Running chef-solo..."
|
2012-01-13 07:07:18 +00:00
|
|
|
running_solo_again: "Running chef-solo again (failed to converge)..."
|
2012-01-11 06:36:39 +00:00
|
|
|
missing_shared_folders: |-
|
|
|
|
Shared folders that Chef requires are missing on the virtual machine.
|
|
|
|
This is usually due to configuration changing after already booting the
|
|
|
|
machine. The fix is to run a `vagrant reload` so that the proper shared
|
2012-06-25 20:13:18 +00:00
|
|
|
folders will be prepared and mounted on the VM.
|
2012-01-13 07:07:18 +00:00
|
|
|
no_convergence: |-
|
|
|
|
Chef never successfully completed! Any errors should be visible in the
|
|
|
|
output above. Please fix your recipes so that they properly complete.
|
2010-09-01 17:47:34 +00:00
|
|
|
not_detected: |-
|
2013-12-20 05:51:57 +00:00
|
|
|
The `%{binary}` binary appears not to be in the PATH of the guest. This
|
2010-09-01 17:47:34 +00:00
|
|
|
could be because the PATH is not properly setup or perhaps chef is not
|
|
|
|
installed on this guest. Chef provisioning can not continue without
|
|
|
|
chef properly installed.
|
2010-09-01 16:36:22 +00:00
|
|
|
server_url_required: |-
|
|
|
|
Chef server provisioning requires that the `config.chef.chef_server_url` be set to the
|
|
|
|
URL of your chef server. Examples include "http://12.12.12.12:4000" and
|
|
|
|
"http://myserver.com:4000" (the port of course can be different, but 4000 is the default)
|
|
|
|
server_validation_key_required: |-
|
|
|
|
Chef server provisioning requires that the `config.chef.validation_key_path` configuration
|
|
|
|
be set to a path on your local machine of the validation key used to register the
|
|
|
|
VM with the chef server.
|
|
|
|
server_validation_key_doesnt_exist: |-
|
|
|
|
The validation key set for `config.chef.validation_key_path` does not exist! This
|
|
|
|
file needs to exist so it can be uploaded to the virtual machine.
|
2012-12-17 16:58:15 +00:00
|
|
|
deleting_from_server: "Deleting %{deletable} \"%{name}\" from Chef server..."
|
2010-08-28 04:02:11 +00:00
|
|
|
|
2013-09-03 18:01:12 +00:00
|
|
|
file:
|
|
|
|
no_dest_file: "File destination must be specified."
|
|
|
|
no_source_file: "File source must be specified."
|
|
|
|
path_invalid: "File upload source file %{path} must exist"
|
|
|
|
|
2010-11-29 01:12:31 +00:00
|
|
|
puppet:
|
|
|
|
not_detected: |-
|
2013-12-20 05:51:57 +00:00
|
|
|
The `%{binary}` binary appears not to be in the PATH of the guest. This
|
2010-11-29 01:12:31 +00:00
|
|
|
could be because the PATH is not properly setup or perhaps Puppet is not
|
|
|
|
installed on this guest. Puppet provisioning can not continue without
|
|
|
|
Puppet properly installed.
|
2011-01-14 01:26:37 +00:00
|
|
|
running_puppet: "Running Puppet with %{manifest}..."
|
2012-01-11 17:48:18 +00:00
|
|
|
manifest_missing: |-
|
2012-01-11 17:56:33 +00:00
|
|
|
The configured Puppet manifest is missing. Please specify a path to an
|
|
|
|
existing manifest:
|
|
|
|
|
|
|
|
%{manifest}
|
2011-01-14 01:26:37 +00:00
|
|
|
manifests_path_missing: "The manifests path specified for Puppet does not exist: %{path}"
|
2012-01-11 17:29:30 +00:00
|
|
|
missing_shared_folders: |-
|
|
|
|
Shared folders that Puppet requires are missing on the virtual machine.
|
|
|
|
This is usually due to configuration changing after already booting the
|
|
|
|
machine. The fix is to run a `vagrant reload` so that the proper shared
|
2012-06-25 20:13:18 +00:00
|
|
|
folders will be prepared and mounted on the VM.
|
2011-01-14 05:02:26 +00:00
|
|
|
module_path_missing: "The configured module path doesn't exist: %{path}"
|
2010-11-29 01:12:31 +00:00
|
|
|
|
2010-12-17 03:30:54 +00:00
|
|
|
puppet_server:
|
2013-11-25 23:06:05 +00:00
|
|
|
cert_requires_node: |-
|
|
|
|
"puppet_node" is required when a client cert or key is specified
|
|
|
|
client_cert_and_private_key: |-
|
|
|
|
Both a client certificate and private key must be specified, if any
|
|
|
|
client_cert_not_found: |-
|
|
|
|
The specified client cert path could not be found
|
|
|
|
client_private_key_not_found: |-
|
|
|
|
The specified client private key path could not be found
|
2010-12-17 03:30:54 +00:00
|
|
|
not_detected: |-
|
2013-12-20 05:51:57 +00:00
|
|
|
The `%{binary}` binary appears not to be in the PATH of the guest. This
|
2011-01-07 09:32:21 +00:00
|
|
|
could be because the PATH is not properly setup or perhaps Puppet is not
|
2010-12-17 03:30:54 +00:00
|
|
|
installed on this guest. Puppet provisioning can not continue without
|
|
|
|
Puppet properly installed.
|
|
|
|
running_puppetd: "Running Puppet agent..."
|
2013-11-25 23:06:05 +00:00
|
|
|
uploading_client_cert: |-
|
|
|
|
Uploading client certificate and private key...
|
2010-12-17 03:30:54 +00:00
|
|
|
|
2011-01-23 19:52:24 +00:00
|
|
|
shell:
|
2013-11-25 21:36:51 +00:00
|
|
|
args_bad_type: "Shell provisioner `args` must be a string or array."
|
2014-02-24 05:50:53 +00:00
|
|
|
invalid_encoding: |-
|
|
|
|
Invalid encoding '%{actual}' for script at '%{path}'.
|
|
|
|
Must be '%{default}' or UTF-8.
|
2011-07-06 06:09:36 +00:00
|
|
|
no_path_or_inline: "One of `path` or `inline` must be set."
|
2013-04-10 18:27:45 +00:00
|
|
|
path_and_inline_set: "Only one of `path` or `inline` may be set."
|
2011-01-23 19:52:24 +00:00
|
|
|
path_invalid: "`path` for shell provisioner does not exist on the host system: %{path}"
|
2013-04-10 18:27:45 +00:00
|
|
|
running: "Running: %{script}"
|
2011-01-23 19:52:24 +00:00
|
|
|
upload_path_not_set: "`upload_path` must be set for the shell provisioner."
|
2013-04-04 20:39:36 +00:00
|
|
|
|
2013-03-20 14:41:21 +00:00
|
|
|
ansible:
|
2013-04-04 06:07:07 +00:00
|
|
|
no_playbook: "`playbook` must be set for the Ansible provisioner."
|
|
|
|
playbook_path_invalid: "`playbook` for the Ansible provisioner does not exist on the host system: %{path}"
|
2013-08-09 18:13:23 +00:00
|
|
|
inventory_path_invalid: "`inventory_path` for the Ansible provisioner does not exist on the host system: %{path}"
|
2013-10-11 22:29:39 +00:00
|
|
|
extra_vars_invalid: "`extra_vars` for the Ansible provisioner must be a hash or a path to an existing file. Received: %{value} (as %{type})"
|
2013-11-26 22:09:20 +00:00
|
|
|
|
|
|
|
docker:
|
|
|
|
not_running: "Docker is not running on the guest VM."
|
|
|
|
install_failed: "Docker installation failed."
|
2013-12-28 03:37:54 +00:00
|
|
|
|
|
|
|
salt:
|
2014-02-24 15:58:12 +00:00
|
|
|
minion_config_nonexist: |-
|
|
|
|
The specified minion_config file could not be found.
|
2014-04-19 21:24:30 +00:00
|
|
|
master_config_nonexist: |-
|
|
|
|
The specified master_config file could not be found.
|
2013-12-28 03:37:54 +00:00
|
|
|
missing_key: |-
|
|
|
|
You must include both public and private keys.
|
|
|
|
must_accept_keys: |-
|
|
|
|
You must accept keys when running highstate with master!
|