all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Jean Louis <bugs@gnu.support>
Cc: 56333@debbugs.gnu.org
Subject: bug#56333: 29.0.50; Trying to uncompress through Tramp: /bin/sh: 195: /usr/bin/bash: not found
Date: Sat, 02 Jul 2022 13:23:50 +0200	[thread overview]
Message-ID: <87r1334v21.fsf@gmx.de> (raw)
In-Reply-To: <86mtdtba36.fsf@protected.rcdrun.com> (Jean Louis's message of "Fri, 01 Jul 2022 09:50:21 +0300")

Jean Louis <bugs@gnu.support> writes:

Hi Jean,

> I would not know how to debug this. I have tried using Z on remote host:
> /scp:example.com:/var/www/websites/www.example.com
>
> on a file like web.tar.gz
>
> and I got this error in new opened buffer *dired-check-process output*:
>
> /bin/sh: 195: /usr/bin/bash: not found

In dired-shell-command, the variable shell-file-name is used. This is
"/usr/bin/bash" in your case, and it doesn't exist on the remote host.

I've changed this function to use the connection-local value instead
("/bin/sh" by default). This should fix it.

Pushed to master. Could you, pls, check?

Best regards, Michael.





  reply	other threads:[~2022-07-02 11:23 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-01  6:50 bug#56333: 29.0.50; Trying to uncompress through Tramp: /bin/sh: 195: /usr/bin/bash: not found Jean Louis
2022-07-02 11:23 ` Michael Albinus [this message]
2022-07-12 14:55   ` 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=87r1334v21.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=56333@debbugs.gnu.org \
    --cc=bugs@gnu.support \
    /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.