mosh のインストール
最近話題のmosh(MObile SHell)を触ろうとしてみたけれど、インストールの段階で少々はまってしまったので、解決までの道のりについて備忘録を残しておく。
環境 moshはサーバとクライアントの両方にインストールする必要がある。僕の場合はサーバがUbuntu(12.04)でクライアントがMacOS X Mountain Lionである。
サーバ
$ cat /etc/lsb-release | grep RELEASE DISTRIB_RELEASE=12.04 クライアント
$ sw_vers | grep ProductVersion ProductVersion: 10.8.2 はまりどころ 次のようにしてMacOSにmoshをインストールした。
$ brew install mosh 無事にインストールできたようなので、example.comに接続しようとしてみた。
$ mosh example.com Condition components:
&error &who who: “open-file-input-port” &message message: “No such file or directory” &irritants irritants: ((“example.com”)) Exception: error in raise: returned from non-continuable exception
Stack trace: 1. throw: 2. (raise c): baselib.scm:943 3. open-file-input-port: 4.
[Read More]