msonnabaum / drupalcon-training-chef-repo

Chef repo for the Drupalcon Performance and Scalability training
25 stars 5 forks source link

Invalid gemspec errors #1

Open brockfanning opened 12 years ago

brockfanning commented 12 years ago

Hi, I attended the training at DrupalCon Denver and was hoping to recreate the steps. I can get this far:

wget -O - https://raw.github.com/msonnabaum/drupalcon-training-chef-repo/master/bootstrap-server.sh | sh apt-get upgrade git clone git://github.com/msonnabaum/drupalcon-training-chef-repo.git cd drupalcon-training-chef-repo chef-solo -c config/solo.rb -j config/run_list.json

But when I run the chef-solo command, it gives me some errors:

Invalid gemspec in [/var/lib/gems/1.8/specifications/mixlib-shellout-1.0.0.rc.1.gemspec]: invalid date format in specification: "2011-12-06 00:00:00.000000000Z" Invalid gemspec in [/var/lib/gems/1.8/specifications/mime-types-1.18.gemspec]: invalid date format in specification: "2012-03-21 00:00:00.000000000Z" Invalid gemspec in [/var/lib/gems/1.8/specifications/json-1.6.1.gemspec]: invalid date format in specification: "2011-09-18 00:00:00.000000000Z" /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:53:in gem_original_require': no such file to load -- mixlib/shellout/exceptions (LoadError) from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:53:inrequire' from /var/lib/gems/1.8/gems/chef-0.10.10/bin/../lib/chef/exceptions.rb:95 from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:53:in gem_original_require' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:53:inrequire' from /var/lib/gems/1.8/gems/chef-0.10.10/bin/../lib/chef.rb:22 from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:53:in gem_original_require' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:53:inrequire' from /var/lib/gems/1.8/gems/chef-0.10.10/bin/../lib/chef/application/solo.rb:19 from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:53:in gem_original_require' from /usr/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:53:inrequire' from /var/lib/gems/1.8/gems/chef-0.10.10/bin/chef-solo:23 from /usr/local/bin/chef-solo:19:in `load' from /usr/local/bin/chef-solo:19

Any advice you can give is much appreciated! This is using Ubuntu 11.10.