Re: TRAMP hangs if remote login shell is fish
Michael Albinus <[email protected]> Fri, 09 May 2025 10:10:54 +0200
| Newsgroups | gmane.emacs.tramp |
|---|---|
| Message-ID | <[email protected]> |
ID <[email protected]> writes: Hi, > Yes, I did ensure every instance of Emacs is closed before I re-run the test. > >> In case it still fails, I'd like to see the Tramp debug buffer, as before. This is strange: > 15:58:43.894828 tramp-send-command (6) # exec ssh -o ControlMaster=auto -o ControlPath=/home/id/.cache/emacs/tramp.%C -o ControlPersist=no -e none -o SetEnv="TERM=dumb" me308 || exit > 15:58:54.664373 tramp-accept-process-output (10) # *tramp/ssh me308* run nil > > Last login: Fri May 9 15:57:14 2025 from 120.107.167.220 > ]7;file://me308-arch/home/id]0;[me308-arch] ~$ = Could you please call from a local shell: --8<---------------cut here---------------start------------->8--- # ssh -o ControlMaster=auto -o ControlPath=/home/id/.cache/emacs/tramp.%C -o ControlPersist=no -e none -o SetEnv="TERM=dumb" me308 $ echo $TERM --8<---------------cut here---------------end--------------->8--- Of course, the remote prompt will look different, but I'd like to see the remote $TERM value. Best regards, Michael.