[capistrano] deploy:upload default transport method

2011-11-18 Thread Kaczor
I was using cap deploy:upload FILES=some_file many times. It always worked without any trouble, but today I got: upload via sftp failed on blubase.bluetrace.eu: Net::SFTP::StatusException (Net::SFTP::StatusException open /srv/ www/ (3, permission denied)) Has something changed in this upload

[capistrano] Re: after capistrano deployment , changes doesn't show up in browser

2011-11-18 Thread J.P
I appreciate your replies. Here i listed the detailed description of the error symbolic link not allowed or link target not accessible http://wp.me/1TtAS -Jay On Nov 17, 8:58 am, Donovan Bray donno...@gmail.com wrote: Default capistrano deploy strategy uses a time stamped release directory

Re: [capistrano] deploy:upload default transport method

2011-11-18 Thread Lee Hambley
This method hasn't changed, permission denied means that something changed on your server, not always permission, this can also happen if you have run out of disk space, or if the file was in use, etc. For this purpose, SFTP and SCP aught to behave the same. - Lee -- * You received this

Re: [capistrano] Re: after capistrano deployment , changes doesn't show up in browser

2011-11-18 Thread Lee Hambley
It might be that something in your system configuration is preventing Apache reading symlinks. -- * You received this message because you are subscribed to the Google Groups Capistrano group. * To post to this group, send email to capistrano@googlegroups.com * To unsubscribe from this group,

[capistrano] Re: deploy:upload default transport method

2011-11-18 Thread Kaczor
Ok probably problem is that ftp was installed on the server in the 'meantime' (but we are using it for something completely different). Can I force capistrano to use scp? On Nov 18, 11:31 am, Lee Hambley lee.hamb...@gmail.com wrote: This method hasn't changed, permission denied means that

Re: [capistrano] Re: after capistrano deployment , changes doesn't show up in browser

2011-11-18 Thread Rafa García
In your directory directive in optionshttp://httpd.apache.org/docs/2.2/mod/core.html#options[1] add: FollowSymLinks Regards [1] http://httpd.apache.org/docs/2.2/mod/core.html#options 2011/11/17 J.P jayparte...@gmail.com I appreciate your replies. Here i listed the detailed description of

Re: [capistrano] deploy:upload default transport method

2011-11-18 Thread Donovan Bray
Sometimes error messages do actually point to the root problem. The first thing I would check is file permissions of that file on the remote host and compare it to the deploy user. If its a permission problem switching to scp will result in the same error. On Nov 18, 2011, at 2:06 AM,