Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue on vagrant up in standalone mode #86

Open
vaibhavttnd opened this issue May 30, 2017 · 4 comments
Open

Issue on vagrant up in standalone mode #86

vaibhavttnd opened this issue May 30, 2017 · 4 comments

Comments

@vaibhavttnd
Copy link

Attached is the screenshot of the error
image

I believe the python cookbook used is deprecated.

@uc-profesia
Copy link

I got rid of the problem installing python first.

@alexlehm
Copy link

alexlehm commented Jul 7, 2017

I'm getting that on the standalone and multinodes vagrant, how to fix that?

I am on a Windows host, not sure if that affects the provisioning somehow

@MrRaph
Copy link

MrRaph commented Feb 5, 2018

This error is due to an incompatibility between Chef 13 and the python cookbook.

Here's how I got ride of this, just modify your Vagrantfile as follow :

  # https://vagrantcloud.com/everpeace/boxes/mesos
  config.vm.box = "everpeace/mesos"

  # enable plugins
  config.berkshelf.enabled = true
  config.berkshelf.berksfile_path ="./Berksfile"
  #config.omnibus.chef_version = :latest
  config.omnibus.chef_version = "12.21.31"

  # if you want to use vagrant-cachier,
  # please install vagrant-cachier plugin.
  if Vagrant.has_plugin?("vagrant-cachier")
    config.cache.enable :apt
    config.cache.enable :chef
  end

@Donnerbart
Copy link

This workaround is broken on my machine:

==> default: [2018-11-28T15:01:58+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> default: [2018-11-28T15:01:58+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
==> default: [2018-11-28T15:01:58+00:00] ERROR: Cookbook 'seven_zip' version '3.1.0' depends on chef version [">= 13.0"], but the running chef version is 12.21.31

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants