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

could not find recipe server for cookbook mysql #33

Open
ivellios opened this issue Jan 30, 2015 · 1 comment
Open

could not find recipe server for cookbook mysql #33

ivellios opened this issue Jan 30, 2015 · 1 comment

Comments

@ivellios
Copy link

After running vagrant up I get an error about mysql cookbook, but I don't know how to fix it.

==> projectname: Recipe Compile Error
==> projectname: ================================================================================
==> projectname: 
==> projectname: Chef::Exceptions::RecipeNotFound
==> projectname: --------------------------------
==> projectname: could not find recipe server for cookbook mysql
==> projectname: 
==> projectname: [2015-01-30T07:51:08+00:00] ERROR: Running exception handlers
==> projectname: [2015-01-30T07:51:08+00:00] ERROR: Exception handlers complete
==> projectname: [2015-01-30T07:51:08+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
@dustinpitcher
Copy link

I also got this issue.

Solution is to:

lock the cookbook versions in metadata.rb:

depends 'mysql', '~> 5.0' 

delete the Berksfile.lock
then vagrant up --provision

tychay added a commit to tychay/Vagrant-LAMP-Stack that referenced this issue May 19, 2015
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

2 participants