-
Notifications
You must be signed in to change notification settings - Fork 100
Berkshelf version at "/usr/bin/berks" is invalid. #272
Comments
What is the output of $ /usr/bin/berks -v |
|
I'm actually digging into Kitchen to see if I can make it do what I do with Vagrant... Multi-VM Full stack in wrapper cookbook with multiple roles etc. Instana work with my shared_vagrant project if get these working, but probably good to get up to speed on Kitchen too. So win either way. Thanks for the help. I just keep wondering if the comment that is output every time I use a ChefDK binary is causing the version verification to fail with vagrant-berkshelf. |
That comment is strange. Can you try purging chefdk? |
lol I'm tired. I removed and reinstalled. I even tried a couple older versions. Anything special when nuking it I could have missed? I"m guessing it works fine for you on Ubuntu 14.04 with all the latest / versions I listed? |
@LevonBecker I run OS X, so I don't know. Make sure you are removing everything in |
+1 has same issue on OS X 11.10. I've tried purge chefsdk and vagrant, but still has same problem. additional information
|
I had similar problem. I was able to download and install Chef DK from https://downloads.chef.io/chef-dk/mac/#/ Installed and was able to vagrant up. |
Make sure you set up your path such that the binary that get's called first is the berks in the chefdk location: That is, |
Did you try |
@mmell is correct, you'll need to install a newer version of the ChefDK and update your plugin to match |
I can't seem to get vagrant berkshelf plugin to work. I'm hoping it just something simple I'm missing and I can get a quick fix.
Versions
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=14.04
DISTRIB_CODENAME=trusty
DISTRIB_DESCRIPTION="Ubuntu 14.04.2 LTS"
Vagrant 1.7.2
VirtualBox 4.3.24
ChefDK 0.4.0-1
vagrant-berkshelf (4.0.3)
vagrant-omnibus (1.4.1)
vagrant-share (1.1.3, system)
berks -v
Ruby
I use RVM and running 2.1.5. I removed RVM completely and get the same error. I even installed Ubuntu base ruby2.0.
Vagrant up Error
Vagrantfile
Troubleshooting
which berks
/usr/bin/berks
The ChefDK binaries are in the path.
The text was updated successfully, but these errors were encountered: