Created
September 27, 2012 20:22
-
-
Save btm/3796245 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| btm@btm-mbp-dev:~/devel/platform/opscode-btm/cookbooks [master] $ knife cookbook upload bash | |
| Uploading bash [0.1.0] | |
| ERROR: Server returned error for https://api.opscode.com/organizations/opscode-btm/cookbooks/bash/0.1.0, retrying 1/5 in 3s | |
| ERROR: Server returned error for https://api.opscode.com/organizations/opscode-btm/cookbooks/bash/0.1.0, retrying 2/5 in 5s | |
| Uploaded 1 cookbook. | |
| $ knife node run list add btm-mbp-dev.foo.org recipe[bash] | |
| ERROR: Server returned error for https://api.opscode.com/organizations/opscode-btm/nodes/btm-mbp-dev.foo.org, retrying 1/5 in 3s | |
| run_list: | |
| recipe[deploy] | |
| recipe[bash] | |
| $ sudo chef-client | |
| [sudo] password for btm: | |
| [2012-09-27T13:21:06-07:00] INFO: *** Chef 10.14.4.rc.0 *** | |
| [2012-09-27T13:21:07-07:00] INFO: Run List is [recipe[deploy], recipe[bash]] | |
| [2012-09-27T13:21:07-07:00] INFO: Run List expands to [deploy, bash] | |
| [2012-09-27T13:21:07-07:00] INFO: Starting Chef Run for btm-mbp-dev.foo.org | |
| [2012-09-27T13:21:07-07:00] INFO: Running start handlers | |
| [2012-09-27T13:21:07-07:00] INFO: Start handlers complete. | |
| [2012-09-27T13:21:10-07:00] INFO: HTTP Request Returned 500 Internal Server Error: 500 Internal Server Error | |
| [2012-09-27T13:21:10-07:00] ERROR: Server returned error for https://api.opscode.com/organizations/opscode-btm/environments/_default/cookbook_versions, retrying 1/5 in 4s | |
| [2012-09-27T13:21:14-07:00] INFO: HTTP Request Returned 403 Forbidden: Must have READ permission on bash cookbook | |
| ================================================================================ | |
| Error Resolving Cookbooks for Run List: | |
| ================================================================================ | |
| Authorization Error | |
| ------------------- | |
| This client is not authorized to read some of the information required to | |
| access its coobooks (HTTP 403). | |
| To access its cookbooks, a client needs to be able to read its environment and | |
| all of the cookbooks in its expanded run list. | |
| Expanded Run List: | |
| ------------------ | |
| * deploy | |
| * bash | |
| Server Response: | |
| ---------------- | |
| Must have READ permission on bash cookbook | |
| [2012-09-27T13:21:14-07:00] ERROR: Running exception handlers | |
| [2012-09-27T13:21:14-07:00] FATAL: Saving node information to /var/chef/cache/failed-run-data.json | |
| [2012-09-27T13:21:14-07:00] ERROR: Exception handlers complete | |
| [2012-09-27T13:21:14-07:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out | |
| [2012-09-27T13:21:14-07:00] FATAL: Net::HTTPServerException: 403 "Forbidden" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment