Hi,
I’m having trouble with testing/learning capistrano… I failed at the
first thing I wanted to do… here:
david@local:~$ cap shell HOSTS=server1
- executing `shell’
====================================================================
Welcome to the interactive Capistrano shell! This is an experimental
feature, and is liable to change in future releases. Type ‘help’ for
a summary of how to use the shell.
cap> uname -r
[establishing connection(s) to server1]
It just hangs here… Let me mention that server1 is defined in hosts
file and only ssh login with client certificate is enabled. so SSH
server1 works without me having to type in anything (because the
certificate has been added to the keyring by ssh-add).
When interrupted (ctrl+c), this pops out:
/usr/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/configuration/connections.rb:87:in
join': Interrupt from /usr/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/configuration/connections.rb:87:in
establish_connections_to’
from
/usr/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/configuration/connections.rb:87:in
each' from /usr/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/configuration/connections.rb:87:in
establish_connections_to’
from
/usr/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/shell.rb:135:in
connect' from /usr/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/shell.rb:148:in
exec’
from
/usr/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/shell.rb:259:in
process_command' from /usr/lib/ruby/1.8/thread.rb:135:in
synchronize’
from
/usr/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/shell.rb:259:in
process_command' ... 15 levels... from /usr/lib/ruby/gems/1.8/gems/capistrano-2.0.0/lib/capistrano/cli/execute.rb:14:in
execute’
from /usr/lib/ruby/gems/1.8/gems/capistrano-2.0.0/bin/cap:4
from /usr/bin/cap:16:in `load’
from /usr/bin/cap:16
Anyone?
thank you very much!
david