tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp (2.2.3-24.1); Using tramp to run ess-remote session. Submittin


From: Tobias Muhlhofer
Subject: Re: tramp (2.2.3-24.1); Using tramp to run ess-remote session. Submitting more than one line of code at a time, causes emacs to wait indefinitely.
Date: Fri, 15 Feb 2013 12:45:02 -0500

Hi, Michael:

Sorry about that. Here is the debug tramp buffer. Same steps as before

> 1) Started emacs.
> 2) In the *scratch* buffer that comes up, did M-x R, and selected a
> tramp path as the starting directory (/<username>@<server>:/<path>).
> 3) I was asked for my password in the minibuffer.
> 4) Emacs hung until I did C-g.

By the way, between steps 3 and 4, tramp's auto-complete actually
worked to lead me to the starting directory that I wanted for R on the
remote machine.

Anyway, here is the output:

-----------------------------------------

///bb9194a24d6cf50f33e1507790424290#$
12:35:20.145068 tramp-send-command (6) # echo \"`tty`\" 2>/dev/null;
echo tramp_exit_status $?
12:35:20.157275 tramp-wait-for-regexp (6) #
"/dev/pts/19"
tramp_exit_status 0
///bb9194a24d6cf50f33e1507790424290#$
12:35:20.157807 tramp-open-connection-setup-interactive-shell (5) #
Setting default environment
12:35:20.158113 tramp-send-command (6) #
HISTFILE=$HOME/.tramp_history; export HISTFILE
12:35:20.168098 tramp-wait-for-regexp (6) #
///bb9194a24d6cf50f33e1507790424290#$
12:35:20.168644 tramp-send-command (6) # HISTSIZE=1; export HISTSIZE
12:35:20.178041 tramp-wait-for-regexp (6) #
///bb9194a24d6cf50f33e1507790424290#$
12:35:20.178589 tramp-send-command (6) # LC_ALL=C; export LC_ALL
12:35:20.188198 tramp-wait-for-regexp (6) #
///bb9194a24d6cf50f33e1507790424290#$
12:35:20.188692 tramp-send-command (6) # TERM=dumb; export TERM
12:35:20.199076 tramp-wait-for-regexp (6) #
///bb9194a24d6cf50f33e1507790424290#$
12:35:20.199629 tramp-send-command (6) # EMACS=t; export EMACS
12:35:20.209075 tramp-wait-for-regexp (6) #
///bb9194a24d6cf50f33e1507790424290#$
12:35:20.209627 tramp-send-command (6) #
INSIDE_EMACS='24.1.1,tramp:2.2.3-24.1'; export INSIDE_EMACS
12:35:20.219084 tramp-wait-for-regexp (6) #
///bb9194a24d6cf50f33e1507790424290#$
12:35:20.219658 tramp-send-command (6) # PAGER=""; export PAGER
12:35:20.229111 tramp-wait-for-regexp (6) #
///bb9194a24d6cf50f33e1507790424290#$
12:35:20.229472 tramp-send-command (6) # unset correct autocorrect
MAILPATH MAILCHECK MAIL HISTORY CDPATH
12:35:20.238889 tramp-wait-for-regexp (6) #
///bb9194a24d6cf50f33e1507790424290#$
12:35:20.239632 tramp-maybe-open-connection (3) # Opening connection
for address@hidden using scpc...done
12:35:20.239807 tramp-send-command (6) # cd
/N/dc/scratch/tmuhlhof/<redacted>/; exec env
PS1=/scpc\:address@hidden:\ \#\$\  R --no-readline

---------------------------------------------------

I have redacted the actual path to help a little with security.

One guess (by someone who doesn't quite understand everything that's
going on here): would the expression 'exec env
PS1=/scpc\:address@hidden:\ \#\$\', imply that the only
two available prompt characters are "#" and "$"? That would present a
problem, since the prompt character in R's interpreter is ">". But
maybe that means something else.

Thanks!
   Toby



-- 
           Dr. Tobias Mühlhofer
           Assistant Professor
           Department of Finance
           Kelley School of Business
           Indiana University
           +1-812-855-9270
           http://tobias.muhlhofer.com



reply via email to

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