リモートボックスにSSHで接続する場合
$ ssh -X remotebox
次に、リモートボックスでfirefoxを起動します
remotebox$ firefox
ローカルマシンでfirefoxを実行している場合、ローカルのfirefoxウィンドウが開きます。リモートボックスで実行されているfirefoxプロセスはありません。
ローカルマシンでFirefoxが実行されていない場合、リモートのFirefoxウィンドウが開きます。
なぜローカルのFirefoxウィンドウを開くのですか?どうすればそれを防ぐことができますか?
ここに私のローカルシステムの詳細があります。
Linux lesmana-laptop 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:24:04 UTC 2010 i686 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
DISPLAY=:0.0
Mozilla Firefox 3.6.8, Copyright (c) 1998 - 2010 mozilla.org
remoteboxの情報。
Linux dxray 2.6.22.19-0.4-default #1 SMP 2009-08-14 02:09:16 +0200 x86_64 x86_64 x86_64 GNU/Linux
LSB Version: core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64:desktop-3.1-amd64:desktop-3.1-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.1-amd64:graphics-3.1-noarch
Distributor ID: SUSE LINUX
Description: openSUSE 10.3 (X86-64)
Release: 10.3
Codename: n/a
DISPLAY=localhost:15.0
Mozilla Firefox 3.0.14, Copyright (c) 1998 - 2009 mozilla.org
次のコマンドは、リモートfirefoxウィンドウでリモートfirefoxセッションを開始します。
remotebox$ firefox -no-remote
次のコマンドは短い遅延を生成し、その後プロンプトに戻り、ローカルのFirefoxウィンドウがポップアップします。remoteboxで実行されているfirefoxプロセスはありません。
remotebox$ firefox
remotebox2の情報。
Linux marvin 2.6.31-22-generic #60-Ubuntu SMP Thu May 27 00:22:23 UTC 2010 i686 GNU/Linux
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 9.10
Release: 9.10
Codename: karmic
DISPLAY=localhost:11.0
Mozilla Firefox 3.6.8, Copyright (c) 1998 - 2010 mozilla.org
remotebox2で次のコマンドを実行すると、期待どおりにリモートFirefoxセッションが開始されます。
remotebox2$ firefox
remotebox2上のfirefoxがローカルセッションではなくリモートセッションを開始する理由がわかりません。
$DISPLAY
は問題ではないようです。sshが適切に設定しているようです。
$DISPLAY
ローカルマシンとリモートマシンの両方で変数の内容を取得できますか?