Created
June 26, 2011 12:14
-
-
Save hedgehog/1047565 to your computer and use it in GitHub Desktop.
Chef server install via Chef-solo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generated at 2011-06-26 11:49:03 +0000 | |
Chef::Exceptions::Exec: service[chef-expander] (chef-server::rubygems-install line 142) had an error: /usr/bin/chpst -u root /usr/bin/sv restart /etc/service/chef-expander returned 1, expected 0 | |
---- Begin output of /usr/bin/chpst -u root /usr/bin/sv restart /etc/service/chef-expander ---- | |
STDOUT: timeout: run: /etc/service/chef-expander: (pid 8227) 130s, got TERMSTDERR: | |
---- End output of /usr/bin/chpst -u root /usr/bin/sv restart /etc/service/chef-expander ---- | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/mixin/command.rb:185:in `handle_command_failures' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/mixin/command.rb:132:in `run_command' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/provider/service/simple.rb:98:in `restart_service' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/provider/service/init.rb:51:in `restart_service' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/provider/service.rb:78:in `action_restart' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/resource.rb:417:in `run_action' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/runner.rb:45:in `run_action' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/runner.rb:86:in `block in converge' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/runner.rb:82:in `each' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/runner.rb:82:in `converge' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/client.rb:312:in `converge' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/client.rb:160:in `run' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/application/solo.rb:192:in `block in run_application' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/application/solo.rb:183:in `loop' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/application/solo.rb:183:in `run_application' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/lib/chef/application.rb:66:in `run' | |
/usr/lib/ruby/gems/1.9.2-p180/gems/chef-0.10.0/bin/chef-solo:25:in `<top (required)>' | |
/usr/bin/chef-solo:19:in `load' | |
/usr/bin/chef-solo:19:in `<main>' | |
/var/cache/chef-solo/chef-stacktrace.out (END) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment