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: Terrence Brannon
Subject: Re: `tramp_perl_file_attributes /root/ integer' returns with error
Date: Mon, 19 Jul 2010 15:43:21 -0400



On Sat, Jul 17, 2010 at 4:14 AM, Michael Albinus <address@hidden> wrote:
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")


yes, that is done. and 'which' is now found, but /tmp/456 is the same

address@hidden:/tmp > cat 456
syntax error at -e line 3, near ");"
Execution of -e aborted due to compilation errors.
address@hidden:/tmp > 

and here is the debug output: http://gist.github.com/481885





reply via email to

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