From a336c61991dc8c0c09e9a8fbc8aa9c129d57687c Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sun, 3 Mar 2013 22:23:26 -0300 Subject: [PATCH] Moar troubleshoting info --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d28ea83..2d2917f 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,9 @@ VAGRANT_LOG=debug vagrant-lxc up ``` -## Help! I've accidentaly ran `vagrant-lxc` on a Vagrant 1.0 project and I can't use it anymore +## Help! + +### I've accidentaly ran `vagrant-lxc` on a Vagrant 1.0 project and I can't use it anymore That happened to me before so here's how to recover: @@ -120,6 +122,11 @@ rm -rf .vagrant mv .vagrant.v1* .vagrant ``` +### The container does not stop from `vagrant halt` + +There is some hidden bug which I wasn't able to reproduce properly, if that +happens to you, just run `lxc-shutdown -n container_name` and try again. + ## Contributing