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 09:21:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Justin Joseph Kaipada <address@hidden> writes:

> Your fix worked, the first error happens no more,

Indeed:

> 17:51:10.399771 tramp-send-command (6) # echo \"`uname -sr`\" 2>/dev/null; 
> echo tramp_exit_status $?
> 17:51:10.425542 tramp-wait-for-regexp (6) # 
> "OS/390 26.00"
> tramp_exit_status 0
> ///988a6436d6d49a7e84d7b8d0efbf764b#$

> but there is a new error.

Yes:

> 17:51:10.556828 tramp-send-command (6) # echo \"`getconf PATH 2>/dev/null`\" 
> 2>/dev/null; echo tramp_exit_status $?
> 17:51:10.645890 tramp-wait-for-regexp (6) # 
> /bin
> tramp_exit_status 0
> ///988a6436d6d49a7e84d7b8d0efbf764b#$

Again, the same error: the echo command does not return the surrounding
apostrophes. Could you pls check, how the bash behaves on the remote
machine, when you enter

# echo \"`getconf PATH 2>/dev/null`\" 2>/dev/null

Best regards, Michael.



reply via email to

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