Created
August 26, 2010 22:35
-
-
Save Aslan/552390 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
2010-08-26_22:33:34.25302 /usr/local/lib/site_ruby/1.8/rubygems.rb:233:in `activate': can't activate json (<= 1.4.2, runtime) for ["ohai-0.5.6", "chef-0.8.10"], already activated json-1.4.6 for ["chef-server-0.8.10"] (Gem::LoadError) | |
2010-08-26_22:33:34.25306 from /usr/local/lib/site_ruby/1.8/rubygems.rb:249:in `activate' | |
2010-08-26_22:33:34.25307 from /usr/local/lib/site_ruby/1.8/rubygems.rb:248:in `each' | |
2010-08-26_22:33:34.25308 from /usr/local/lib/site_ruby/1.8/rubygems.rb:248:in `activate' | |
2010-08-26_22:33:34.25309 from /usr/local/lib/site_ruby/1.8/rubygems.rb:249:in `activate'2010-08-26_22:33:34.25310 from /usr/local/lib/site_ruby/1.8/rubygems.rb:248:in `each' | |
2010-08-26_22:33:34.25311 from /usr/local/lib/site_ruby/1.8/rubygems.rb:248:in `activate' | |
2010-08-26_22:33:34.25311 from /usr/local/lib/site_ruby/1.8/rubygems.rb:1082:in `gem' | |
2010-08-26_22:33:34.25312 from /usr/lib/ruby/gems/1.8/gems/chef-server-0.8.10/bin/chef-server:39 | |
2010-08-26_22:33:34.25312 from /usr/bin/chef-server:19:in `load' | |
2010-08-26_22:33:34.25313 from /usr/bin/chef-server:19 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo gem uninstall -aIx json -v 1.4.6
sudo gem install json -v 1.4.2