Translation for "stuck" state in VM [closes GH-218]
This commit is contained in:
parent
7df8ab281a
commit
16da2746a5
|
@ -8,6 +8,7 @@
|
||||||
- Run list can now be nil, which will cause it to sync with chef server (when
|
- Run list can now be nil, which will cause it to sync with chef server (when
|
||||||
chef server is enabled). [GH-214]
|
chef server is enabled). [GH-214]
|
||||||
- Multiple NFS folders now work on linux. [GH-215]
|
- 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)
|
## 0.6.7 (November 3, 2010)
|
||||||
|
|
||||||
|
|
|
@ -150,6 +150,11 @@ en:
|
||||||
suspend the virtual machine. In either case, to restart it again,
|
suspend the virtual machine. In either case, to restart it again,
|
||||||
simply run `vagrant up`.
|
simply run `vagrant up`.
|
||||||
saved: To resume this VM, 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: |-
|
listing: |-
|
||||||
This environment represents multiple VMs. The VMs are all listed
|
This environment represents multiple VMs. The VMs are all listed
|
||||||
above with their current state. For more information about a specific
|
above with their current state. For more information about a specific
|
||||||
|
|
Loading…
Reference in New Issue