Terrence Brannon <[email protected]> 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:
>
> schemelab@li2-168:~$ 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
> schemelab@li2-168:~$ 

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.

_______________________________________________
Tramp-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to