<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I'm baffled. It seems to work now.<br>
    <br>
    I compiled from git and installed it into /usr/local/bin/mosh ,
    which seems to work:<br>
    <br>
    <blockquote type="cite">patrik@hirvinen:~/mosh⟫
      /usr/local/bin/mosh-server new -v<br>
      <br>
      MOSH CONNECT 60003 RobGIv+BFf58Q79o6/Fs3w<br>
      <br>
      mosh-server (mosh 1.2.5.95rc1) [build mosh-1.2.5.95rc1-4-gece4280]<br>
      Copyright 2012 Keith Winstein <a class="moz-txt-link-rfc2396E" href="mailto:mosh-devel@mit.edu">&lt;mosh-devel@mit.edu&gt;</a><br>
      License GPLv3+: GNU GPL version 3 or later
      <a class="moz-txt-link-rfc2396E" href="http://gnu.org/licenses/gpl.html">&lt;http://gnu.org/licenses/gpl.html&gt;</a>.<br>
      This is free software: you are free to change and redistribute it.<br>
      There is NO WARRANTY, to the extent permitted by law.<br>
      <br>
      [mosh-server detached, pid = 7075]<br>
      patrik@hirvinen:~/mosh⟫ No connection within 60 seconds.<br>
      <br>
      [mosh-server is exiting.]<br>
    </blockquote>
    I rolled the non-local mosh back to 1.2.5-2, which now behaves as
    expected:<br>
    <br>
    <blockquote type="cite">patrik@hirvinen:~⟫ /usr/bin/mosh-server new
      -v<br>
      <br>
      MOSH CONNECT 60002 Ti+bmtXqIggnLbFaygEZpw<br>
      <br>
      mosh-server (mosh 1.2.5) [build mosh 1.2.5]<br>
      Copyright 2012 Keith Winstein <a class="moz-txt-link-rfc2396E" href="mailto:mosh-devel@mit.edu">&lt;mosh-devel@mit.edu&gt;</a><br>
      License GPLv3+: GNU GPL version 3 or later
      <a class="moz-txt-link-rfc2396E" href="http://gnu.org/licenses/gpl.html">&lt;http://gnu.org/licenses/gpl.html&gt;</a>.<br>
      This is free software: you are free to change and redistribute it.<br>
      There is NO WARRANTY, to the extent permitted by law.<br>
      <br>
      [mosh-server detached, pid = 30260]<br>
      patrik@hirvinen:~⟫ No connection within 60 seconds.<br>
      <br>
      [mosh-server is exiting.]<br>
      <br>
      patrik@hirvinen:~⟫<br>
    </blockquote>
    <br>
    ldd for ubuntu version<br>
    <blockquote type="cite">patrik@hirvinen:~⟫ ldd /usr/bin/mosh-server<br>
              linux-vdso.so.1 =&gt;  (0x00007ffc10bba000)<br>
              libtinfo.so.5 =&gt; /lib/x86_64-linux-gnu/libtinfo.so.5
      (0x00007f689d232000)<br>
              libprotobuf.so.9 =&gt;
      /usr/lib/x86_64-linux-gnu/libprotobuf.so.9 (0x00007f689cf14000)<br>
              libcrypto.so.1.0.0 =&gt;
      /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f689cab8000)<br>
              libutil.so.1 =&gt; /lib/x86_64-linux-gnu/libutil.so.1
      (0x00007f689c8b5000)<br>
              libz.so.1 =&gt; /lib/x86_64-linux-gnu/libz.so.1
      (0x00007f689c69b000)<br>
              libutempter.so.0 =&gt;
      /usr/lib/x86_64-linux-gnu/libutempter.so.0 (0x00007f689c497000)<br>
              libstdc++.so.6 =&gt;
      /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f689c115000)<br>
              libm.so.6 =&gt; /lib/x86_64-linux-gnu/libm.so.6
      (0x00007f689be0c000)<br>
              libgcc_s.so.1 =&gt; /lib/x86_64-linux-gnu/libgcc_s.so.1
      (0x00007f689bbf5000)<br>
              libpthread.so.0 =&gt;
      /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f689b9d8000)<br>
              libc.so.6 =&gt; /lib/x86_64-linux-gnu/libc.so.6
      (0x00007f689b60f000)<br>
              libdl.so.2 =&gt; /lib/x86_64-linux-gnu/libdl.so.2
      (0x00007f689b40a000)<br>
              /lib64/ld-linux-x86-64.so.2 (0x000056244f71e000)<br>
    </blockquote>
    <br>
    ldd for git version:<br>
    <blockquote type="cite">patrik@hirvinen:~/mosh⟫ ldd
      /usr/local/bin/mosh-server<br>
              linux-vdso.so.1 =&gt;  (0x00007ffc611c3000)<br>
              libtinfo.so.5 =&gt; /lib/x86_64-linux-gnu/libtinfo.so.5
      (0x00007fa40eac2000)<br>
              libprotobuf.so.9 =&gt;
      /usr/lib/x86_64-linux-gnu/libprotobuf.so.9 (0x00007fa40e7a4000)<br>
              libcrypto.so.1.0.0 =&gt;
      /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007fa40e348000)<br>
              libutil.so.1 =&gt; /lib/x86_64-linux-gnu/libutil.so.1
      (0x00007fa40e145000)<br>
              libz.so.1 =&gt; /lib/x86_64-linux-gnu/libz.so.1
      (0x00007fa40df2b000)<br>
              libutempter.so.0 =&gt;
      /usr/lib/x86_64-linux-gnu/libutempter.so.0 (0x00007fa40dd27000)<br>
              libstdc++.so.6 =&gt;
      /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007fa40d9a5000)<br>
              libm.so.6 =&gt; /lib/x86_64-linux-gnu/libm.so.6
      (0x00007fa40d69c000)<br>
              libgcc_s.so.1 =&gt; /lib/x86_64-linux-gnu/libgcc_s.so.1
      (0x00007fa40d485000)<br>
              libpthread.so.0 =&gt;
      /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fa40d268000)<br>
              libc.so.6 =&gt; /lib/x86_64-linux-gnu/libc.so.6
      (0x00007fa40ce9f000)<br>
              libdl.so.2 =&gt; /lib/x86_64-linux-gnu/libdl.so.2
      (0x00007fa40cc9a000)<br>
              /lib64/ld-linux-x86-64.so.2 (0x00005576a826b000)<br>
    </blockquote>
    <br>
    <br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 27.07.2016 12:26, Keith Winstein
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAMzhQmNN50wYpgq-+4gr6ncL8SD5aHNFrqLpf9L1UqWVP-zg4g@mail.gmail.com"
      type="cite">
      <meta http-equiv="Context-Type" content="text/html; charset=UTF-8">
      <div dir="ltr">I can't seem to replicate this using a fresh Amazon
        EC2 instance with Ubuntu 16.04 LTS -- it works for me. :-(
        <div><br>
        </div>
        <div>It does look a lot like <a moz-do-not-send="true"
            href="https://github.com/mobile-shell/mosh/issues/727"
            target="_blank">https://github.com/mobile-shell/mosh/issues/727</a>
          aka <a moz-do-not-send="true"
            href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817929"
            target="_blank">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=817929</a>,
          which we believe to be fixed in the 1.2.5-2 package.
          <div><br>
          </div>
          <div>If you run "mosh-server" at the command line, what is the
            version output? It should look something like "mosh-server
            (mosh 1.2.5) [build mosh 1.2.5]".</div>
        </div>
        <div><br>
        </div>
        <div>Can we also see the output of "which mosh-server" and "ldd
          /usr/bin/mosh-server"?</div>
        <div><br>
        </div>
        <div>Thanks,</div>
        <div>Keith</div>
        <div class="gmail_extra"><br>
          <div class="gmail_quote">On Wed, Jul 27, 2016 at 1:19 AM,
            Patrik Hirvinen <span dir="ltr">&lt;<a
                moz-do-not-send="true"
                href="mailto:patrik.hirvinen@iki.fi" target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:patrik.hirvinen@iki.fi">patrik.hirvinen@iki.fi</a></a>&gt;</span>
            wrote:<br>
            <blockquote class="gmail_quote">As requested on IRC, output
              of mosh-server new -v<br>
              <br>
              &gt; patrik@hirvinen:~⟫ mosh-server new -v -i
              37.252.125.72 -p 60001:61000<br>
              &gt; MOSH CONNECT 60001 J0DaNHE4DY7Icic2RA8tJg<br>
              &gt; mosh-server (mosh 1.2.5) [build mosh<br>
              &gt; 1.2.5]                                     Copyright
              2012 Keith<br>
              &gt; Winstein &lt;<a moz-do-not-send="true"
                href="mailto:mosh-devel@mit.edu" target="_blank">mosh-devel@mit.edu</a>&gt;<br>
              &gt; License GPLv3+: GNU GPL version 3 or later<br>
              &gt; &lt;<a moz-do-not-send="true"
                href="http://gnu.org/licenses/gpl.html" rel="noreferrer"
                target="_blank">http://gnu.org/licenses/gpl.html</a>&gt;.<br>
              &gt; This is free software: you are free to change and
              redistribute<br>
              &gt; it.              There is NO WARRANTY, to the extent
              permitted by law.<br>
              &gt;<br>
              &gt; [mosh-server detached, pid = 20937]<br>
              Paste breaks somehow, this is immediately afterwards<br>
              &gt; patrik@hirvinen:~⟫ pgrep mosh<br>
              "1" below is pgrep's exit status<br>
              &gt; 1 patrik@hirvinen:~⟫<br>
              <br>
              For context, paste from IRC:<br>
              &gt; 10:56 &lt; Hirvinen&gt; Hi! Just wanted to pop in to
              tell that on my Ubuntu<br>
              &gt; 16.04<br>
              &gt;   VPS, the version in default repositories (1.2.5-2)
              doesn't work.<br>
              &gt; "nothing<br>
              &gt;   received on 60001". Running mosh-server manually
              also exits<br>
              &gt; immediately, not    after 60 seconds. I can use nc to
              communicate on<br>
              &gt; UDP 60001. For me, this was<br>
              &gt;   fixed by upgrading to Ubuntu PPA version<br>
              &gt; 1.2.5.95rc1+1152-0ppa~ubuntu16.04.1<br>
              &gt;   . I'm not using sslh. Is this a known issue?<br>
              &gt; 10:56 &lt; Hirvinen&gt; If not, may I help by
              providing additional information?<br>
              <span><br>
                --<br>
                Patrik Hirvinen<br>
                <a moz-do-not-send="true"
                  href="mailto:patrik.hirvinen@iki.fi" target="_blank">patrik.hirvinen@iki.fi</a><br>
                <a moz-do-not-send="true"
                  href="tel:%2B358-%280%2940-7186320"
                  value="+358407186320" target="_blank">+358-(0)40-7186320</a><br>
                <br>
                _______________________________________________<br>
                mosh-devel mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:mosh-devel@mit.edu" target="_blank">mosh-devel@mit.edu</a><br>
                <a moz-do-not-send="true"
                  href="http://mailman.mit.edu/mailman/listinfo/mosh-devel"
                  rel="noreferrer" target="_blank">http://mailman.mit.edu/mailman/listinfo/mosh-devel</a><br>
              </span></blockquote>
          </div>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Patrik Hirvinen
<a class="moz-txt-link-abbreviated" href="mailto:patrik.hirvinen@iki.fi">patrik.hirvinen@iki.fi</a>
+358-(0)40-7186320</pre>
  </body>
</html>