[MacRuby-devel] [MacRuby] #530: Net::SSH doesn't work with MacRuby

MacRuby ruby-noreply at macosforge.org
Thu Jan 7 22:20:04 PST 2010


#530: Net::SSH doesn't work with MacRuby
---------------------------------+------------------------------------------
 Reporter:  sk8tr1981@…          |       Owner:  lsansonetti@…        
     Type:  defect               |      Status:  new                  
 Priority:  critical             |   Milestone:                       
Component:  MacRuby              |    Keywords:                       
---------------------------------+------------------------------------------

Comment(by lsansonetti@…):

 The #send problem should be fixed in r3211. Now, the snippet fails
 elsewhere, in my environment:

 {{{
 $ DYLD_LIBRARY_PATH=. ./macruby -r rubygems -e "require 'net/ssh';
 Net::SSH.start('localhost', 'lrz', :password => 'foo')"
 buffered_io.rb:in `fill': recv for buffered IO (IOError)
         from packet_stream.rb:in `next_packet:'
         from session.rb:in `poll_message:'
         from session.rb:in `wait'
         from session.rb:in `initialize:'
         from core:in `__new__:'
         from ssh.rb:in `start:'
 }}}

-- 
Ticket URL: <http://www.macruby.org/trac/ticket/530#comment:11>
MacRuby <http://macruby.org/>



More information about the MacRuby-devel mailing list