a*s 发帖数: 2 | 1 我从 unix 机器 A telnet 到 unix 机器B, 然后我 想要打开
xterm, it tell me:
Xlib: connection to "***.***.***.***:0.0" refused by server
Xlib: Client is not authorized to connect to Server
Error: Can't open display: ***.***.***.***:0.0
It is no use for setenv DISPLAY ***.***.***.***:0.0
I tried xhost +, but I failed to do that. What else I can do it.
Anyone know how to deal with it. | z*******w 发帖数: 79 | 2 At host A, type
$ xhost
make sure host B is allowed to access.
If B is allowed, then check A's firewall. port 6000 should be open to B
【在 a*s 的大作中提到】 : 我从 unix 机器 A telnet 到 unix 机器B, 然后我 想要打开 : xterm, it tell me: : Xlib: connection to "***.***.***.***:0.0" refused by server : Xlib: Client is not authorized to connect to Server : Error: Can't open display: ***.***.***.***:0.0 : It is no use for setenv DISPLAY ***.***.***.***:0.0 : I tried xhost +, but I failed to do that. What else I can do it. : Anyone know how to deal with it.
| u***z 发帖数: 3 | 3 you mean that you use $xhost +, but failed.
You should type it on Unix A, if you open many xterms. :(
I did that several times. //shy
【在 a*s 的大作中提到】 : 我从 unix 机器 A telnet 到 unix 机器B, 然后我 想要打开 : xterm, it tell me: : Xlib: connection to "***.***.***.***:0.0" refused by server : Xlib: Client is not authorized to connect to Server : Error: Can't open display: ***.***.***.***:0.0 : It is no use for setenv DISPLAY ***.***.***.***:0.0 : I tried xhost +, but I failed to do that. What else I can do it. : Anyone know how to deal with it.
| kb 发帖数: 73 | 4 At A: xhost + (IP or symbolic name of B, like bbs.mit.edu)
At B: setenv DISPLAY IP of A: 0.0
then it should work.【 在 aps (sea) 的大作中提到: 】 |
|