Skip to content

Instantly share code, notes, and snippets.

View kelp's full-sized avatar

Travis Cole kelp

View GitHub Profile

Keybase proof

I hereby claim:

  • I am kelp on github.
  • I am kelp (https://keybase.io/kelp) on keybase.
  • I have a public key ASC89iGtcYmhfrd3cH3JSwYGBybeNGlEIi7cAbMXkMGBCgo

To claim this, I am signing this object:

#!/bin/bash
# Discover what sort of system we're on
case "$OS" in
Darwin)
darwin_bootstrap
;;
Linux)
linux_bootstrap
;;
4:20PM <kelp@kelp-mac:~/chef-repo 1 %> knife ec2 server list
DEBUG: Using configuration from /Users/kelp/chef-repo/.chef/knife.rb
[WARN] Fog::AWS::Compute.new is deprecated, use Fog::Compute.new(:provider => 'AWS') instead (/Users/kelp/.rvm/gems/ruby-1.8.7-p334/gems/fog-0.7.2/lib/fog/core/service.rb:58:in `new')
[WARN] Fog::AWS::Compute::Server => #ip_address is deprecated, use #public_ip_address instead (/Users/kelp/.rvm/gems/ruby-1.8.7-p334/gems/fog-0.7.2/lib/fog/compute/models/aws/server.rb:9)
[WARN] Fog::AWS::Compute::Server => #ip_address is deprecated, use #public_ip_address instead (/Users/kelp/.rvm/gems/ruby-1.8.7-p334/gems/fog-0.7.2/lib/fog/compute/models/aws/server.rb:9)
[WARN] Fog::AWS::Compute::Server => #ip_address is deprecated, use #public_ip_address instead (/Users/kelp/.rvm/gems/ruby-1.8.7-p334/gems/fog-0.7.2/lib/fog/compute/models/aws/server.rb:9)
[WARN] Fog::AWS::Compute::Server => #ip_address is deprecated, use #public_ip_address instead (/Users/kelp/.rvm/gems/ruby-1.8.7-p334/g
kelp@one:~/chef-repo$ knife ec2 server list
ERROR: knife encountered an unexpected error
This may be a bug in the 'ec2 server list' knife command or plugin
Exception: NoMethodError: undefined method `encoding' for [{}]:Array
4:31PM <kelp@kelp-mac:~/chef-repo 2 %> knife ec2 server list
ERROR: knife encountered an unexpected error
This may be a bug in the 'ec2 server list' knife command or plugin
Exception: NoMethodError: private method `scan' called for {}:Hash
3:59PM <kelp@kelp-mac:~/chef-repo 100 %> knife ec2 server create 'role[base]' -f m1.small -i ami-3e02f257 --prerelease --subnet vpc-6168f708 --region us-east-1
ERROR: knife encountered an unexpected error
This may be a bug in the 'ec2 server create' knife command or plugin
Exception: NoMethodError: undefined method `root_device_type' for nil:NilClass
Process: Python [84172]
Path: /opt/local/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
Identifier: Python
Version: ??? (???)
Code Type: X86-64 (Native)
Parent Process: zsh [7421]
Date/Time: 2011-04-04 12:23:28.306 -0700
OS Version: Mac OS X 10.6.7 (10J869)
Report Version: 6
tell application "iTerm"
activate
set newterm to (make new terminal)
tell newterm
launch session "Default Session"
launch session "Default Session"
launch session "Default Session"
launch session "Default Session"
tell the first session
#!/usr/bin/env bash
#
# Setup a proceess to run from runit in the ilike users home dir
#
# For more information about runit see: http://smarden.org/runit/
#
export SVDIR=~/service/
progname=$(basename $0)
#### Contents of the preconfiguration file
### Localization
# Locale sets language and country.
d-i debian-installer/locale string en_US
# Keyboard selection.
# Disable automatic (interactive) keymap detection.
d-i console-setup/ask_detect boolean false
d-i console-setup/layoutcode string us