Hi, 

I don't know where to start looking at
a little help in which direction to go is appreciated.

All went well before, (started two days ago)
but now cap roles back after this errors,
but I can "force" an update that then passes tests
with deploy:update_code deploy:symlink

This is an excerpt of the errors I am getting when deploy:update
the relevant output in red.
I was using  set :sudo false as it gets deployed as a common user, 
but get the same errors with sudo true,

I am using set :deploy_via, :remote_cache
can that be the problem?

 updating the cached checkout on all servers
  * executing "if [ -d /home/rails/test/bear/shared/cached-copy ]; then
cd /home/rails/test/bear/shared/cached-copy && git fetch -q origin &&
git reset -q --hard 877e610ef32339d22c1446d6ccf9a524e6df5adb; else git
clone -q
[EMAIL PROTECTED]:andres/bear.git /home/rails/test/bear/shared/cached-copy
&& cd /home/rails/test/bear/shared/cached-copy && git checkout -q -b
deploy 877e610ef32339d22c1446d6ccf9a524e6df5adb; fi"
    servers: ["192.168.0.6"]
    [192.168.0.6] executing command
 ** [192.168.0.6 :: out] Enter passphrase for key
'/home/rails/.ssh/id_rsa':
 ** [192.168.0.6 :: out]
    command finished
    copying the cached version
to /home/rails/test/bear/releases/20080717165048
  * executing "cp
-RPp /home/rails/test/bear/shared/cached-copy 
/home/rails/test/bear/releases/20080717165048 && (echo 
877e610ef32339d22c1446d6ccf9a524e6df5adb > 
/home/rails/test/bear/releases/20080717165048/REVISION)"
    servers: ["192.168.0.6"]
    [192.168.0.6] executing command
 ** [out :: 192.168.0.6] cp:
 ** [out :: 192.168.0.6] cannot create regular file
`/home/rails/test/bear/releases/20080717165048/cached-copy/.git/objects/42/d5a948bf9b37b8e01c26115fb7a8b9b7916ee5'
 ** [out :: 192.168.0.6] : Permission denied
 ** [out :: 192.168.0.6] 
 ** [out :: 192.168.0.6] cp:
 ** [out :: 192.168.0.6] cannot create regular file
`/home/rails/test/bear/releases/20080717165048/cached-copy/.git/objects/6b/d5f7f29c991a13ace4e2782057677eebbf8771'

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to