bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#13390: tramp-adb hanging forever


From: Michael Albinus
Subject: bug#13390: tramp-adb hanging forever
Date: Mon, 18 Feb 2013 19:26:39 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

> I saw that in log yes, how can I make tramp using
> PATH=/sbin:/system/xbin:/system/bin
> instead of:
> 18:40:29.282486 tramp-send-command (6) #
> PATH=/sbin:/system/bin:/system/xbin; export PATH

(tramp-cleanup-all-connections)
(add-to-list 'tramp-remote-path "/sbin")
(add-to-list 'tramp-remote-path "/system/xbin")

The cleanup is because Tramp remembers connection properties, like the
remote path.

Best regards, Michael.





reply via email to

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