* executing
`deploy:cold'
* executing
`deploy:update'
** transaction:
start
* executing `deploy:update_code'
updating the cached checkout on all servers
executing locally: "git ls-remote [email protected]:myapp.git
HEAD"
* executing "if [ -d /home/myaccount/sites/myapp/shared/cached-
copy ]; then cd /home/myaccount/sites/myapp/shared/cached-copy && git
fetch -q origin && git reset -q --hard
fa998c24c672352b2bef3ff9314881f441bd4c54; else git clone -q
[email protected]:myapp.git /home/myaccount/sites/myapp/shared/cached-
copy && cd /home/myaccount/sites/myapp/shared/cached-copy && git
checkout -q -b deploy fa998c24c672352b2bef3ff9314881f441bd4c54; fi"
servers: ["mysite.ath.cx"]
[mysite.ath.cx] executing command
On Mar 13, 7:27 pm, Jamis Buck <[email protected]> wrote:
> You're going to need to include more of the output. What you've pasted
> in your original email does not tell us enough. Please try pasting the
> entire output (without ssh debugging output).
>
> - Jamis
>
> On 3/13/09 11:22 AM, Valafar wrote:
>
> > I'm using Capistrano 2.5.5 and Git 1.5.6 as SCM to deploy my Rails 2.3
> > -app.
>
> > config/deploy.rb:
> > --
> > set :application, "myapp"
> > set :repository, "[email protected]:myapp.git"
> > set :scm, :git
> > set :deploy_via, :remote_cache
> > set :ssh_options, { :forward_agent => true }
> > set :user, "myaccount"
> > set :deploy_to, "/home/myaccount/sites/myapp"
> > server "mysite.ath.cx", :app, :web, :db, :primary => true
> > set :use_sudo, false
> > ssh_options[:verbose] = :debug
> > --
>
> > Running "cap deploy:cold" without debug and getting:
> > --
> > servers: ["mysite.ath.cx"]
> > [mysite.ath.cx] executing command
> > --
>
> > Debug revealed among many other things that
> > "net.ssh.authentication.methods.publickey[3f9ae077ec18]: publickey
> > succeeded"
>
> > Lines after "[mysite.ath.cx] executing command" were
>
> > I, [2009-03-13T19:19:44.986248 #23222] INFO --
> > net.ssh.connection.channel[3fb91cc6d2ec]: sending channel request
> > "exec"
> > D, [2009-03-13T19:19:44.986586 #23222] DEBUG -- tcpsocket
> > [3fb91cc832e0]: queueing packet nr 9 type 98 len 476
> > D, [2009-03-13T19:19:44.987310 #23222] DEBUG -- tcpsocket
> > [3fb91cc832e0]: sent 568 bytes
> > D, [2009-03-13T19:19:45.010155 #23222] DEBUG -- tcpsocket
> > [3fb91cc832e0]: read 88 bytes
> > D, [2009-03-13T19:19:45.010662 #23222] DEBUG -- tcpsocket
> > [3fb91cc832e0]: received packet nr 8 type 99 len 12
> > I, [2009-03-13T19:19:45.010971 #23222] INFO --
> > net.ssh.connection.session[3fb91cc6d60c]: channel_success: 0
> > D, [2009-03-13T19:19:45.011193 #23222] DEBUG -- net.ssh.service.forward
> > [3fb91cc6b960]: authentication agent forwarding is active
> > D, [2009-03-13T19:19:45.011495 #23222] DEBUG -- tcpsocket
> > [3fb91cc832e0]: received packet nr 9 type 93 len 28
> > I, [2009-03-13T19:19:45.011726 #23222] INFO --
> > net.ssh.connection.session[3fb91cc6d60c]: channel_window_adjust: 0
> > +2097152
>
> > I don't get it :S Where's the problem? There was no problem with
> > deploy:setup and deploy:check.
>
>
--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---