[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: write failed software caused connection abort
From: |
Michael Albinus |
Subject: |
Re: write failed software caused connection abort |
Date: |
Thu, 10 Nov 2011 11:11:51 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (gnu/linux) |
Terrence Brannon <address@hidden> writes:
> Hi
Hi,
> Last login: Wed Nov 9 02:02:15 2011 from
> adsl-98-77-141-2.mia.bellsouth.net
> address@hidden:~$
> address@hidden:~$ /bin/sh
> address@hidden:\w$ which ls
> /bin/ls
> address@hidden:\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
> address@hidden:\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.