<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 24/09/2016 17:43, Nikolay Bildeyko
      wrote:<br>
    </div>
    <blockquote
      cite="mid:1608ec62-4828-7ddd-6df9-7af4175ce5bb@gmail.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      Dear List,<br>
      <br>
      I have a problem with attachment to my running application. On my
      Amazon server (Amazon Linux) it works great, but on my local
      machine (Linux Mint 17.3) I have next problem:<br>
      I start application with name <a moz-do-not-send="true"
        class="moz-txt-link-abbreviated"
        href="mailto:ServerDev@example.com">ServerDev@example.com</a>:<br>
          bin/server start<br>
      when I want to attach I have an error:<br>
          bin/server attach<br>
      <div class="moz-signature">
        <meta http-equiv="content-type" content="text/html;
          charset=windows-1252">
        <title></title>
            Node is not running!<br>
        <br>
        Although epmd say me that app is running and I can get data from
        app by curl:<br>
            epmd -names<br>
            epmd: up and running on port 4369 with data:<br>
            name ServerDev at port 47963<br>
        <br>
        Log files are empty. <br>
        Also I can't stop the app. stop command does nothing. install
        command also doesn't work.<br>
        <br>
        About versions:<br>
            rebar 3.2.0 and Erlang/OTP 19 Erts 8.0<br>
        <br>
        <font color="#245696">Cheers,<br>
          Nikolay Bildeyko</font><br>
      </div>
    </blockquote>
    <br>
    That usually happens when you start the node with -name (indicating
    a long name) where the name isn't a valid FQDN (isn't properly
    resolved by DNS). How do you supply the name of the node, with -name
    or -sname? If the former, can you resolve that name to IP with dig
    or drill?<br>
    <br>
    Grzegorz<br>
  </body>
</html>