Moar troubleshoting info

This commit is contained in:
Fabio Rehm 2013-03-03 22:23:26 -03:00
parent c220835daf
commit a336c61991

View file

@ -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