This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-> % 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