Vagrant-Laravel-Stack
Vagrant-Laravel-Stack copied to clipboard
Chef::Exception::ChildConvergeError
Followed the instructions per readme, everything was going well until this popped up. I'm on a Macbook Pro running Mavericks (latest update) if that information is useful.
I'm not familiar with chef so I haven't the faintest on this one. I found this repo when looking for a laravel specific vagrantfil because mine was resulting in vagrant giving time out errors
LoadError
---------
cannot load such file -- ffi
Cookbook Trace:
---------------
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/iis/libraries/helper.rb:22:in `<top (required)>'
Relevant File Content:
----------------------
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/iis/libraries/helper.rb:
15: # Unless required by applicable law or agreed to in writing, software
16: # distributed under the License is distributed on an "AS IS" BASIS,
17: # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18: # See the License for the specific language governing permissions and
19: # limitations under the License.
20: #
21:
22>> require 'chef/win32/version'
23:
24: module Opscode::IIS
25: class Helper
26:
27: def self.older_than_windows2008r2?
28: win_version = Chef::ReservedNames::Win32::Version.new
29: win_version.windows_server_2008? ||
30: win_version.windows_vista? ||
31: win_version.windows_server_2003_r2? ||
[2013-12-21T13:12:23+00:00] ERROR: Running exception handlers
[2013-12-21T13:12:23+00:00] ERROR: Exception handlers complete
[2013-12-21T13:12:23+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
[2013-12-21T13:12:23+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Im getting the same error here - did you manage to solve this? Why the f is it trying to run IIS? Why is it installing IIS? Where is that coming from?
I don't have the faintest clue, I'm not knowledgeable enough with vagrant or Chef to have any idea. I ended up setting up the project I was working on with this and didn't have any trouble: https://github.com/bryannielsen/Laravel4-Vagrant
I went back to this tool in the end: https://puphpet.com
I was having the same error, fixed it by adding git repo address to Redisio.
were you guys able to solve this issue ? I am using opennebula as driver and getting this error