Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am attempting to use ESS with EC2. I start an instance in the EC2 console and then ssh into the instance.

M-x shell
cd ~/.ec2
ssh -i zmjones.pem root@ec2-23-22-122-35.compute-1.amazonaws.com

Then I start ESS with

M-x ess-remote

Where I select r. However when I attempt to interact with the process I get an error "R process has died." However I can manually enter commands into the shell by pasting commands from my script into the shell.

share|improve this question
This looks like a bug in ess-remote. Is the exact message "Process R has died"? – VitoshKa May 22 '12 at 8:15
Yes that is it exactly. That is a major bummer if true. It seems to work for other people with EC2 though. – Zach May 22 '12 at 11:20

1 Answer

up vote 1 down vote accepted

The process is not correctly associated with the buffer. Try C-c C-z or C-c C-s to associate the current buffer with the process.

If you still experience this problem, would be good to report on ess bug tracker at github or ess-help.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.