emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fixing a bug on Tramp


From: Michael Albinus
Subject: Re: Fixing a bug on Tramp
Date: Wed, 15 Aug 2018 16:08:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Justin Joseph Kaipada <address@hidden> writes:

> I get "/bin" with quotes.
>
> Is it missing something ?

Then I have no clue what's up. Maybe you try to run all commands Tramp
raises yourself in a local shell (outside Emacs)? Then we will see
whether we get the same result.

According to the traces, you should run the following commands in
exactly this order (I precede  them by a prompt "# ":

--8<---------------cut here---------------start------------->8---
# locale -a
# /bin/bash -i
# exec ssh -l tsc390  -o ControlMaster=auto -o ControlPath='tramp.%C' -o 
ControlPersist=no -e none torolaba.canlab.ibm.com
# exec env ENV='' HISTFILE=~/.tramp_history PROMPT_COMMAND='' PS1=\#\$\  PS2='' 
PS3='' /bin/bash -norc -noprofile
# (cd ~/) 2>/dev/null; echo tramp_exit_status $?
# stty -inlcr -onlcr -echo kill '^U' erase '^H'
# echo foo
# PS1=///988a6436d6d49a7e84d7b8d0efbf764b\#\$ PS2='' PS3='' PROMPT_COMMAND=''
# echo \"`uname -sr`\" 2>/dev/null; echo tramp_exit_status $?
# locale -a
# echo foo ; echo bar
# set +o vi +o emacs
# echo \"`getconf PATH 2>/dev/null`\" 2>/dev/null; echo tramp_exit_status $?
--8<---------------cut here---------------end--------------->8---

Best regards, Michael.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]