all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Justin Joseph Kaipada <justinjoseph0007@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Fixing a bug on Tramp
Date: Tue, 14 Aug 2018 17:23:23 +0200	[thread overview]
Message-ID: <87in4dug44.fsf@gmx.de> (raw)
In-Reply-To: <CA+dFpWGG8zXAtt-GwFKM_MLC9=je4qSVNuVjGfypQn1iLb=MFQ@mail.gmail.com> (Justin Joseph Kaipada's message of "Tue, 14 Aug 2018 09:16:51 -0400")

Justin Joseph Kaipada <justinjoseph0007@gmail.com> writes:

Hi Justin,

> Your speculation was right, running echo \"`uname -sr`\" on /bin/sh
> does not return with quotes. I tried setting tramp-encoding-shell and
> explicit-shell-file-name both to "/bin/bash" but I still get the same
> error.

Well, first we need to know whether bash would help. If you are on the
remote machine, and have started /bin/bash, does

# echo \"`uname -sr`\"

print the apostrophes?

If yes, pls eval the following form in your Emacs:

--8<---------------cut here---------------start------------->8---
(add-to-list
  'tramp-connection-properties
  `(,(regexp-quote "torolabw.canlab.ibm.com") "remote-shell" "/bin/bash"))
--8<---------------cut here---------------end--------------->8---

Additionally, you might call "M-x tramp-cleanup-all-connections" in
order to flush the caches.

Best regards, Michael.



  parent reply	other threads:[~2018-08-14 15:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-07 22:53 Fixing a bug on Tramp Justin Joseph Kaipada
2018-08-08  7:17 ` Michael Albinus
2018-08-13 21:28   ` Justin Joseph Kaipada
2018-08-14  7:18     ` Michael Albinus
     [not found]       ` <CA+dFpWGG8zXAtt-GwFKM_MLC9=je4qSVNuVjGfypQn1iLb=MFQ@mail.gmail.com>
2018-08-14 15:23         ` Michael Albinus [this message]
     [not found]           ` <CA+dFpWFvqPD-ZgsyhWNZb6SL9h-DhNPjdpfX+Q+fvCXJDPy+=w@mail.gmail.com>
2018-08-15  7:21             ` Michael Albinus
     [not found]               ` <CA+dFpWE_JVo0K75ebo+y2PuWpeverxEh_FhpLs6NqsPHJ-3Knw@mail.gmail.com>
2018-08-15 14:08                 ` Michael Albinus
     [not found]                   ` <CA+dFpWFH4cdGbdEScNkb=e+0Lov+mPbB2iBRnVQakB=ejp4UGA@mail.gmail.com>
2018-08-16  8:31                     ` Michael Albinus
     [not found]                       ` <CA+dFpWHc=DBAs2fg==u3z8BOh9GT2iZyOi_5BLKM1ZaFLN=bJA@mail.gmail.com>
     [not found]                         ` <87sh3dz6fk.fsf@gmx.de>
     [not found]                           ` <87mutlz5yr.fsf@gmx.de>
     [not found]                             ` <CA+dFpWF33BPVxBSqqWpU0vN17FhOek9TKyKOJasgXToTS3aVkg@mail.gmail.com>
2018-08-25 11:54                               ` Michael Albinus
     [not found]                                 ` <CA+dFpWFJBVZkzUY=pWio_T4xVd7Lt9-VmAKOOGYtmMbxx8jsAw@mail.gmail.com>
2018-08-29  8:30                                   ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87in4dug44.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=justinjoseph0007@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.