Created
April 29, 2013 20:43
-
-
Save maplebed/5484631 to your computer and use it in GitHub Desktop.
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
:( ( 04/29/13@ 1:41PM )( ben@BenH ):~chef/cookbooks/ganglia_parse@master✗ ✭ | |
➜ berks update 1 | |
Using ganglia (0.1.2) at path: '/Users/ben/git/chef-repo/cookbooks/ganglia' | |
Using ganglia_parse (0.1.0) at path: '/Users/ben/git/chef-repo/cookbooks/ganglia_parse' | |
Using graphite (0.4.2) | |
Using python (1.2.2) | |
Using build-essential (1.4.0) | |
Using yum (2.2.0) | |
Using apache2 (1.6.2) | |
Using runit (0.16.2) | |
Using memcached (1.3.0) | |
:) ( 04/29/13@ 1:41PM )( ben@BenH ):~chef/cookbooks/ganglia_parse@master✗ ✭ | |
➜ vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
[default] Importing base box 'precise64'... | |
[default] Matching MAC address for NAT networking... | |
[default] Setting the name of the VM... | |
[default] Clearing any previously set forwarded ports... | |
[Berkshelf] This version of the Berkshelf plugin has not been fully tested on this version of Vagrant. | |
[Berkshelf] You should check for a newer version of vagrant-berkshelf. | |
[Berkshelf] If you encounter any errors with this version, please report them at https://github.com/RiotGames/vagrant-berkshelf/issues | |
[Berkshelf] You can also join the discussion in #berkshelf on Freenode. | |
[Berkshelf] Updating Vagrant's berkshelf: '/Users/ben/.berkshelf/vagrant/berkshelf-20130429-22062-l07wz2' | |
[Berkshelf] Using ganglia (0.1.2) at path: '/Users/ben/git/chef-repo/cookbooks/ganglia' | |
[Berkshelf] Using ganglia_parse (0.1.0) at path: '/Users/ben/git/chef-repo/cookbooks/ganglia_parse' | |
[Berkshelf] Using graphite (0.4.2) | |
[Berkshelf] Using python (1.2.2) | |
[Berkshelf] Using build-essential (1.4.0) | |
[Berkshelf] Using yum (2.2.0) | |
[Berkshelf] Using apache2 (1.6.2) | |
[Berkshelf] Using runit (0.16.2) | |
[Berkshelf] Using memcached (1.3.0) | |
[default] Fixed port collision for 22 => 2222. Now on port 2203. | |
[default] Creating shared folders metadata... | |
[default] Clearing any previously set network interfaces... | |
[default] Preparing network interfaces based on configuration... | |
[default] Forwarding ports... | |
[default] -- 22 => 2203 (adapter 1) | |
[default] Booting VM... | |
[default] Waiting for VM to boot. This can take a few minutes. | |
[default] VM booted and ready for use! | |
[default] Setting hostname... | |
[default] Configuring and enabling network interfaces... | |
[default] Mounting shared folders... | |
[default] -- /vagrant | |
[default] -- /tmp/vagrant-chef-1/chef-solo-1/cookbooks | |
[default] Running provisioner: chef_solo... | |
Generating chef JSON and uploading... | |
Running chef-solo... | |
stdin: is not a tty | |
[2013-04-29T20:41:57+00:00] INFO: *** Chef 10.14.2 *** | |
[2013-04-29T20:41:58+00:00] INFO: Setting the run_list to ["recipe[ganglia_parse::default]"] from JSON | |
[2013-04-29T20:41:58+00:00] INFO: Run List is [recipe[ganglia_parse::default]] | |
[2013-04-29T20:41:58+00:00] INFO: Run List expands to [ganglia_parse::default] | |
[2013-04-29T20:41:58+00:00] INFO: Starting Chef Run for ganglia-parse-berkshelf | |
[2013-04-29T20:41:58+00:00] INFO: Running start handlers | |
[2013-04-29T20:41:58+00:00] INFO: Start handlers complete. | |
[2013-04-29T20:41:58+00:00] WARN: Failed to read the private key /etc/chef/client.pem: #<Errno::ENOENT: No such file or directory - /etc/chef/client.pem> | |
================================================================================ | |
Recipe Compile Error in /tmp/vagrant-chef-1/chef-solo-1/cookbooks/ganglia_parse/recipes/default.rb | |
================================================================================ | |
Chef::Exceptions::PrivateKeyMissing | |
----------------------------------- | |
I cannot read /etc/chef/client.pem, which you told me to use to sign requests! | |
Cookbook Trace: | |
--------------- | |
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/ganglia/recipes/default.rb:56:in `from_file' | |
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/ganglia_parse/recipes/default.rb:32:in `from_file' | |
Relevant File Content: | |
---------------------- | |
/tmp/vagrant-chef-1/chef-solo-1/cookbooks/ganglia/recipes/default.rb: | |
1: # | |
2: # Cookbook Name:: ganglia | |
3: # Recipe:: default | |
4: # | |
5: # Copyright 2011, Heavy Water Software Inc. | |
6: # | |
7: # Licensed under the Apache License, Version 2.0 (the "License"); | |
8: # you may not use this file except in compliance with the License. | |
9: # You may obtain a copy of the License at | |
[2013-04-29T20:41:58+00:00] ERROR: Running exception handlers | |
[2013-04-29T20:41:58+00:00] ERROR: Exception handlers complete | |
[2013-04-29T20:41:58+00:00] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out | |
[2013-04-29T20:41:58+00:00] FATAL: Chef::Exceptions::PrivateKeyMissing: I cannot read /etc/chef/client.pem, which you told me to use to sign requests! | |
Chef never successfully completed! Any errors should be visible in the | |
output above. Please fix your recipes so that they properly complete. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment