Xlib: connection to ":0.0" refused by server, Xlib: No protocol specified, Xlib: No protocol specifi

来源:互联网 发布:大数据hadoop指令 编辑:程序博客网 时间:2024/06/06 00:07

linux 安装oracle

新建用户oracle

以日常工作用的那个用户登录,在shell中运行
xhost local:oracle
non-network local connections being added to access control list
然后oracle身份就能运行X程式了。

 

man xhost中有这样一段
       A complete name has the syntax ‘‘family:name’’ where the families are as follows:
       inet      Internet host (IPv4)
       inet6     Internet host (IPv6)
       dnet      DECnet host
       nis       Secure RPC network name
       krb       Kerberos V5 principal
       local     contains only one name, the empty string
       si        Server Interpreted
其中local那个是用来解决同一台机器的不同用户访问X的问题的。