GithubHelp home page GithubHelp logo

Comments (4)

everpeace avatar everpeace commented on September 26, 2024

hmm... I can't reproduce the situation you reported...
It seems my vagrant version is the same with yours.
Could you tell me your vagrant-berkshelf version?? my versions is like this.

$ vagrant --version
Vagrant 1.4.3
$ vagrant plugin list
vagrant-aws (0.4.1)
vagrant-berkshelf (1.3.7)
vagrant-cachier (0.6.0)
vagrant-hosts (2.1.2)
vagrant-omnibus (1.3.1)

or, did you try to delete a lock file?? possibly you could fix the issue by deleting the lock file.

from vagrant-mesos.

dillera avatar dillera commented on September 26, 2024

I have newer ones that you, let me push these down to your versions and see...

[17:13][dillera@MassivePro:~/fusion/mesos/vagrant-mesos/standalone(master)]$ vagrant plugin list
vagrant-berkshelf (1.4.0.dev1)
vagrant-cachier (0.7.0)
vagrant-hosts (2.1.3)
vagrant-omnibus (1.4.0)
vagrant-vmware-fusion (2.3.6)

Yeah, I floundered around with Vagrant 1.5, till I realized that no one is using it yet, so I went back to 1.4.3.

from vagrant-mesos.

everpeace avatar everpeace commented on September 26, 2024

@dillera ark and maven recipe wasn't required actually. So, I removed this unnecessary dependencies in a127636 . And I also add some comments to README.md about vagrant 1.5.2+ case. Please check it out!

It is because that another pull request which is about the same error of this showed up in everpeace/cookbook-mesos#16 and I merged it. I now understand vagrant 1.5.x is currently main stream.

from vagrant-mesos.

dillera avatar dillera commented on September 26, 2024

Well, matching your versions exactly got this working. I will submit a pull request to add in the vmware-fusion functionality.

here is what I did:

vagrant plugin uninstall vagrant-berkshelf
vagrant plugin uninstall vagrant-cachier
vagrant plugin uninstall vagrant-hosts
vagrant plugin uninstall vagrant-omnibus

vagrant plugin install vagrant-berkshelf --plugin-version 1.3.7
vagrant plugin install vagrant-cachier --plugin-version 0.6.0
vagrant plugin install vagrant-hosts  --plugin-version 2.1.2
vagrant plugin install vagrant-omnibus --plugin-version 1.3.1

And then it worked fine:

[14:33][dillera@MassivePro:~/fusion/mesos/vagrant-mesos/standalone(master)]$ vagrant up
Bringing machine 'default' up with 'vmware_fusion' provider...
[default] Verifying vmnet devices are healthy...
[default] The cookbook path '/Users/dillera/.berkshelf/default/vagrant/berkshelf-20140424-27116-1iv2r22-default' doesn't exist. Ignoring...
[Berkshelf] This version of the Berkshelf plugin has not been fully tested on this version of Vagrant.

from vagrant-mesos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.