<div dir="ltr">Hello,<div><br></div><div>Have you made sure that the run_erl program is still running?</div><div><br></div><div>> ps aux | grep run_erl<br></div><div><br></div><div>This sort of problem would happen if run_erl for some reason exited without taking the erlang vm with it and not cleaning up the fifos. There should be a file called run_erl.log in the same directlory where the erlang log files are, maybe it contains some information about what has happened?</div>
<div><br></div><div>Lukas</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jun 23, 2014 at 3:13 PM, Ivan Uemlianin <span dir="ltr"><<a href="mailto:ivan@llaisdy.com" target="_blank">ivan@llaisdy.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear All<br>
<br>
I have an erlang release (packaged using rebar) running on a server. After a bit of maintenance and stopping and starting, I notice I can't attach to the running release:<br>
<br>
  $ ./bin/appnode attach<br>
  No running Erlang on pipe /tmp/path/to/erlang.pipe.123: No such device or address<br>
<br>
The pipe directory exists, containing files erlang.pipe.123.r and erlang.pipe.123.w.  File permissions look ok.  I can ping the node.  The release is running normally.<br>
<br>
I have tried<br>
<br>
  $./erts-5.9.3.1/bin/to_erl /tmp/path/to/erlang.pipe.123<br>
<br>
and that has the same result. (the version of erts is quite old).<br>
<br>
I have googled around the interwebs.<br>
<br>
Can anyone suggset some ideas for why this is happening and, mainly, how I can attach?<br>
<br>
With thanks and best wishes<br>
<br>
Ivan<br>
<br>
<br>
-- <br>
==============================<u></u>==============================<br>
Ivan A. Uemlianin PhD<br>
Llaisdy<br>
Speech Technology Research and Development<br>
<br>
                    <a href="mailto:ivan@llaisdy.com" target="_blank">ivan@llaisdy.com</a><br>
                     <a href="http://www.llaisdy.com" target="_blank">www.llaisdy.com</a><br>
                         <a href="http://llaisdy.wordpress.com" target="_blank">llaisdy.wordpress.com</a><br>
              <a href="http://github.com/llaisdy" target="_blank">github.com/llaisdy</a><br>
                     <a href="http://www.linkedin.com/in/ivanuemlianin" target="_blank">www.linkedin.com/in/<u></u>ivanuemlianin</a><br>
<br>
                        festina lente<br>
==============================<u></u>==============================<br>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</blockquote></div><br></div>