This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / IT 大侠: 在redhat linux 上如何enable xhost ?在local terminal 上:
[usr@localhost usr]$ xhost +
access control disabled, clients can connect from any host
在 remont terminal 上:
usr@remote:~ >emacs &
[1] 9360
usr@remote:~ >emacs: Cannot connect to X server 169.3.50.67:0.
Check the DISPLAY environment variable or use `-d'.
Also use the `xhost' program to verify that it is set to permit
connections from your machine.
[1] Exit 1 emacs
-eagle_no1(瞎起哄);
2004-7-9
{437}
(#1795598@0)
-
高手何在? 怕猪何在?
-eagle_no1(瞎起哄);
2004-7-9
(#1795622@0)
-
拱
-eagle_no1(瞎起哄);
2004-7-9
(#1796131@0)
-
对不起,我只是在IT里面混饭吃的,一般就数据库里写写报表了,不懂的东西实在太多:(
-oceandeep(北极熊·湖州粽子);
2004-7-9
(#1795636@0)
-
$export DISPLAY=127.0.0.1:0.0 (or your xhost client IP:0.0)
$emac &
-ynxie2000(SurferInToronto);
2004-7-16
(#1804406@0)
-
xhost + at your target machine.
-newwwares(神话);
2004-7-16
(#1804994@0)
-
xhost reponse is correct"access control disabled, clients can connect from any host" MEANS the access control has been dropped, all X apps from any host are allowed to connect to the X server running on your local machine. It is a good response in your case.
Did you check the connectivity between the local/remote and wether your local X is running on 0.0. You can do a "ps -ef |grep X" to find out.
-davidxyr(Bear);
2004-7-19
{385}
(#1808338@0)
-
I guess you need to configure XDMCP. Enable it first.
-idleworm(呆虫);
2004-7-30
(#1823654@0)