issues Search Results · repo:adamwiggins/sumo language:Ruby
Filter by
5 results
(55 ms)5 results
inadamwiggins/sumo (press backspace or delete to remove)I tried running the first command on the readme but it doesn t seem to work. Do I need to configure anything else?
%% sumo create mybox
Could not find task create .
michaelbarton
- Opened on Feb 19, 2010
- #5
I found keypair.pem saved in ~/.sumo not ~/.ssh. This meant the sumo script hung at:
pre --- Acquire hostname... ec*.compute-1.amazonaws.com (28.8s) /pre
In a separate shell I had to copy the kepair ...
hedgehog
- 1
- Opened on Dec 12, 2009
- #4
pre /usr/lib/ruby/gems/1.8/gems/amazon-ec2-0.7.5/lib/AWS/EC2/instances.rb:34:in run_instances : :group_id has been
deprecated. (AWS::ArgumentError) from /usr/lib/ruby/gems/1.8/gems/sumo-0.2.3/bin/../lib/sumo.rb:15:in ...
hedgehog
- 3
- Opened on Dec 12, 2009
- #3
If thor and amazon-ec2 gems are needed, they should be listed in the gemspec file:
Gem::Specification.new do |s|
# ...
s.add_dependency amazon-ec2
s.add_dependency thor
# ...
end
delagoya
- 4
- Opened on Sep 21, 2009
- #2
See :
http://github.com/adamwiggins/sumo/blob/17696afb195591548bb623ccbbda24eb05666dad/lib/sumo.rb#L20
Line 20 contains an extra comma, which results in the failure:
glenn@macbook-pro ~$ sumo help
/Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in ...
grempe
- 1
- Opened on Sep 10, 2009
- #1

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.