國網中心使用問題 - Linux

Table of Contents

國網中心有提供遠端運算的服務,

我是利用Xming和PuTTy進行ssh連線.

PuTTy連線時有記得打開Enable X11 forwarding,

X display location設為localhost:0

先打開Xming在用PuTTy連線至國網的電腦(IBM cluster 1350)

但用xclock等指令測試GUI卻都會失敗:

uefflc00@irish2:[61] xclock
Xlib: connection to "localhost:20.0" refused by server
Xlib: PuTTY X11 proxy: wrong authentication protocol attempted
Error: Can't open display: localhost:20.0

想請問各位這可能是什麼問題以及怎麼解決呢?

--

All Comments

Zanna avatarZanna2010-08-06
看看xming的設定也是localhost:0嗎?
William avatarWilliam2010-08-10
"跳過"設定 DISPLAY 那個指令試試看..
Megan avatarMegan2010-08-11
PuTTy的設定是localhost:0
Xming的Display number也是0
Joe avatarJoe2010-08-15
請問兩位說的是這個嗎/
Ethan avatarEthan2010-08-19
這樣問題仍然在
Connor avatarConnor2010-08-24
用setenv DISPLAY {your_ip}:0.0 試試看