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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- vs code jshint報錯或者Open browser failed!! Please check if you have installed the browser correctly!錯誤.JSAI
- 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
- MySQL 中出現報錯提示: ‘Variable ‘XXX‘ is a read only variable‘的解決方法MySql
- zabbix報錯fping failed:no outputAI
- OGG Director報錯 Connection FAILEDAI
- 完美解決xhost +報錯: unable to open display
- PHP composer 報錯 certificate verify failedPHPAI
- IDEA 報錯Failed to load JVM DLLIdeaAIJVM
- SQLServer映象報錯Connection handshake failedSQLServerAI
- PHPExcel 在 PHP7.0 以上版本報錯PHPExcel
- PRVF-4007 : User equivalence check failed for user "grid"UIAI
- weblogic報錯: OPatch failed with error code 73WebAIError
- Laravel7.0 Route::get ()->name ('home') route ('home') 報錯Laravel
- 程式碼會引發 Notice: Undefined variable: undefined_variable 錯誤Undefined
- laradock 執行報錯 Service 'workspace' failed to build:AIUI
- ThinkCMF製作文章列表 <portal:articles 標籤報錯 Undefined variable $voUndefined
- 報錯:TestEngine with ID ‘junit-jupiter‘ failed to discover testsAI
- ElasticSearch啟動報錯 ERROR: [4] bootstrap checks failedElasticsearchErrorbootAI
- cadvisor報錯failed to collect filesystem stats- rootDiskErr: du command failed on /rootfs/var/lib/docAI
- Flutter:VM snapshot must be valid. Check failed: vm. Must be able to initializeFlutterAI
- 啟動IDEA 報 failed to load jvm dll XXX 錯誤IdeaAIJVM
- Vue 啟動專案報錯 Failed to compile with 2 errorsVueAICompileError
- jpa報錯 Failed to initialize JPA EntityManagerFactory: Unable to instantiate default tuplizerAI
- SQLServer搭建域控下映象報錯Connection handshake failedSQLServerAI
- 上傳報錯:Upload Failed: Your upload has failed a virus scan. Please choose another file.AI
- Linux 以執行使用者執行定時任務後,報錯 Failed to cache access tokenLinuxAI
- 錯誤解決:Attempting to use uninitialized value VariableZed
- 解決Error Initialization failed for ‘https://start.spring.io‘Please check URL, nErrorAIHTTPSpring
- Oracle 18c bug 執行 DBMS_PDB.CHECK_PLUG_COMPATIBILITY報錯Oracle
- anacond 或python3 報check_hostname requires server_hostname錯誤PythonUIServer
- imagick使用readImage報錯 Failed to read the file 或者沒有報錯內容的解決方法AI
- nginx 報錯 accept4 () failed (24: Too many open files)NginxAI
- Installation failed with message INSTALL_FAILED_USER_RESTRICTED錯誤AIREST
- iOS開發除錯之報錯:Command /usr/bin/codesign failed with exit code 1iOS除錯AI
- [Vue warn]: Invalid prop: type check failed for prop "unlinkPanels". Expected Boolean, got String with value "true".VueAIBooleanGo
- 呼叫https介面時報錯:PKIX path building failed 的問題HTTPUIAI
- IDEA啟動時報Failed to create JVM錯誤的解決IdeaAIJVM
- 報錯install_driver(mysql) failed: Attempt to reload DBD/mysql.pmMySqlAI