tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `tramp_perl_file_attributes /root/ integer' returns with error


From: Michael Albinus
Subject: Re: `tramp_perl_file_attributes /root/ integer' returns with error
Date: Sat, 17 Jul 2010 10:14:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Terrence Brannon <address@hidden> writes:

> ... the real kicker is that the 'which' command is in /usr/bsd/which and
> tramp could not find it: output is at http://gist.github.com/478859  and
> also below

I see. "getconf PATH" returns on your remote machine (IRIX64) just
"/usr/bin". As a result, Tramp sets your $PATH variable to
"/usr/bin:/usr/sbin:/usr/local/bin", which is not sufficient.

You should eval the following line after loading Tramp:

(add-to-list 'tramp-remote-path "/usr/bsd")

See also the discussion in the Tramp manual (info "(tramp)Remote Programs")

Best regards, Michael.



reply via email to

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