tramp-devel
[Top][All Lists]
Advanced

[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: Mon, 07 Nov 2011 21:17:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

Terrence Brannon <address@hidden> writes:

Hi,

> It seems that TRAMP cannot find ls --dired on my debian/testing
> machine (the machine I am connecting to) ... however it certainly is
> there:
>
> address@hidden:~$ ls --dired
> %backup%~  admin    downloads-deluge  install    prg            wares
> Mail       bin      emacs             java-home  set-java-home
>  wp-themes
> RMAIL      daemons  emacs-contrib     keep       tmp            wtf
> RMAIL~     domains  init.d            pranayama  trunk.zip
> address@hidden:~$ 

Could you, please, check which ls is used on the remote host (in a shell
started by /bin/sh)?

# which ls

Furthermore, it might be interesting to know what happens if you apply
the following statements on your remote host in that shell:

# 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

Best regards, Michael.



reply via email to

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