tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.2.3-24.1); fails against remote solaris 10


From: Michael Albinus
Subject: Re: tramp (2.2.3-24.1); fails against remote solaris 10
Date: Fri, 14 Dec 2012 10:28:54 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Darren Embry <address@hidden> writes:

> Hello,

Hi Darren,

> Most likely this function needs to be modified a bit to handle that case:
>
>   (defun tramp-get-test-command (vec)
>    (with-connection-property vec "test"
>      (tramp-message vec 5 "Finding a suitable `test' command")
>      (if (tramp-send-command-and-check vec "test 0")
>           "test"
>        (tramp-find-executable vec "test" (tramp-get-remote-path vec)))))

"test -e" shall be called only, if the check in
`tramp-find-file-exists-command' has been passed successfully. 

> This information *should* be all you need to fix the problem.  But
> just incase... *tramp/ssh* buffer is actually empty.  And here's an
> excerpt of the *tramp/debug* buffer:

Unfortunately, this snippet does not show how Tramp decided that "test
-e" is sane. Therefore, I would like to see the *whole* trace of the
Tramp session. If it contains sensitive information, you might send it
off-list to me.

Since your cache contains already the entry ("file-exists" "test -e"),
you must purge the cache first. Apply "M-x tramp-cleanup-all-connections".

Best regards, Michael.



reply via email to

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