I created a folder for vagrantVM, edited Vagrantfile to add solo recipes, created a cookbooks folder and cloned mysql, build-essential, openssl from https://github.com/opscode-cookbooks and then vagrant up but chef failed.
I created a folder for vagrantVM, edited Vagrantfile to add solo recipes,
created a cookbooks folder and cloned mysql, build-essential, openssl from https://github.com/opscode-cookbooks and then vagrant up but chef failed.
When I have this kind of problem, first thing to test its simple:
vagrant up without provision vm . ( comment out all chef references on Vagrantfile)
run offending command WITHOUT run apt-get update first.
If it fails, run apt-get update and fire up again.
This situation is common when package has been removed from repos, but your local cache have references to it.
2012/11/8 Nilesh lvnilesh@yahoo.com
I created a folder for vagrantVM, edited Vagrantfile to add solo recipes, created a cookbooks folder and cloned mysql, build-essential, openssl from https://github.com/opscode-cookbooks and then vagrant up but chef failed.
I created a folder for vagrantVM, edited Vagrantfile to add solo recipes,
created a cookbooks folder and cloned mysql, build-essential, openssl from https://github.com/opscode-cookbooks and then vagrant up but chef failed.
--
Joshua Buysse, System Engineer
College of Liberal Arts, Office of Information Technology
University of Minnesota
"On two occasions I have been asked, 'Pray, Mr. Babbage, if you
put into the machine wrong figures, will the right answers come
out?' I am not able rightly to apprehend the kind of confusion of
ideas that could provoke such a question."
When I have this kind of problem, first thing to test its simple:
vagrant up without provision vm . ( comment out all chef references on Vagrantfile)
run offending command WITHOUT run apt-get update first.
If it fails, run apt-get update and fire up again.
This situation is common when package has been removed from repos, but your local cache have references to it.
2012/11/8 Nilesh lvnilesh@yahoo.com
I created a folder for vagrantVM, edited Vagrantfile to add solo recipes, created a cookbooks folder and cloned mysql, build-essential, openssl from https://github.com/opscode-cookbooks and then vagrant up but chef failed.
--
Joshua Buysse, System Engineer
College of Liberal Arts, Office of Information Technology
University of Minnesota
"On two occasions I have been asked, 'Pray, Mr. Babbage, if you
put into the machine wrong figures, will the right answers come
out?' I am not able rightly to apprehend the kind of confusion of
ideas that could provoke such a question."
I created a folder for vagrantVM, edited Vagrantfile to add solo
recipes, created a cookbooks folder and cloned mysql, build-essential,
openssl from https://github.com/opscode-cookbooks and then vagrant up but
chef failed.