Created
April 23, 2010 19:08
-
-
Save cwjohnston/377012 to your computer and use it in GitHub Desktop.
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
root@chef:~# /etc/init.d/chef-solr start | |
* Starting chef-solr chef-solr | |
[Fri, 23 Apr 2010 19:08:13 +0000] INFO: About to change privilege to chef:chef | |
/usr/lib/ruby/1.8/ohai/system.rb:120:in `join': can't convert nil into String (TypeError) | |
from /usr/lib/ruby/1.8/ohai/system.rb:120:in `all_plugins' | |
from /usr/lib/ruby/1.8/ohai/system.rb:117:in `each' | |
from /usr/lib/ruby/1.8/ohai/system.rb:117:in `all_plugins' | |
from /usr/lib/ruby/1.8/chef/client.rb:121:in `run_ohai' | |
from /usr/lib/ruby/1.8/chef/client.rb:126:in `determine_node_name' | |
from /usr/lib/ruby/1.8/chef/client.rb:147:in `build_node' | |
from /usr/share/chef-solr/lib/chef/solr/application/solr.rb:125:in `setup_application' | |
from /usr/lib/ruby/1.8/chef/application.rb:56:in `run' | |
from /usr/sbin/chef-solr:26 | |
...fail! |
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
root@chef:~# ohai hostname | |
[ | |
"chef" | |
] | |
root@chef:~# ohai fqdn | |
[ | |
"chef.drp.es.bluecoat.com" | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment