<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div>Hi all,</div><div>I'm running an Erlang application on a remote shell. I'm running it via:</div><div>./bin/myapp start</div><div>./bin/myapp attach</div><div>The local computer has crashed, so the terminal that ran those two commands is dead. </div><div>I restarted the computer and when I went back to the remote shell and tried to reattach to the already running application, I received the following error message:</div><div>"Another to_erl process already attached to pipe /tmp//opt/mydir/myapp/erlang.pipe.1."</div><div><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">Is there a way to reattach to the running application without
 killing it (ie ./bin/myapp stop)</div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: transparent; font-style: normal;">thanks</div></div></body></html>