From 16da2746a5c51809e9554763268180020a910a9c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 21 Nov 2010 00:14:13 -0800 Subject: [PATCH] Translation for "stuck" state in VM [closes GH-218] --- CHANGELOG.md | 1 + templates/locales/en.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc33849ee..2454c10cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ - Run list can now be nil, which will cause it to sync with chef server (when chef server is enabled). [GH-214] - Multiple NFS folders now work on linux. [GH-215] + - Add translation for state "stuck" which is very rare. [GH-218] ## 0.6.7 (November 3, 2010) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index 2f5f1a731..a30ac64f1 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -150,6 +150,11 @@ en: suspend the virtual machine. In either case, to restart it again, simply run `vagrant up`. saved: To resume this VM, simply run `vagrant up`. + 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. listing: |- This environment represents multiple VMs. The VMs are all listed above with their current state. For more information about a specific