Guest User

Untitled

a guest
Jan 22nd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. r = gem_package "ruby-debug" do
  2. action :nothing
  3. end
  4.  
  5. r.run_action(:install)
  6. Gem.clear_paths
  7. require 'ruby-debug'
  8. debugger
  9.  
  10. -----------------------------
  11. [Mon, 12 Sep 2011 12:26:01 -0700] INFO: Starting Chef Solo Run
  12. /usr/local/ey_resin/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- ruby-debug (LoadError)
  13. from /usr/local/ey_resin/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
  14. from /etc/chef-custom/recipes/cookbooks/mongodb_sharding/recipes/default.rb:120:in `from_file'
  15. from /usr/local/ey_resin/ruby/lib/ruby/gems/1.8/gems/chef-0.6.0.2/lib/chef/cookbook.rb:139:in `load_recipe'
  16. from /usr/local/ey_resin/ruby/lib/ruby/gems/1.8/gems/chef-0.6.0.2/lib/chef/recipe.rb:76:in `include_recipe'
  17. from /usr/local/ey_resin/ruby/lib/ruby/gems/1.8/gems/chef-0.6.0.2/lib/chef/recipe.rb:63:in `each'
  18. from /usr/local/ey_resin/ruby/lib/ruby/gems/1.8/gems/chef-0.6.0.2/lib/chef/recipe.rb:63:in `include_recipe'
  19. from /usr/local/ey_resin/ruby/lib/ruby/gems/1.8/gems/chef-0.6.0.2/lib/chef/recipe.rb:82:in `require_recipe'
  20. from /etc/chef-custom/recipes/cookbooks/main/recipes/default.rb:5:in `from_file'
  21. from /usr/local/ey_resin/ruby/lib/ruby/gems/1.8/gems/chef-0.6.0.2/lib/chef/cookbook.rb:139:in `load_recipe'
  22. from /usr/local/ey_resin/ruby/lib/ruby/gems/1.8/gems/chef-0.6.0.2/lib/chef/compile.rb:109:in `load_recipes'
  23. from /usr/local/ey_resin/ruby/lib/ruby/gems/1.8/gems/chef-0.6.0.2/lib/chef/compile.rb:101:in `each'
  24. from /usr/local/ey_resin/ruby/lib/ruby/gems/1.8/gems/chef-0.6.0.2/lib/chef/compile.rb:101:in `load_recipes'
  25. from /usr/local/ey_resin/ruby/lib/ruby/gems/1.8/gems/chef-0.6.0.2/lib/chef/client.rb:344:in `converge'
  26. from /usr/local/ey_resin/ruby/lib/ruby/gems/1.8/gems/chef-0.6.0.2/lib/chef/client.rb:96:in `run_solo'
  27. from /usr/local/ey_resin/ruby/lib/ruby/gems/1.8/gems/chef-0.6.0.2/bin/chef-solo:94
  28. from /usr/local/ey_resin/ruby/bin/chef-solo:19:in `load'
  29. from /usr/local/ey_resin/ruby/bin/chef-solo:19
Add Comment
Please, Sign In to add comment