From: "Christopher M. Miles" <numbchild@gmail.com>
To: Michael Albinus <michael.albinus@gmx.de>
Cc: Emacs Help <help-gnu-emacs@gnu.org>
Subject: [SOLVED] Re: TRAMP suspended after I inputted password
Date: Tue, 05 Apr 2022 11:28:01 +0800 [thread overview]
Message-ID: <46487.9873137519$1649544308@news.gmane.org> (raw)
In-Reply-To: <87a6d7bji8.fsf@gmx.de>
[-- Attachment #1: Type: text/plain, Size: 3266 bytes --]
Michael Albinus <michael.albinus@gmx.de> writes:
> "Christopher M. Miles" <numbchild@gmail.com> writes:
>
> Hi Christopher,
>
>> Indeed, It tested on Raspberry Pi Bash, it works fine now. Seems problem indeed is on Zsh.
>>
>> I found TRAMP Info manual mentioned setting remote server shell for TRAMP. I tried bellowing elisp setting:
>>
>> #+begin_src emacs-lisp
>> (add-to-list 'tramp-connection-properties
>> (list (regexp-quote "/ssh::")
>> "remote-shell" "/bin/bash"))
>> (add-to-list 'tramp-connection-properties
>> (list (regexp-quote "/ssh:Mac-mini.local:")
>> "remote-shell" "/bin/bash"))
>> (add-to-list 'tramp-connection-properties
>> (list (regexp-quote "/ssh:stardiviner@localhost:")
>> "remote-shell" "/bin/bash"))
>> (add-to-list 'tramp-connection-properties
>> (list (regexp-quote "/ssh:raspberry_pi-wireless:")
>> "remote-shell" "/bin/bash"))
>> (add-to-list 'tramp-connection-properties
>> (list (regexp-quote "/ssh:pi@192.168.31.36:")
>> "remote-shell" "/bin/bash"))
>> (add-to-list 'tramp-connection-properties
>> (list (regexp-quote "/ssh:root@192.168.31.36:")
>> "remote-shell" "/bin/bash"))
>> (add-to-list 'tramp-connection-properties
>> (list (regexp-quote "/ssh:qnap_nas_stardiviner:")
>> "remote-shell" "/bin/bash"))
>> #+end_src
>>
>> The 1~3 part of sexps should let TRAMP invoke Bash on my macOS instead of default login Zsh. But
>> it's not working. Maybe I understand that wrong? Or my setting is wrong?
>
> Your setting looks OK. Do you have tried this with "emacs -Q"? And you
> know, that you must perform these settings *before* accessing the
> respective host the first time.
>
> If it doesn't work, pls produce Tramp traces with tramp-verbose set to 10.
>
> Best regards, Michael.
Thanks for helping me to troubleshooting this problem. Sorry for late response.
Today I spend some time on this task. Running command "emacs -Q" and load the following config:
#+begin_src emacs-lisp
(when (eq system-type 'darwin)
;; Each SYMBOL is control, meta, alt, super, hyper or none.
;; Use Alt key as Hyper
(setq mac-option-modifier 'super) ; S- ~
;; Use Command key as Meta
(setq mac-command-modifier 'meta)
;; (setq mac-right-option-modifier 'hyper)
(global-set-key [kp-delete] 'delete-char) ; sets fn-delete to be right-delete
)
(require 'tramp)
(setq tramp-verbose 10)
(add-to-list 'tramp-connection-properties
(list (regexp-quote "/ssh:raspberry_pi-wireless:")
"remote-shell" "/bin/bash"))
#+end_src
The Raspberry Pi Linux default login shell is Zsh, with upper settings, I can normally access with
TRAMP. After testing, it works. So I guess the problem is still on my Emacs config.
Really sorry about this wasted your time.
--
[ stardiviner ]
I try to make every word tell the meaning that I want to express.
Blog: https://stardiviner.github.io/
IRC(freenode): stardiviner, Matrix: stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
prev parent reply other threads:[~2022-04-05 3:28 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-22 1:12 TRAMP suspended after I inputted password Christopher M. Miles
2022-03-25 14:10 ` Michael Albinus
2022-03-26 1:53 ` Christopher M. Miles
2022-03-26 8:57 ` Michael Albinus
2022-03-26 15:20 ` Christopher M. Miles
2022-03-27 7:44 ` Michael Albinus
2022-03-27 8:10 ` Emanuel Berg via Users list for the GNU Emacs text editor
2022-03-28 6:33 ` Christopher M. Miles
2022-03-30 14:30 ` Michael Albinus
2022-04-05 3:28 ` Christopher M. Miles [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='46487.9873137519$1649544308@news.gmane.org' \
--to=numbchild@gmail.com \
--cc=help-gnu-emacs@gnu.org \
--cc=michael.albinus@gmx.de \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).