tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tramp (2.2.3-pre); problem connecting to n800 using ssh


From: Michael Albinus
Subject: Re: tramp (2.2.3-pre); problem connecting to n800 using ssh
Date: Fri, 23 Dec 2011 14:32:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

andres.ramirez <address@hidden> writes:

> Hi Michael.

Hi Andres,

Honesty, I'm out of an idea what happened. According to what you have
send the other message, the last command sequence searching for "ls"
works fine. Even the expected result is seen in the trace, afterwards
the connection breaks without any further notice but

> 11:18:29.826883 tramp-send-command (6) # (PS1= ; while read d; do if test -x 
> $d/ls -a -f $d/ls; then echo tramp_executable $d/ls; break; fi; done <<'EOF'
> /bin
> /usr/bin
> /usr/sbin
> /usr/local/bin
> EOF
> )
> 11:18:29.876298 tramp-process-sentinel (5) # Sentinel called: `*tramp/ssh 
> address@hidden' `exited abnormally with code 255
> '
> 11:18:29.877107 tramp-wait-for-regexp (1) # File error: Process has died

I've checked the archives; some months ago there was a long thread about
busybox problems. See <http://thread.gmane.org/gmane.emacs.tramp/7089>.
The problems discussed there seem to be unrelated to your problem, 'tho.

We need more traces. Could you, please, run again a test from a fresh
"emacs -Q"? Before you start emacs, remove the file "~/.emacs.d/tramp"
(which contains cached values). After starting Emacs, please eval

     (require 'tramp)
     (require 'trace)
     (dolist (elt (all-completions "tramp-" obarray 'functionp))
       (trace-function-background (intern elt)))
     (untrace-function 'tramp-read-passwd)

Then run the test. There will be a resulting buffer *trace-output*,
which could tell us more.

Thanks, and best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]