So, just to make sure, the following command works for you just fine:

  [EMAIL PROTECTED]:~$ ssh server1 "uname -r"

?

If so, could you do the following:

1. Create a Capfile in the current directory.

2. Add "ssh_options[:verbose] = :debug" to the Capfile.

3. Save and close the Capfile.

4. Run "cap shell HOSTS=server1" again.

Then, email me (directly, not to the list) whatever was spewed to the
console as a result of enabling debugging SSH output.

- Jamis

On 7/28/07, D. Krmpotic <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm having trouble with testing/learning capistrano.. I failed at the
> first thing I wanted to do... here:
>
> [EMAIL PROTECTED]:~$ 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
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to