Xlib: connection to ":0.0" refused by server 問題
這些天在安裝和執行ORACLE9I的時候遇到好多問題.有些問題已經解決,現在把再出現的問題貼出來,
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
這個是因為XHOST的問題.具體解決方法就是在root的使用者下執行 xhost +
當提示access control disabled, clinens can connect from any host的時候就表示可以在ROOT使用者下執行DBCA的操作.
xhost的意義
發信人: lisuit (冷月), 信區: Unix
標 題: Re: 請問命令xhost的作用和內部機制是幹啥的
發信站: BBS 水木清華站 (Fri Sep 3 18:14:05 1999)
xhost 是用來控制X server訪問許可權的。
通常當你從hostA登陸到hostB上執行hostB上的應用程式時,
做為應用程式來說,hostA是client,但是作為圖形來說,
是在hostA上顯示的,需要使用hostA的Xserver,所以hostA是
server.因此在登陸到hostB前,需要在hostA上執行xhost +
來使其它使用者能夠訪問hostA的Xserver.
xhost + 是使所有使用者都能訪問Xserver.
xhost + ip使ip上的使用者能夠訪問Xserver.
xhost + nis:user@domain使domain上的nis使用者user能夠訪問
xhost + inet:user@domain使domain上的inet使用者能夠訪問。
還有一些option,還是仔細看一下manual吧。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/181629/viewspace-859581/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Xlib: connection to ":0.0" refused by server(openSUSE)Server
- Xlib: connection to ":0.0" refused by server Xlib: No protocol specified解決方案ServerProtocol
- 【轉載】Xlib: connection to ":0.0" refused by server的解決方法Server
- EJB create時ConnectException: Connection refused to host:....問題Exception
- java.net.ConnectException: Connection refused (Connection refused)JavaException
- mysql connection refusedMySql
- Error:Can't connect to SOCKS proxy:Connection refused (Connection refused)Error
- IOException in sending Request :: Connection refusedException
- The connection to the server 10.10.0.2:6443 was refused - did you specify the right host or port?Server
- ES3.0安裝ORACLE出現Xlib: connection toS3Oracle
- FTP Connection refused error 解決辦法FTPError
- go get報錯connect: connection refusedGo
- 解決telnet: connect to address 127.0.0.1: Connection refused的錯誤資訊問題127.0.0.1
- CM agent 傳送heartbeat給CM server 不斷髮生 connection refused:timed outServer
- jdbc連線sql server 出現 java.sql.SQLException: Network error IOException: Connection refused:JDBCSQLServerJavaExceptionError
- java.net.ConnectException: Connection refused 異常JavaException
- ssh: connect to host localhost port 22: Connection refusedlocalhost
- java.sql.SQLException: Io 異常: Connection refusedJavaSQLException
- Mysql mysql lost connection to server during query 問題解決方法MySqlServer
- Linux啟動tomcat後執行shutdown.sh關閉時出現異常:Connection refused (Connection refused)LinuxTomcat
- raw.githubusercontent.com port 443: Connection refusedGithub
- AS編譯不通過,提示Error:Connection refused: connect編譯Error
- Gradle 編譯不通過 connection refused connectGradle編譯
- Oracle11G監聽報錯Connection refusedOracle
- Solaris SSH 服務處於maintenance模式,ssh connection refusedAINaN模式
- Error!: SQLSTATE[HY000] [2002] Connection refusedErrorSQL
- kubernetes應用flannel失敗 Connection refused.
- 坑:ssh: connect to host github.com port 22: Connection refusedGithub
- oracle listener錯誤Linux Error: 111: Connection refusedOracleLinuxError
- scp時候出現ssh Connection refused的解決方案
- ssh連線Linux收到The remote system refused the connection報錯LinuxREM
- Connection/Session/Server ProcessesSessionServer
- OGG 同步報錯 - TCP/IP error 111 (Connection refused)TCPError
- 1 Million TCP Connection 問題解決TCP
- 異常解決——GitLab : ssh: connect to host port 22: Connection refusedGitlab
- Listener refused the connection with the following error:ORA-12514, TNS:listenerError
- telnet localhost 44444 telnet: connect to address ::1: Connection refusedlocalhost
- Connection to https://dl-ssl.google.com refused的解決辦法HTTPGo