./runinstaller 时检测不满足256色, failed ------
解决:root下执行 xdpyinfo
记录下name of display: 192.168.1.2:0.0
再执行 xhost+
返回信息为: access control disabled,clients can connect from any host
su - oracle
export DISPLAY=192.168.1.2:0.0
OK!
可以再输入xdpyinfo检查,或者xclock检查
ps: 在 192.1681.2 后面的 :0.0 这个是显示器号 :0.0 是第一个图形连接,我可以用另一个电脑连接它,
那么就是 192.168.1.2:1.0 了。
如果有错误和疑问欢迎指出和追问
联系邮箱:qrcg92@foxmail.com