From: ts Date: 2002-01-09T01:25:00+09:00 Subject: Re: Once again, Net::Telnet problems with QNX 4.24 >>>>> "A" == Alexandre Abreu writes: A> This Ruby code fails with a timeout while trying to connect A> (even with a greater timeout value (400)) on a QNX 4.24 node : Well, have you try to have a dump log, to see why it fail ? Perhaps, it don't find the right prompt A> $session = Net::Telnet.new( {'Host' => '192.1.1.101', 'Timeout' => 10, A> "Telnetmode" => true } ) , "Dump_log" => "name_of_the_dump_file"}) A> p serverResponse = $session.login('', '') Guy Decoux