One host hanging on connect

2008-05-11 Thread yary
I have tramp working via plink, but there's one host it fails to connect with. The messages say: Tramp: Opening connection for [EMAIL PROTECTED] using plink... Tramp: Waiting 60s for local shell to come up... Tramp: Sending command `plink yary.ack.org -l yary -ssh && exit || exit' Tramp: Waiting

Re: One host hanging on connect

2008-05-12 Thread yary
Forgot to mention versions for my "one host hanging" issue- tramp-version 2.1.13 GNU Emacs 22.0.990.1 (i386-mingw-nt5.1.2600) of 2007-05-23 using plink (with pagent) from windows xp to connect to an OpenBSD 3.9 client ___ Tramp-devel mailing list Tra

Re: One host hanging on connect

2008-05-13 Thread Michael Albinus
yary <[EMAIL PROTECTED]> writes: > I have tramp working via plink, but there's one host it fails to > connect with. Could you, please, set tramp-verbose to 10, and present us both buffers *tramp/plink host.asite.org* and *debug tramp/plink host.asite.org*? > Any idea how to fix this hanging? tha

Re: One host hanging on connect

2008-05-13 Thread yary
here are my verbose buffers- *tramp/plink host.asite.org* "OpenBSD 3.9" tramp_exit_status 0 ///4faf1ee001e7616f9c20e0faf80cbe0f == *debug tramp/plink yary at host asite org * 08:46:00 tramp-maybe-open-connection (3) # Opening connection for [EMAIL PROTECTED] using plink... 08:46:00 tramp

Re: One host hanging on connect

2008-05-13 Thread Michael Albinus
yary <[EMAIL PROTECTED]> writes: > here are my verbose buffers- *tramp/plink host.asite.org* > > "OpenBSD 3.9" > tramp_exit_status 0 > > ///4faf1ee001e7616f9c20e0faf80cbe0f That is definitiely strange. This output shall be seen only after several commands; none of them I have seen in the debug b

Re: One host hanging on connect

2008-05-13 Thread yary
On Tue, May 13, 2008 at 9:23 AM, Michael Albinus <[EMAIL PROTECTED]> wrote: ... > > Could you, please, rerun the test *after* starting up a fresh, clean Emacs? here it is, after (setq tramp-verbose 10) and nothing else... the debug log has some NULs in it (C-@) which I've replaced with "^@". The p

Re: One host hanging on connect

2008-05-14 Thread Michael Albinus
yary <[EMAIL PROTECTED]> writes: Hit, Thanks for the debug output, it did explain what happened. But it is still strange, I don't understand _why_ it happens. Here Tramp tries to unset the echo via "stty -echo". > 15:35:13 tramp-send-command (6) # stty -inlcr -echo kill '^U' erase '^H' Now it

Re: One host hanging on connect

2008-05-14 Thread yary
That patch works like a charm, thanks! ___ Tramp-devel mailing list Tramp-devel@gnu.org http://lists.gnu.org/mailman/listinfo/tramp-devel

Re: One host hanging on connect

2008-05-14 Thread Michael Albinus
yary <[EMAIL PROTECTED]> writes: > That patch works like a charm, thanks! Thanks for the test. I've committed the patch to CVS. Best regards, Michael. ___ Tramp-devel mailing list Tramp-devel@gnu.org http://lists.gnu.org/mailman/listinfo/tramp-devel