X11経由でFirefoxやChromeを配信することはできません。

X11経由でFirefoxやChromeを配信することはできません。

ヘッドレスDebianホストとVirtualboxクライアントがあります。以前はDebianから私のローカルコンピュータにFirefoxを渡すことができましたが、突然動作が停止しました。

xtermまたはxeyesはまだ以前と同じように機能し、問題はありません。

Firefoxを起動しようとしています。

ssh -v  -X <hostname> firefox

結果は次のとおりです。

/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

debug1: channel 2: free: x11, nchannels 2

debug1: client_input_channel_open: ctype x11 rchan 3 win 65536 max 16384

debug1: client_request_x11: request from 127.0.0.1 33734

debug1: channel 1: new [x11]

debug1: confirm x11

debug1: client_input_channel_open: ctype x11 rchan 4 win 65536 max 16384

debug1: client_request_x11: request from 127.0.0.1 33742

debug1: channel 2: new [x11]

debug1: confirm x11

X11 connection rejected because of wrong authentication.

X11 connection rejected because of wrong authentication.

debug1: channel 1: free: x11, nchannels 3

debug1: channel 2: free: x11, nchannels 2

debug1: client_input_channel_open: ctype x11 rchan 3 win 65536 max 16384

debug1: client_request_x11: request from 127.0.0.1 33754

debug1: channel 1: new [x11]

debug1: confirm x11

Error: cannot open display: localhost:10.0

debug1: client_input_channel_req: channel 0 rtype exit-status reply 0

debug1: client_input_channel_req: channel 0 rtype [email protected] reply 0

debug1: channel 0: free: client-session, nchannels 2

X11 connection rejected because of wrong authentication.

debug1: channel 1: free: x11, nchannels 1

Transferred: sent 102100, received 18628 bytes, in 31.7 seconds

Bytes per second: sent 3224.1, received 588.2

debug1: Exit status 1

Chromiumは次の出力を提供します。

/bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)

X11 connection rejected because of wrong authentication.

[69559:69559:0920/114752.211400:ERROR:ozone_platform_x11.cc(240)] Missing X server or $DISPLAY

[69559:69559:0920/114752.211590:ERROR:env.cc(255)] The platform failed to initialize.  Exiting.

どんなアイデアがありますか?

ベストアンサー1

おすすめ記事