Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report error on remote command #1097

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 18, 2020

  1. mosh.pl: remove unnecessary block

    Early exit from a block is clearer.
    cgull committed May 18, 2020
    Configuration menu
    Copy the full SHA
    1251728 View commit details
    Browse the repository at this point in the history
  2. mosh.pl: Move server argv construction to parent from child.

    This allows its use for error messages in the parent-- used in the
    next commit.
    cgull committed May 18, 2020
    Configuration menu
    Copy the full SHA
    f39e1cc View commit details
    Browse the repository at this point in the history
  3. mosh.pl: Report errors on server command failure.

    I think this will help with the papercut of "Did not find mosh server
    startup message".  This message confuses people; often the real
    problem is that the command to start the remote mosh-server failed
    somehow.
    
    Fixes mobile-shell#1042, partially resolves mobile-shell#1005.
    
    Also relevant for mobile-shell#1042 and countless questions on IRC.
    cgull committed May 18, 2020
    Configuration menu
    Copy the full SHA
    00b3688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6e7f3e View commit details
    Browse the repository at this point in the history