Skip to content

Instantly share code, notes, and snippets.

@trobrock
Last active August 29, 2015 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trobrock/e03e2b37b7ff9de9c440 to your computer and use it in GitHub Desktop.
Save trobrock/e03e2b37b7ff9de9c440 to your computer and use it in GitHub Desktop.
Waiting for sshd
done
Connecting to 74.207.242.176
Get:1 http://mirrors.linode.com lucid Release.gpg [189B]
Ign http://mirrors.linode.com/ubuntu/ lucid/main Translation-en_US
Ign http://mirrors.linode.com/ubuntu/ lucid/restricted Translation-en_US
Ign http://mirrors.linode.com/ubuntu/ lucid/universe Translation-en_US
Ign http://mirrors.linode.com/ubuntu/ lucid/multiverse Translation-en_US
Get:2 http://mirrors.linode.com lucid-updates Release.gpg [198B]
Ign http://mirrors.linode.com/ubuntu/ lucid-updates/main Translation-en_US
-> % knife --version
Chef: 11.14.0.rc.2
-> % knife linode server create -r 'recipe[greenbits-squash]' --linode-image 65 --linode-datacenter 3 --linode-flavor 1 --linode-node-name squash -N squash
173.230.151.138 Compiling Cookbooks...
173.230.151.138
173.230.151.138 ================================================================================
173.230.151.138 Recipe Compile Error in /var/chef/cache/cookbooks/mysql/libraries/provider_mysql_service_rhel.rb
173.230.151.138 ================================================================================
173.230.151.138
173.230.151.138
173.230.151.138 NoMethodError
173.230.151.138 -------------
173.230.151.138 undefined method `require_relative' for main:Object
173.230.151.138
173.230.151.138
173.230.151.138 Cookbook Trace:
173.230.151.138 ---------------
173.230.151.138 /var/chef/cache/cookbooks/mysql/libraries/provider_mysql_service_rhel.rb:3
173.230.151.138
173.230.151.138
173.230.151.138 Relevant File Content:
173.230.151.138 ----------------------
173.230.151.138 /var/chef/cache/cookbooks/mysql/libraries/provider_mysql_service_rhel.rb:
173.230.151.138
173.230.151.138 1: require 'chef/provider/lwrp_base'
173.230.151.138 2: require 'shellwords'
173.230.151.138 3>> require_relative 'helpers'
173.230.151.138 4:
173.230.151.138 5: extend Opscode::Mysql::Helpers
173.230.151.138 6:
173.230.151.138 7: class Chef
173.230.151.138 8: class Provider
173.230.151.138 9: class MysqlService
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment