-
Notifications
You must be signed in to change notification settings - Fork 181
Check vagrant version #343
Comments
Haven't verified it yet as I also get this error with same config as you, but docs state that you need Vagrant 1.5+ so I guess that's the issue =/ |
@blindmatrix thanks for the advice! |
I upgraded to Vagrants latest DEB (1.7.2) and it indeed solved this. There should be a version check in Vagrant when it downloads plugins to make sure they will still work. |
Sorry for the silence and thanks for confirming that upgrading to a recent vagrant works. I'll try adding a vagrant version check to the plugin for the next release so other don't have to figure this out on their own. |
This indeed seems to be the problem. I didn't realize the vagrant version distributed in Ubuntu 14.04 repos is so old. Thanks. |
Hey, sorry for the silence here but this project is looking for maintainers 😅 As per #499, I've added the |
When I run
vagrant init fgrehm/precise64-lxc
I get this:Vagrant proceeds to create a Vagrantfile though so then I run
vagrant up --provider=lxc
and this is what I get:I'm using Vagrant 1.4.3 on Ubuntu 14.04 and I installed vagrant-lxc as mentioned in the README by running
vagrant plugin install vagrant-lxc
.This is the result of the
up
command when run withVAGRANT_LOG=debug
. This is the results for the aforementionedinit
command.The text was updated successfully, but these errors were encountered: