Skip to content

Instantly share code, notes, and snippets.

@zev
Created August 26, 2010 06:11
Show Gist options
  • Save zev/550914 to your computer and use it in GitHub Desktop.
Save zev/550914 to your computer and use it in GitHub Desktop.
zblut@zblut-benchmark smart_api (ey_appcloud) % ey deploy -a smart_api -e testdb -r ey_appcloud
Connecting to the server...
Beginning deploy for 'smart_api' in 'testdb' on server...
~> Deploying revision 8bbe781... Debugging why deploy is now failing and loosing current symlink.
~> Loading deployment task overrides from /data/smart_api/shared/cached-copy/config/eydeploy.rb
~> Pushing code to all servers
rsync: failed to set times on "/data/smart_api/shared/cached-copy/tmp": Operation not permitted (1)
rsync: recv_generator: mkdir "/data/smart_api/shared/cached-copy/tmp/cache" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
rsync: recv_generator: mkdir "/data/smart_api/shared/cached-copy/tmp/sessions" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
rsync: recv_generator: mkdir "/data/smart_api/shared/cached-copy/tmp/sockets" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
~> Starting full deploy
C INFO /data/smart_api/shared/cached-copy /data/smart_api/current
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1040) [sender=3.0.5]
~> Symlinking configs
chmod: changing permissions of `/data/smart_api/current/vendor/plugins/smart_core/config/sphinx.yml.chef-20100826145606': Operation not permitted
chmod: changing permissions of `/data/smart_api/current/tmp': Operation not permitted
~> [Relax] Your site is still running old code and nothing destructive could have occurred
Deploy failed
@zev
Copy link
Author

zev commented Aug 26, 2010

Connecting to the server...
Beginning deploy for 'smart_db' in 'testdb' on server...
~> Deploying revision d579946... Adding after symlink work
~> Loading deployment task overrides from /data/smart_db/shared/cached-copy/config/eydeploy.rb
~> Pushing code to all servers
rsync: chgrp "/data/smart_db/shared/cached-copy/tmp" failed: Operation not permitted (1)
rsync: chgrp "/data/smart_db/shared/cached-copy/tmp/pids" failed: Operation not permitted (1)
~> Starting full deploy
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1040) [sender=3.0.5]
~> Symlinking configs
chmod: changing permissions of `/data/smart_db/current/tmp': Operation not permitted
~> [Relax] Your site is still running old code and nothing destructive could have occurred
Deploy failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment