[MacPorts] #59469: mosh @1.3.2: mosh-server crashing

MacPorts noreply at macports.org
Thu Oct 24 17:13:22 UTC 2019


#59469: mosh @1.3.2: mosh-server crashing
----------------------+--------------------------
  Reporter:  letaage  |      Owner:  quentinmit
      Type:  defect   |     Status:  assigned
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.6.2
Resolution:           |   Keywords:  mountainlion
      Port:  mosh     |
----------------------+--------------------------

Comment (by quentinmit):

 Unfortunately, your crash log does not actually include the mosh-server
 log. The traceback indicates that mosh is intentionally aborting after
 writing a log message about why it aborted. :)

 To capture mosh's debug output, please run in one terminal:

 {{{
 $ mosh-server new -vvv


 MOSH CONNECT 60004 yZKRNQIJBEeDxRrNZuXo5Q

 mosh-server (mosh 1.3.2) [build mosh 1.3.2]
 Copyright 2012 Keith Winstein <mosh-devel at mit.edu>
 License GPLv3+: GNU GPL version 3 or later
 <http://gnu.org/licenses/gpl.html>.
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.

 [mosh-server detached, pid = 88991]
 $
 }}}

 Even though it returns to your prompt, mosh will continue printing its
 log. Then to attach to the session, in another terminal, run

 {{{
 MOSH_KEY=yZKRNQIJBEeDxRrNZuXo5Q mosh-client 127.0.0.1 60004
 }}}

 Obviously you'll need to replace the key and port with whatever your mosh-
 server printed out. This should either get you a working mosh connection,
 or hopefully a crash with useful debug information in the first window.

-- 
Ticket URL: <https://trac.macports.org/ticket/59469#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list