Skip to content

Instantly share code, notes, and snippets.

@whittle
Created April 11, 2012 23:59
Show Gist options
  • Save whittle/2363598 to your computer and use it in GitHub Desktop.
Save whittle/2363598 to your computer and use it in GitHub Desktop.
Chef fails to install mosh from source
[Wed, 11 Apr 2012 22:03:36 +0000] INFO: *** Chef 0.10.8 ***
[Wed, 11 Apr 2012 22:03:38 +0000] INFO: Run List is [recipe[getting-started], recipe[chef-client], recipe[aws], recipe[apt], recipe[mosh]]
[Wed, 11 Apr 2012 22:03:38 +0000] INFO: Run List expands to [getting-started, chef-client, aws, apt, mosh]
[Wed, 11 Apr 2012 22:03:38 +0000] INFO: Starting Chef Run for adranus
[Wed, 11 Apr 2012 22:03:38 +0000] INFO: Running start handlers
[Wed, 11 Apr 2012 22:03:38 +0000] INFO: Start handlers complete.
[Wed, 11 Apr 2012 22:03:41 +0000] INFO: Loading cookbooks [apt, aws, chef-client, getting-started, mosh]
[Wed, 11 Apr 2012 22:03:41 +0000] INFO: AptRepository light-weight provider already initialized -- overriding!
[Wed, 11 Apr 2012 22:03:41 +0000] INFO: AwsEbsVolume light-weight provider already initialized -- overriding!
[Wed, 11 Apr 2012 22:03:41 +0000] INFO: AwsElasticIp light-weight provider already initialized -- overriding!
[Wed, 11 Apr 2012 22:03:41 +0000] INFO: AptRepository light-weight resource already initialized -- overriding!
[Wed, 11 Apr 2012 22:03:41 +0000] INFO: AwsEbsVolume light-weight resource already initialized -- overriding!
[Wed, 11 Apr 2012 22:03:41 +0000] INFO: AwsElasticIp light-weight resource already initialized -- overriding!
[Wed, 11 Apr 2012 22:03:41 +0000] INFO: Processing gem_package[right_aws] action install (aws::default line 20)
[Wed, 11 Apr 2012 22:03:41 +0000] ERROR: Running exception handlers
[Wed, 11 Apr 2012 22:03:41 +0000] FATAL: Saving node information to /var/cache/chef/failed-run-data.json
[Wed, 11 Apr 2012 22:03:41 +0000] ERROR: Exception handlers complete
[Wed, 11 Apr 2012 22:03:41 +0000] ERROR: Chef::Exceptions::ResourceNotFound: Cannot find a resource matching bash[build-mosh] (did you define it first?)
[Wed, 11 Apr 2012 22:03:41 +0000] FATAL: Stacktrace dumped to /var/cache/chef/chef-stacktrace.out
[Wed, 11 Apr 2012 22:03:41 +0000] ERROR: Sleeping for 1800 seconds before trying again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment