Created
March 22, 2012 22:19
-
-
Save mustmodify/2165056 to your computer and use it in GitHub Desktop.
rbx net-ssh rumble
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bundle :060 > Net::SSH.start('physioagereporting.com', 'jw') do |ssh| | |
bundle :061 > ssh.exec 'whoami' | |
bundle :062?> end | |
TypeError: Tried to use non-reference value 0x1a as type Bignum (10) | |
from Zlib.inflateInit2 at /projects/eagle/rvm/rubies/rbx-head/lib/zlib.rb:557 | |
from Zlib::Inflate#initialize at /projects/eagle/rvm/rubies/rbx-head/lib/zlib.rb:1422 | |
from Net::SSH::Transport::State#decompressor at /source/experiments/rbx_cap/vendor/bundle/gems/net-ssh-2.3.0/lib/net/ssh/transport/state.rb:107 | |
from Net::SSH::Transport::State#decompress at /source/experiments/rbx_cap/vendor/bundle/gems/net-ssh-2.3.0/lib/net/ssh/transport/state.rb:131 | |
from Net::SSH::Transport::PacketStream(TCPSocket)#poll_next_packet at /source/experiments/rbx_cap/vendor/bundle/gems/net-ssh-2.3.0/lib/net/ssh/transport/packet_stream.rb:224 | |
from Net::SSH::Transport::PacketStream(TCPSocket)#next_packet at /source/experiments/rbx_cap/vendor/bundle/gems/net-ssh-2.3.0/lib/net/ssh/transport/packet_stream.rb:86 | |
from { } in Net::SSH::Transport::Session#poll_message at /source/experiments/rbx_cap/vendor/bundle/gems/net-ssh-2.3.0/lib/net/ssh/transport/session.rb:171 | |
from Kernel(Net::SSH::Transport::Session)#loop at kernel/common/kernel18.rb:31 | |
from Net::SSH::Transport::Session#poll_message at /source/experiments/rbx_cap/vendor/bundle/gems/net-ssh-2.3.0/lib/net/ssh/transport/session.rb:166 | |
from Net::SSH::Connection::Session#dispatch_incoming_packets at /source/experiments/rbx_cap/vendor/bundle/gems/net-ssh-2.3.0/lib/net/ssh/connection/session.rb:451 | |
from Net::SSH::Connection::Session#preprocess at /source/experiments/rbx_cap/vendor/bundle/gems/net-ssh-2.3.0/lib/net/ssh/connection/session.rb:213 | |
from Net::SSH::Connection::Session#process at /source/experiments/rbx_cap/vendor/bundle/gems/net-ssh-2.3.0/lib/net/ssh/connection/session.rb:197 | |
from { } in Net::SSH::Connection::Session#loop at /source/experiments/rbx_cap/vendor/bundle/gems/net-ssh-2.3.0/lib/net/ssh/connection/session.rb:161 | |
from Kernel(Net::SSH::Connection::Session)#loop_forever (loop) at kernel/common/kernel18.rb:31 | |
from Net::SSH::Connection::Session#loop at /source/experiments/rbx_cap/vendor/bundle/gems/net-ssh-2.3.0/lib/net/ssh/connection/session.rb:161 | |
from Net::SSH::Connection::Session#close at /source/experiments/rbx_cap/vendor/bundle/gems/net-ssh-2.3.0/lib/net/ssh/connection/session.rb:110 | |
from Net::SSH.start at /source/experiments/rbx_cap/vendor/bundle/gems/net-ssh-2.3.0/lib/net/ssh.rb:194 | |
from { } in Object#irb_binding at (irb):60 | |
from Rubinius::BlockEnvironment#call_on_instance at kernel/common/block_environment.rb:75 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment