andres.ramirez <[email protected]> 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 > user@cuatro*' `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. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
