Hedgehog
Hedgehog
Given RVM allows you to trivially run several Rubies, and then gemsets under each Ruby, can we assume the monitoring of systems/ops is upto date, i.e. Ruby 1.9.2? Or is...
/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 `launch' from /usr/lib/ruby/gems/1.8/gems/sumo-0.2.3/bin/sumo:11:in `launch' from /usr/lib/ruby/gems/1.8/gems/sumo-0.2.3/bin/sumo:147:in `call' from /usr/lib/ruby/gems/1.8/gems/sumo-0.2.3/bin/sumo:147:in `task' from /usr/lib/ruby/gems/1.8/gems/sumo-0.2.3/bin/sumo:11:in `launch' from /usr/lib/ruby/gems/1.8/gems/thor-0.12.0/lib/thor/task.rb:37:in `send' from /usr/lib/ruby/gems/1.8/gems/thor-0.12.0/lib/thor/task.rb:37:in `run' from /usr/lib/ruby/gems/1.8/gems/thor-0.12.0/lib/thor/invocation.rb:108:in...
I found keypair.pem saved in ~/.sumo not ~/.ssh. This meant the sumo script hung at: ---> Acquire hostname... ec*.compute-1.amazonaws.com (28.8s) In a separate shell I had to copy the kepair...
Refactor Ports class per this discussion: https://github.com/hedgehog/cuken/pull/7#commitcomment-1525232
We seem to be having the same issue: https://github.com/mattwynne/cucover/issues/3
Please push 0.1.0 to rubygems
Doing ``` pushd /tmp git clone https://github.com/glejeune/Ruby-Graphviz.git pushd Ruby-Graphviz chruby ruby-2.2.2 bundle install --path vendor bundle exec rake ``` results in errors such as ``` Failure: got exception on sample74.rb:...
`vagrant 1.8.6` When Vagrant generates a private_key it has permissions that are too permissive for `ssh-keygen` ```` $ ssh-keygen -y -e -f /home/hedge/src/vpn/.vagrant/machines/ami/aws/private_key @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE!...
The following `vagrant up` works fine with non-OSE VirtualBox 4.0.4. Guest Additions were installed as described [here](http://hedgehogshiatus.com/upgrade-virtualbox-guest-additions-in-a-vargr) Nonetheless, perhaps OSE versions should be no-op (unsupported) since it seems the only...
``` config.vm.customize do |vm| vm.cpu_count = 6 vm.cpu.hotplug = true end $ vagrant unplugcpu 2 $ vagrant unplugcpu 3 $ vagrant unplugcpu 4 $ vagrant unplugcpu 5 $ vagrant plugcpu...