透過vnc安裝oracle出現at least 256 colors Failed的錯誤處理
1 出現錯誤如下:
Checking Temp space: must be greater than 250 MB. Actual 1570 MB Passed
Checking swap space: must be greater than 500 MB. Actual 1810 MB Passed
Checking monitor: must be configured to display at least 256 colors Failed >> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set.
Some requirement checks failed. You must fulfill these requirements before
continuing with the installation,at which time they will be rechecked.
2 處理思路是修訂vncserver的配置為以下內容:
#!/bin/sh
/usr/openwin/bin/xrdb $HOME/.Xresources
/usr/openwin/bin/xsetroot -solid grey
/usr/openwin/bin/xterm -geometry 1024x768 -ls -title "$VNCDESKTOP Desktop" &
/usr/dt/bin/dtsession &
#startkde &
#/usr/bin/gnome-session &
#/usr/openwin/bin/twm &
#80x24+10+10 -depth 16 -geometry 1024x768 -rfbwait 120000 -rfbauth& 這裡是xterm行原來的配置
3 重新啟動vncserver後ok[@more@]透過vnc安裝oracle出現at least 256 colors Failed的錯誤處理
Checking Temp space: must be greater than 250 MB. Actual 1570 MB Passed
Checking swap space: must be greater than 500 MB. Actual 1810 MB Passed
Checking monitor: must be configured to display at least 256 colors Failed >> Could not execute auto check for display colors using command /usr/openwin/bin/xdpyinfo. Check if the DISPLAY variable is set.
Some requirement checks failed. You must fulfill these requirements before
continuing with the installation,at which time they will be rechecked.
2 處理思路是修訂vncserver的配置為以下內容:
#!/bin/sh
/usr/openwin/bin/xrdb $HOME/.Xresources
/usr/openwin/bin/xsetroot -solid grey
/usr/openwin/bin/xterm -geometry 1024x768 -ls -title "$VNCDESKTOP Desktop" &
/usr/dt/bin/dtsession &
#startkde &
#/usr/bin/gnome-session &
#/usr/openwin/bin/twm &
#80x24+10+10 -depth 16 -geometry 1024x768 -rfbwait 120000 -rfbauth& 這裡是xterm行原來的配置
3 重新啟動vncserver後ok[@more@]透過vnc安裝oracle出現at least 256 colors Failed的錯誤處理
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/12801008/viewspace-1023686/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle 12c redhat linux 6 安裝驗證錯誤at least 256 colorsOracleRedhatLinuxAST
- Checking monitor:must be configured to display at least 256 colorsAST
- 透過vnc 安裝linuxVNCLinux
- PHP安裝後錯誤處理PHP
- npm 安裝錯誤及處理方法NPM
- mysql,出現同步停止的錯誤的處理MySql
- ORACLE 使用DBCA安裝資料庫出現錯誤Oracle資料庫
- VMware中安裝ORACLE RAC出現的CRS錯誤總結Oracle
- Qt處理中文編碼出現錯誤QT
- Android執行出現android Installation failed due to invalid URI! 錯誤處理AndroidAI
- Python2.7安裝Scrapy錯誤處理Python
- Oracle安裝錯誤Oracle
- Linux下通過VNC安裝OracleLinuxVNCOracle
- 錯誤處理:如何通過 error、deferred、panic 等處理錯誤?Error
- 遷移過程中出現的open failed錯誤AI
- XFree86編譯安裝透過,startx錯誤編譯
- Oracle異常錯誤處理Oracle
- ORACLE 異常錯誤處理Oracle
- Oracle錯誤處理思路(一)Oracle
- 安裝CLUSTER碰到 Assertion failed offset fFileSize錯誤AI
- windows732出現werfault.exe的錯誤處理Windows
- Oracle 11.2.0.2 exp匯出錯誤處理一則Oracle
- Oracle客戶端非預設路徑安裝出現的錯誤Oracle客戶端
- [sublime xftp外掛] Host key verification failed ,錯誤處理FTPAI
- win10系統office 2013安裝時出現錯誤1303如何處理Win10
- 伺服器出現404錯誤怎麼處理伺服器
- XAMRAIN的INSTALL_FAILED_NO_MATCHING_ABIS錯誤處理AI
- oracle ora-00054錯誤處理Oracle
- 安裝GRID CONTROL The OPMN Process Manager failed to start報錯處理AI
- 安裝Hadoop3X 出現的錯誤資訊Hadoop
- 錯誤處理
- 如何通過vnc 安裝遠端linux下的oracleVNCLinuxOracle
- OGG 配置過程中的錯誤處理
- oracle ORA-14452錯誤處理Oracle
- go的錯誤處理Go
- Python: 安裝 sklearn 包出現錯誤的解決方法Python
- 安裝出錯,說jiveHome驗證錯誤
- vnc安裝步驟,4個vnc安裝步驟實現vnc與Linux的連線VNCLinux