Skip to content

Instantly share code, notes, and snippets.

@7hunderbird
Created August 3, 2009 20:34
Show Gist options
  • Save 7hunderbird/160817 to your computer and use it in GitHub Desktop.
Save 7hunderbird/160817 to your computer and use it in GitHub Desktop.
INFO: [Begin] Chef converge of Amazon instance: i-4f6a7e26
INFO: Removing cookbooks
INFO: Installing main recipes
INFO: Getting instance's json dna
INFO: Writing json dna to file system
INFO: Running Chef solo
INFO: Starting Chef Solo Run
INFO: Gem: rails:2.3.3 already installed, skipping
INFO: Applying Recipe: nginx
INFO: Applying Recipe: memcached
INFO: Making monitrc for: memcached
INFO: http_request[reporting for users] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"processing users"} successful
INFO: Ran execute[update-username] successfully
INFO: Ran execute[chown homedir to user] successfully
INFO: Ran execute[add framework env to /etc/profile] successfully
INFO: Ran execute[emerge-sync] successfully
INFO: http_request[reporting for ssh keys] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"processing ssh keys"} successful
INFO: Setting mode to 755 for directory[/home/deploy/.ssh]
INFO: Ran execute[copy-ssh-keys-for-deploy] successfully
INFO: Ran execute[copy-ssh-keys-for-root] successfully
INFO: http_request[reporting for monit] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"processing monit"} successful
INFO: Ran execute[fix the permissions] successfully
INFO: http_request[reporting for packages] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"processing unix packages"} successful
INFO: http_request[reporting for each package] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"processing package: app-misc/sphinx"} successful
INFO: http_request[reporting for rubygems] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"processing rubygems"} successful
INFO: http_request[reporting for nginx] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"processing nginx"} successful
INFO: http_request[reporting for nginx-passenger] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"processing nginx-passenger"} successful
INFO: Ran execute[remove /etc/nginx] successfully
INFO: Creating a symbolic link from /data/nginx -> /etc/nginx for link[/etc/nginx]
INFO: Ran execute[ensure-no-old-ssl-vhosts-for-ThinkingAboutSphinx] successfully
INFO: Ran execute[restart-nginx] successfully
INFO: http_request[reporting for deploy keys] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"processing deploy keys"} successful
INFO: Setting mode to 700 for directory[/home/deploy/.ssh]
INFO: Ran execute[add-deploy-key-for-ThinkingAboutSphinx] successfully
INFO: http_request[reporting for mysql] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"processing mysql"} successful
INFO: Ran execute[set-root-mysql-pass] successfully
INFO: Creating template[/tmp/create.ThinkingAboutSphinx.sql] at /tmp/create.ThinkingAboutSphinx.sql
INFO: Setting owner to 0 for template[/tmp/create.ThinkingAboutSphinx.sql]
INFO: Setting group to 0 for template[/tmp/create.ThinkingAboutSphinx.sql]
INFO: Setting mode to 644 for template[/tmp/create.ThinkingAboutSphinx.sql]
INFO: Ran execute[create-database-for-ThinkingAboutSphinx] successfully
INFO: http_request[reporting for backups] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"processing backups"} successful
INFO: http_request[reporting for collectd] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"processing performance monitoring"} successful
INFO: Ran execute[ensure-collectd-has-fresh-config] successfully
INFO: http_request[reporting for memcached] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"processing memcached"} successful
INFO: Ran execute[clearing old crons] successfully
INFO: Added cron 'eybackup'
INFO: Added cron 'ey-snapshots'
INFO: http_request[reporting for deploying: ThinkingAboutSphinx] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"deploying ThinkingAboutSphinx"} successful
INFO: Running a new deploy
to: /data/ThinkingAboutSphinx
repo: git@github.com:filmprog/ThinkingAboutSphinx.git
INFO: ensuring proper ownership
DEBUG: Executing chown -R deploy:deploy /data/ThinkingAboutSphinx
DEBUG: ---- Begin output of chown -R deploy:deploy /data/ThinkingAboutSphinx ----
DEBUG: STDOUT:
DEBUG: STDERR:
DEBUG: ---- End output of chown -R deploy:deploy /data/ThinkingAboutSphinx ----
DEBUG: Ran chown -R deploy:deploy /data/ThinkingAboutSphinx returned 0
INFO: deploying branch: HEAD rev: c36291fda07a5adb3933b77b875a3af04a909042
INFO: updating the cached checkout
DEBUG: Executing if [ -d /data/ThinkingAboutSphinx/shared/cached-copy ]; then cd /data/ThinkingAboutSphinx/shared/cached-copy && sudo -u deploy git fetch origin && sudo -u deploy git reset --hard c36291fda07a5adb3933b77b875a3af04a909042 && sudo -u deploy git submodule init && sudo -u deploy git submodule update; else sudo -u deploy git clone git@github.com:filmprog/ThinkingAboutSphinx.git /data/ThinkingAboutSphinx/shared/cached-copy && cd /data/ThinkingAboutSphinx/shared/cached-copy && sudo -u deploy git checkout -b deploy c36291fda07a5adb3933b77b875a3af04a909042 && sudo -u deploy git submodule init && sudo -u deploy git submodule update; fi
DEBUG: ---- Begin output of if [ -d /data/ThinkingAboutSphinx/shared/cached-copy ]; then cd /data/ThinkingAboutSphinx/shared/cached-copy && sudo -u deploy git fetch origin && sudo -u deploy git reset --hard c36291fda07a5adb3933b77b875a3af04a909042 && sudo -u deploy git submodule init && sudo -u deploy git submodule update; else sudo -u deploy git clone git@github.com:filmprog/ThinkingAboutSphinx.git /data/ThinkingAboutSphinx/shared/cached-copy && cd /data/ThinkingAboutSphinx/shared/cached-copy && sudo -u deploy git checkout -b deploy c36291fda07a5adb3933b77b875a3af04a909042 && sudo -u deploy git submodule init && sudo -u deploy git submodule update; fi ----
DEBUG: STDOUT: HEAD is now at c36291f added posts scaffold
DEBUG: STDERR:
DEBUG: ---- End output of if [ -d /data/ThinkingAboutSphinx/shared/cached-copy ]; then cd /data/ThinkingAboutSphinx/shared/cached-copy && sudo -u deploy git fetch origin && sudo -u deploy git reset --hard c36291fda07a5adb3933b77b875a3af04a909042 && sudo -u deploy git submodule init && sudo -u deploy git submodule update; else sudo -u deploy git clone git@github.com:filmprog/ThinkingAboutSphinx.git /data/ThinkingAboutSphinx/shared/cached-copy && cd /data/ThinkingAboutSphinx/shared/cached-copy && sudo -u deploy git checkout -b deploy c36291fda07a5adb3933b77b875a3af04a909042 && sudo -u deploy git submodule init && sudo -u deploy git submodule update; fi ----
DEBUG: Ran if [ -d /data/ThinkingAboutSphinx/shared/cached-copy ]; then cd /data/ThinkingAboutSphinx/shared/cached-copy && sudo -u deploy git fetch origin && sudo -u deploy git reset --hard c36291fda07a5adb3933b77b875a3af04a909042 && sudo -u deploy git submodule init && sudo -u deploy git submodule update; else sudo -u deploy git clone git@github.com:filmprog/ThinkingAboutSphinx.git /data/ThinkingAboutSphinx/shared/cached-copy && cd /data/ThinkingAboutSphinx/shared/cached-copy && sudo -u deploy git checkout -b deploy c36291fda07a5adb3933b77b875a3af04a909042 && sudo -u deploy git submodule init && sudo -u deploy git submodule update; fi returned 0
INFO: copying the cached version to /data/ThinkingAboutSphinx/releases/20090803200441
DEBUG: Executing cp -RPp /data/ThinkingAboutSphinx/shared/cached-copy /data/ThinkingAboutSphinx/releases/20090803200441 && (echo c36291fda07a5adb3933b77b875a3af04a909042 > /data/ThinkingAboutSphinx/releases/20090803200441/REVISION)
DEBUG: ---- Begin output of cp -RPp /data/ThinkingAboutSphinx/shared/cached-copy /data/ThinkingAboutSphinx/releases/20090803200441 && (echo c36291fda07a5adb3933b77b875a3af04a909042 > /data/ThinkingAboutSphinx/releases/20090803200441/REVISION) ----
DEBUG: STDOUT:
DEBUG: STDERR:
DEBUG: ---- End output of cp -RPp /data/ThinkingAboutSphinx/shared/cached-copy /data/ThinkingAboutSphinx/releases/20090803200441 && (echo c36291fda07a5adb3933b77b875a3af04a909042 > /data/ThinkingAboutSphinx/releases/20090803200441/REVISION) ----
DEBUG: Ran cp -RPp /data/ThinkingAboutSphinx/shared/cached-copy /data/ThinkingAboutSphinx/releases/20090803200441 && (echo c36291fda07a5adb3933b77b875a3af04a909042 > /data/ThinkingAboutSphinx/releases/20090803200441/REVISION) returned 0
DEBUG: Executing chown -R deploy:deploy /data/ThinkingAboutSphinx
DEBUG: ---- Begin output of chown -R deploy:deploy /data/ThinkingAboutSphinx ----
DEBUG: STDOUT:
DEBUG: STDERR:
DEBUG: ---- End output of chown -R deploy:deploy /data/ThinkingAboutSphinx ----
DEBUG: Ran chown -R deploy:deploy /data/ThinkingAboutSphinx returned 0
INFO: symlinking and finishing deploy
DEBUG: Executing chmod -R g+w /data/ThinkingAboutSphinx/releases/20090803200441 && rm -rf /data/ThinkingAboutSphinx/releases/20090803200441/log /data/ThinkingAboutSphinx/releases/20090803200441/public/system /data/ThinkingAboutSphinx/releases/20090803200441/tmp/pids && mkdir -p /data/ThinkingAboutSphinx/releases/20090803200441/tmp && ln -nfs /data/ThinkingAboutSphinx/shared/log /data/ThinkingAboutSphinx/releases/20090803200441/log && mkdir -p /data/ThinkingAboutSphinx/releases/20090803200441/public && mkdir -p /data/ThinkingAboutSphinx/releases/20090803200441/config && ln -nfs /data/ThinkingAboutSphinx/shared/system /data/ThinkingAboutSphinx/releases/20090803200441/public/system && ln -nfs /data/ThinkingAboutSphinx/shared/pids /data/ThinkingAboutSphinx/releases/20090803200441/tmp/pids && ln -nfs /data/ThinkingAboutSphinx/shared/config/database.yml /data/ThinkingAboutSphinx/releases/20090803200441/config/database.yml && chown -R deploy:deploy /data/ThinkingAboutSphinx/releases/20090803200441
DEBUG: ---- Begin output of chmod -R g+w /data/ThinkingAboutSphinx/releases/20090803200441 && rm -rf /data/ThinkingAboutSphinx/releases/20090803200441/log /data/ThinkingAboutSphinx/releases/20090803200441/public/system /data/ThinkingAboutSphinx/releases/20090803200441/tmp/pids && mkdir -p /data/ThinkingAboutSphinx/releases/20090803200441/tmp && ln -nfs /data/ThinkingAboutSphinx/shared/log /data/ThinkingAboutSphinx/releases/20090803200441/log && mkdir -p /data/ThinkingAboutSphinx/releases/20090803200441/public && mkdir -p /data/ThinkingAboutSphinx/releases/20090803200441/config && ln -nfs /data/ThinkingAboutSphinx/shared/system /data/ThinkingAboutSphinx/releases/20090803200441/public/system && ln -nfs /data/ThinkingAboutSphinx/shared/pids /data/ThinkingAboutSphinx/releases/20090803200441/tmp/pids && ln -nfs /data/ThinkingAboutSphinx/shared/config/database.yml /data/ThinkingAboutSphinx/releases/20090803200441/config/database.yml && chown -R deploy:deploy /data/ThinkingAboutSphinx/releases/20090803200441 ----
DEBUG: STDOUT:
DEBUG: STDERR:
DEBUG: ---- End output of chmod -R g+w /data/ThinkingAboutSphinx/releases/20090803200441 && rm -rf /data/ThinkingAboutSphinx/releases/20090803200441/log /data/ThinkingAboutSphinx/releases/20090803200441/public/system /data/ThinkingAboutSphinx/releases/20090803200441/tmp/pids && mkdir -p /data/ThinkingAboutSphinx/releases/20090803200441/tmp && ln -nfs /data/ThinkingAboutSphinx/shared/log /data/ThinkingAboutSphinx/releases/20090803200441/log && mkdir -p /data/ThinkingAboutSphinx/releases/20090803200441/public && mkdir -p /data/ThinkingAboutSphinx/releases/20090803200441/config && ln -nfs /data/ThinkingAboutSphinx/shared/system /data/ThinkingAboutSphinx/releases/20090803200441/public/system && ln -nfs /data/ThinkingAboutSphinx/shared/pids /data/ThinkingAboutSphinx/releases/20090803200441/tmp/pids && ln -nfs /data/ThinkingAboutSphinx/shared/config/database.yml /data/ThinkingAboutSphinx/releases/20090803200441/config/database.yml && chown -R deploy:deploy /data/ThinkingAboutSphinx/releases/20090803200441 ----
DEBUG: Ran chmod -R g+w /data/ThinkingAboutSphinx/releases/20090803200441 && rm -rf /data/ThinkingAboutSphinx/releases/20090803200441/log /data/ThinkingAboutSphinx/releases/20090803200441/public/system /data/ThinkingAboutSphinx/releases/20090803200441/tmp/pids && mkdir -p /data/ThinkingAboutSphinx/releases/20090803200441/tmp && ln -nfs /data/ThinkingAboutSphinx/shared/log /data/ThinkingAboutSphinx/releases/20090803200441/log && mkdir -p /data/ThinkingAboutSphinx/releases/20090803200441/public && mkdir -p /data/ThinkingAboutSphinx/releases/20090803200441/config && ln -nfs /data/ThinkingAboutSphinx/shared/system /data/ThinkingAboutSphinx/releases/20090803200441/public/system && ln -nfs /data/ThinkingAboutSphinx/shared/pids /data/ThinkingAboutSphinx/releases/20090803200441/tmp/pids && ln -nfs /data/ThinkingAboutSphinx/shared/config/database.yml /data/ThinkingAboutSphinx/releases/20090803200441/config/database.yml && chown -R deploy:deploy /data/ThinkingAboutSphinx/releases/20090803200441 returned 0
DEBUG: Executing rm -f /data/ThinkingAboutSphinx/current && ln -nfs /data/ThinkingAboutSphinx/releases/20090803200441 /data/ThinkingAboutSphinx/current && chown -R deploy:deploy /data/ThinkingAboutSphinx/current
DEBUG: ---- Begin output of rm -f /data/ThinkingAboutSphinx/current && ln -nfs /data/ThinkingAboutSphinx/releases/20090803200441 /data/ThinkingAboutSphinx/current && chown -R deploy:deploy /data/ThinkingAboutSphinx/current ----
DEBUG: STDOUT:
DEBUG: STDERR:
DEBUG: ---- End output of rm -f /data/ThinkingAboutSphinx/current && ln -nfs /data/ThinkingAboutSphinx/releases/20090803200441 /data/ThinkingAboutSphinx/current && chown -R deploy:deploy /data/ThinkingAboutSphinx/current ----
DEBUG: Ran rm -f /data/ThinkingAboutSphinx/current && ln -nfs /data/ThinkingAboutSphinx/releases/20090803200441 /data/ThinkingAboutSphinx/current && chown -R deploy:deploy /data/ThinkingAboutSphinx/current returned 0
INFO: restarting app: /data/ThinkingAboutSphinx/releases/20090803200441
DEBUG: Executing cd /data/ThinkingAboutSphinx/current && sudo -u deploy RAILS_ENV=production RACK_ENV=production MERB_ENV=production touch /data/ThinkingAboutSphinx/current/tmp/restart.txt
DEBUG: ---- Begin output of cd /data/ThinkingAboutSphinx/current && sudo -u deploy RAILS_ENV=production RACK_ENV=production MERB_ENV=production touch /data/ThinkingAboutSphinx/current/tmp/restart.txt ----
DEBUG: STDOUT:
DEBUG: STDERR:
DEBUG: ---- End output of cd /data/ThinkingAboutSphinx/current && sudo -u deploy RAILS_ENV=production RACK_ENV=production MERB_ENV=production touch /data/ThinkingAboutSphinx/current/tmp/restart.txt ----
DEBUG: Ran cd /data/ThinkingAboutSphinx/current && sudo -u deploy RAILS_ENV=production RACK_ENV=production MERB_ENV=production touch /data/ThinkingAboutSphinx/current/tmp/restart.txt returned 0
INFO: Ran execute[ensure-permissions-for-ThinkingAboutSphinx] successfully
INFO: http_request[reporting for custom recipes] POST to https://cloud.engineyard.com/reporting/6704596149fd299c03a15aa0b32871ec message: {:message=>"running custom recipes if they exist"} successful
ERROR: execute[run-custom-recipes] (/etc/chef/recipes/cookbooks/ey-base/recipes/default.rb line 161) had an error:
ey-recipes -n thinksphinx
returned 1, expected 0
---- Begin output of
ey-recipes -n thinksphinx
----
STDOUT: STDERR: ---- End output of
ey-recipes -n thinksphinx
----
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/mixin/command.rb:157:in `run_command'/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/mixin/command.rb:133:in `chdir'/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/mixin/command.rb:133:in `run_command'/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/provider/execute.rb:49:in `action_run'/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/runner.rb:87:in `send'/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/runner.rb:87:in `converge'/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/runner.rb:85:in `each'/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/runner.rb:85:in `converge'/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/resource_collection.rb:58:in `each'/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/resource_collection.rb:57:in `each'/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/runner.rb:63:in `converge'/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/client.rb:348:in `converge'/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/client.rb:96:in `run_solo'/usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/lib/ey.rb:87:in `converge'/usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/lib/ey.rb:286:in `call'/usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/lib/ey.rb:286:in `log_to_string'/usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/lib/ey.rb:48:in `converge'/usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/bin/ey-recipes:132/usr/bin/ey-recipes:19:in `load'/usr/bin/ey-recipes:19
ERROR: Chef::Exceptions::Exec:
ey-recipes -n thinksphinx
returned 1, expected 0
---- Begin output of
ey-recipes -n thinksphinx
----
STDOUT: STDERR: ---- End output of
ey-recipes -n thinksphinx
----
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/mixin/command.rb:157:in `run_command'
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/mixin/command.rb:133:in `chdir'
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/mixin/command.rb:133:in `run_command'
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/provider/execute.rb:49:in `action_run'
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/runner.rb:87:in `send'
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/runner.rb:87:in `converge'
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/runner.rb:85:in `each'
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/runner.rb:85:in `converge'
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/resource_collection.rb:58:in `each'
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/resource_collection.rb:57:in `each'
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/runner.rb:63:in `converge'
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/client.rb:348:in `converge'
/usr/lib/ruby/gems/1.8/gems/chef-0.6.0/lib/chef/client.rb:96:in `run_solo'
/usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/lib/ey.rb:87:in `converge'
/usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/lib/ey.rb:286:in `call'
/usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/lib/ey.rb:286:in `log_to_string'
/usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/lib/ey.rb:48:in `converge'
/usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/bin/ey-recipes:132
/usr/bin/ey-recipes:19:in `load'
/usr/bin/ey-recipes:19
deploy@ip-10-251-25-176 /data/ThinkingAboutSphinx $ ey-recipes -n thinksphinx
tar: Rakefile: Cannot open: File exists
tar: cookbooks/couchdb/files/default/couchdb: Cannot open: File exists
tar: cookbooks/couchdb/files/default: Cannot utime: Operation not permitted
tar: cookbooks/couchdb/files: Cannot utime: Operation not permitted
tar: cookbooks/couchdb/recipes/default.rb: Cannot open: File exists
tar: cookbooks/couchdb/recipes: Cannot utime: Operation not permitted
tar: cookbooks/couchdb/templates/default/couch.ini.erb: Cannot open: File exists
tar: cookbooks/couchdb/templates/default: Cannot utime: Operation not permitted
tar: cookbooks/couchdb/templates: Cannot utime: Operation not permitted
tar: cookbooks/couchdb: Cannot utime: Operation not permitted
tar: cookbooks/main/attributes/recipe.rb: Cannot open: File exists
tar: cookbooks/main/attributes: Cannot utime: Operation not permitted
tar: cookbooks/main/recipes/default.rb: Cannot open: File exists
tar: cookbooks/main/recipes: Cannot utime: Operation not permitted
tar: cookbooks/main: Cannot utime: Operation not permitted
tar: cookbooks/mbari-ruby/recipes/default.rb: Cannot open: File exists
tar: cookbooks/mbari-ruby/recipes: Cannot utime: Operation not permitted
tar: cookbooks/mbari-ruby: Cannot utime: Operation not permitted
tar: cookbooks/sphinx/files/default/sphinx.logrotate: Cannot open: File exists
tar: cookbooks/sphinx/files/default: Cannot utime: Operation not permitted
tar: cookbooks/sphinx/files: Cannot utime: Operation not permitted
tar: cookbooks/sphinx/recipes/default.rb: Cannot open: File exists
tar: cookbooks/sphinx/recipes: Cannot utime: Operation not permitted
tar: cookbooks/sphinx/templates/default/sphinx.monitrc.erb: Cannot open: File exists
tar: cookbooks/sphinx/templates/default/sphinx.yml.erb: Cannot open: File exists
tar: cookbooks/sphinx/templates/default: Cannot utime: Operation not permitted
tar: cookbooks/sphinx/templates: Cannot utime: Operation not permitted
tar: cookbooks/sphinx: Cannot utime: Operation not permitted
tar: cookbooks: Cannot utime: Operation not permitted
tar: Error exit delayed from previous errors
/usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/lib/ey.rb:99:in `initialize': Permission denied - /var/log/chef.log (Errno::EACCES)
from /usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/lib/ey.rb:99:in `open'
from /usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/lib/ey.rb:99:in `converge'
from /usr/lib/ruby/gems/1.8/gems/ey-flex-0.3.1/bin/ey-recipes:132
from /usr/bin/ey-recipes:19:in `load'
from /usr/bin/ey-recipes:19
deploy@ip-10-251-25-176 /data/ThinkingAboutSphinx $ sudo ey-recipes -n thinksphinx
successful upload: 2009-08-03T13-30-53.logs.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment