Terrence Brannon <[email protected]> writes: > Hi Hi,
> Last login: Wed Nov 9 02:02:15 2011 from > adsl-98-77-141-2.mia.bellsouth.net > schemelab@li2-168:~$ > schemelab@li2-168:~$ /bin/sh > \u@\h:\w$ which ls > /bin/ls > \u@\h:\w$ 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 > tramp_executable /bin/ls > \u@\h:\w$ Looks OK (except the strange prompt, but this shouldn't confuse Tramp I hope). Hmm, we need more traces. Could you, please, start "emacs -Q" and set tramp-verbose to 10 afterwards? When you rerun the test, we should see more evidences in the resulting debug buffer. Best regards, Michael. _______________________________________________ Tramp-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/tramp-devel
