Skip to content

Instantly share code, notes, and snippets.

Created August 20, 2009 08:25
Show Gist options
  • Select an option

  • Save anonymous/170911 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/170911 to your computer and use it in GitHub Desktop.
/usr/lib/ruby/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:57:in `initialize': getaddrinfo: Name or service not known (SocketError)
from /usr/lib/ruby/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:57:in `open'
from /usr/lib/ruby/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:57:in `socket'
from /usr/lib/ruby/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:42:in `initialize'
from /usr/lib/ruby/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:47:in `new'
from /usr/lib/ruby/gems/1.8/gems/stomp-1.1/lib/stomp/connection.rb:47:in `open'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.4/lib/chef/queue.rb:41:in `connect'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.4/lib/chef/application/indexer.rb:85:in `setup_application'
from /usr/lib/ruby/gems/1.8/gems/chef-0.7.4/lib/chef/application.rb:56:in `run'
from /usr/lib/ruby/gems/1.8/gems/chef-server-0.7.4/bin/chef-indexer:26
from /usr/bin/chef-indexer:19:in `load'
from /usr/bin/chef-indexer:19
server.rb:
log_level :info
log_location "/var/log/chef/server.log"
ssl_verify_mode :verify_none
registration_url "https://vm0000190.sina.com.cn"
openid_url "https://vm0000190.sina.com.cn:444"
template_url "https://vm0000190.sina.com.cn"
remotefile_url "https://vm0000190.sina.com.cn"
search_url "https://vm0000190.sina.com.cn"
role_url "https://vm0000190.sina.com.cn"
validation_token "pYweJn1sGWC0TN2TQ6nL"
cookbook_path [ "/srv/chef/site-cookbooks", "/srv/chef/cookbooks" ]
file_store_path "/srv/chef/file_store"
file_cache_path "/srv/chef/cache"
node_path "/srv/chef/nodes"
openid_store_path "/srv/chef/openid/store"
openid_cstore_path "/srv/chef/openid/cstore"
search_index_path "/srv/chef/search_index"
role_path "/srv/chef/roles"
# uncomment and modify to allow specific openid providers
authorized_openid_providers [ "http://openid.35.com", "http://openid", "35.com" ]
# uncomment and modify to lock down openid identifiers, ie 'some_user.myopenid.com'
authorized_openid_identifiers [ "jewforice.openid.35.com", "http://jewforice.openid.35.com" ]
Chef::Log::Formatter.show_time = true
~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment