GNU bug report logs - #27048
Tramp not working with Solaris hosts

Previous Next

Package: emacs;

Reported by: Thomas Carroll <tomfecarroll <at> yahoo.com>

Date: Tue, 23 May 2017 21:41:02 UTC

Severity: normal

Tags: notabug

Done: npostavs <at> users.sourceforge.net

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Michael Albinus <michael.albinus <at> gmx.de>
To: Thomas Carroll <tomfecarroll <at> yahoo.com>
Cc: "27048 <at> debbugs.gnu.org" <27048 <at> debbugs.gnu.org>
Subject: bug#27048: Tramp not working with Solaris hosts
Date: Wed, 24 May 2017 22:44:04 +0200
Thomas Carroll <tomfecarroll <at> yahoo.com> writes:

Hi Tom,

> The trick I missed is that this variable needs to be fixed in two
> places: tramp-sh.el AND tramp-loaddefs.el.  It now works for both
> Linux and Solaris.  Specifically, I had to set the value
>
> Old: ~/.tramp_history
> New: .tramp_history
>
> I had had some success in older versions of Emacs by changing the
> tramp-sh.el file only.

There's no need to patch Tramp files for this. `tramp-histfile-override'
is a user option. You could change it in your .emacs:

(custom-set-variables '(tramp-histfile-override ".tramp_history" nil (tramp)))

> Again, thanks for your help.
>
> Tom

Best regards, Michael.




This bug report was last modified 8 years ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.