Linux 7.0 報錯: Check if the DISPLAY variable is set. Failed
Checking monitor: must be configured to display at least 256 colors >>> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set. Failed <<<<
解決 要點主要是要執行host +打通 接受控制;不是去安裝啥補丁!安裝啥包 如果碰到以上這個問題,就跟著下面的設定一定可以搞定!如果還是不能拿就是RP問題了。。。
1.先進入ROOT內:
su – root
password:xxxxx DISPLAY=:0.0; export DISPLAY echo $DISPLAY
cd /usr/openwin/bin
./xhost
access control enabled, only authorized clients can connect
./xhost + access control disabled, clients can connect from any host
2. 然後進入ORACLE
su - oracle
$ DISPLAY=:0.0; export DISPLAY
$ echo $DISPLAY :0.0
$ ls
doc response stage install runInstaller welcome.html
$ ./runInstaller 怎麼樣,解決了吧!就是這麼簡單!!
解決 要點主要是要執行host +打通 接受控制;不是去安裝啥補丁!安裝啥包 如果碰到以上這個問題,就跟著下面的設定一定可以搞定!如果還是不能拿就是RP問題了。。。
1.先進入ROOT內:
su – root
password:xxxxx DISPLAY=:0.0; export DISPLAY echo $DISPLAY
cd /usr/openwin/bin
./xhost
access control enabled, only authorized clients can connect
./xhost + access control disabled, clients can connect from any host
2. 然後進入ORACLE
su - oracle
$ DISPLAY=:0.0; export DISPLAY
$ echo $DISPLAY :0.0
$ ls
doc response stage install runInstaller welcome.html
$ ./runInstaller 怎麼樣,解決了吧!就是這麼簡單!!
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/17172228/viewspace-2135070/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Opatch 報錯 Prerequisite check CheckMinimumOPatchVersion failedUIAI
- MySQL 報錯'Variable 'XXX' is a read only variable'MySql
- Docker 容器中“TERM environment variable not set.”問題解決Docker
- Prerequisite check "CheckActiveFilesAndExecutables" failedUIAI
- vs code jshint報錯或者Open browser failed!! Please check if you have installed the browser correctly!錯誤.JSAI
- RAC User Equivalence Check FailedUIAI
- Linux 報錯Certificate verification failed: The certificate is NOT trusted.LinuxAIRust
- vue報錯:[Vue warn]: Invalid prop: type check failed for prop "value". Expected Number, got String....VueAIGo
- Linux錯誤:xhost unable to open displayLinux
- Error: failed PB timebomb checkErrorAI
- Check_icmp check_host_alive報錯解決方法
- asm報錯一例-support 報錯rename failedASMAI
- mysql登陸報錯mysql: unknown variable 'basedir=MySql
- 完美解決xhost +報錯: unable to open display
- ftp 報錯 550 Failed to open fileFTPAI
- zabbix報錯fping failed:no outputAI
- PHPExcel 在 PHP7.0 以上版本報錯PHPExcel
- MySQL 中出現報錯提示: ‘Variable ‘XXX‘ is a read only variable‘的解決方法MySql
- 解決-Dmaven.multiModuleProjectDirectory system property is not set. Check $M2_HOME environment...MavenProject
- OGG Director報錯 Connection FAILEDAI
- PHP composer 報錯 certificate verify failedPHPAI
- 使用 Lumen 中 predis 報錯 `AUTH` failedRedisAI
- SCP報錯:Host key verification failed.AI
- Can't connect to X11 window server using DISPLAY variableServer
- IDEA 報錯Failed to load JVM DLLIdeaAIJVM
- SQLServer映象報錯Connection handshake failedSQLServerAI
- weblogic報錯: OPatch failed with error code 73WebAIError
- Laravel7.0 Route::get ()->name ('home') route ('home') 報錯Laravel
- PHP報錯“Parseerror:syntaxerror,unexpectedT_VARIABLE”的解決辦法PHPError
- ThinkCMF製作文章列表 <portal:articles 標籤報錯 Undefined variable $voUndefined
- laradock 執行報錯 Service 'workspace' failed to build:AIUI
- ElasticSearch啟動報錯 ERROR: [4] bootstrap checks failedElasticsearchErrorbootAI
- Xtrabackup備份報錯Failed to connect to MySQL serverAIMySqlServer
- nmap報錯: Failed to open device ethxxxAIdev
- 程式碼會引發 Notice: Undefined variable: undefined_variable 錯誤Undefined
- Server Tomcat v7.0 Server at localhost failed to startServerTomcatlocalhostAI
- mysql匯入報錯Variable 'sql_notes' can't be set to the value of 'NULL'MySqlNull
- ASP.NET上傳大檔案報錯,IIS7.0ASP.NET