通過xstart啟動gnome桌面 連線時報錯:Can't open display: localhost:10.0
安裝包:
xorg-x11-xauth
xterm.x86_64 0:253-1.el6
Execute command path:/usr/bin/xterm
Xstart連線Linux遠端桌面有一個好處,伺服器端不用做什麼設定,開啟SSH即可。
伺服器要有桌面環境,和X Window
用XDMCP連線,伺服器端得做一些配置,麻煩。
選單
Xmanager Enterprise 4 -- Xbrowser
新建一個Xstart會話
協議選ssh,
執行命令 點選後面的按鈕選GNOME
建好後開啟這個會話就可以連線到遠端桌面了,很簡單。
連線上後任務欄裡有三個選單,
一個是顯示linux的頭部選單
一個是顯示linux的工作列
一個是顯示linux的桌面
如何退出
在工作列(右側)裡右鍵關閉xmanager
還可以用如下方法建Xstart會話
選單
Xmanager Enterprise 4 -- Xstart
如果報錯:已拒絕x11轉移申請,
(首先檢查 etc/ssh/sshd_config 中 設定 X11Forwarding yes
但是在某些主機上,無論你在客戶端如何設定,都無法正確的使能X11 forwarding功能,登入後DISPLAY永遠是空值。sshd_config檔案也沒有將X11 forwarding功能禁用。
解決辦法:
原來X11 forwarding依賴“xorg-x11-xauth”軟體包,所以必須先安裝“xorg-x11-xauth”軟體包。
yum install xorg-x11-xauth)
伺服器上應該裝有X Window,見文後連線。
伺服器要沒有桌面環境,會報如下錯誤
[17:18:41] Start timer (TIMER_SHUTDOWN, 180).
bash: /usr/bin/gnome-session: No such file or directory
----------------------------------------------------------------------------------------------------------------------------------------------
- 通過xstart啟動gnome桌面的具體調置
- 啟動xstart,命名一個session,輸入主機名,懸著SSH,輸入使用者名稱和密碼,
- Execution Command框:
- 若啟動GNOME,填寫DISPLAY=$DISPLAY /usr/bin/gnome-session,若啟動KDE,填寫DISPLAY=$DISPLAY /usr/bin/startkde
- 修改配置
- 無法啟動xstart的幾個錯誤及解決
錯誤一:連線時出現:Can't open display: localhost:10.0
_X11TransSocketINETConnect() can't get address for localhost:6010: Name or service not known /usr/bin/xterm Xt error: Can't open display: localhost:10.0解決方法:
在/etc/hosts 中加入
127.0.0.1 localhost
ipaddress hostname
之後能進入圖形介面,注意是實際ip和機器名
錯誤二:slc5和slc4的xterm目錄不一樣,需要注意。
/usr/X11/bin/xterm: Command not found.
將Excution command改為
/usr/bin/xterm -ls -display $DISPLAY
即可
------------------------------------------------------------------------------------------------------------------------
[16:21:58] Host authentication initiated…
[16:21:58] Hostkey fingerprint:
[16:21:58] ssh-dsa 1024 18:4c:c3:f8:71:0f:d2:b2:e1:4c:21:f8:33:49:9a:9a
[16:22:00] Accepted. Verifying host key…
[16:22:00] Verified.
[16:22:00] User authentication initiated…
[16:22:00] Sent user name ‘oracle’.
[16:22:00] Sent password.
[16:22:00] Access granted.
[16:22:00] Sent X11 forwarding request…
[16:22:00] Succeeded.
[16:22:00] Sent the command line.
[16:22:00] /usr/X11R6/bin/xterm -ls -display $DISPLAY
[16:22:00] Start timer (TIMER_SHUTDOWN, 180).
/usr/X11R6/bin/xauth: creating new authority file /home/oracle/.Xauthority
bash: /usr/X11R6/bin/xterm: No such file or directory
[16:22:01] Connection closed
解決思路:
[[email protected] ~]# rpm -qf /usr/bin/xterm
xterm-215-4.el5
查詢到缺少該rpm包,安裝該包
掛載光碟機
[[email protected] ~]# mount -t iso9660 /dev/cdrom /mnt/cdrom
[[email protected] ~]#cd /mnt/cdrom
[[email protected] cdrom]# cd Server
[[email protected] Server]# ls xterm*
xterm-215-5.el5.i386.rpm
[[email protected] Server]# rpm -ivh xterm-215-5.el5.i386.rpm
warning: xterm-215-5.el5.i386.rpm: Header V3 DSA signature: NOKEY, key ID 37017186
Preparing... ########################################### [100%]
file /usr/bin/resize from install of xterm-215-5.el5 conflicts with file from package xterm-215-4.el5
file /usr/bin/xterm from install of xterm-215-5.el5 conflicts with file from package xterm-215-4.el5
安裝 xterm-215-5.el5.i386.rpm包出錯,意思是,已經在/usr/bin/xterm下安裝xterm包,名稱為xterm-215-4.el5
判斷既然該包已經存在,那該如何處理呢...
修改Xstart的配置,在Execution Command:點選箭頭新增,如下圖:
點選箭頭後,點選Add/Remove....新增執行命令列。如下圖
新增完畢後,在xstart視窗,再重新指定,如下圖
到此就ok了
相關推薦
通過xstart啟動gnome桌面 連線時報錯:Can't open display: localhost:10.0
安裝包: xorg-x11-xauth xterm.x86_64 0:253-1.el6 Execute command path:/usr/bin/xterm Xstart連線Linux遠端桌面有一個好處,伺服器端不用做什麼設定,開啟SSH即可。 伺服器要有桌面環境,和X Window 用XDMCP
通過xstart啟動gnome桌面 連線時報錯:Can't open display: localhost:10.0
window用Xmanager4.0的Xstart連線linux遠端桌面 安裝包: xorg-x11-xauth xterm.x86_64 0:253-1.el6 Execute command path:/usr/bin/xterm
MySQL連線報錯:Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
MySQL連線報錯:Can’t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock’ (111) 報錯原因
解決ofbiz在myeclipse中除錯執行時報錯:Can't find bundle for base name cache
錯誤資訊:Can't find bundle for base name cache Set OFBIZ_HOME to - E:/develop/ofbiz/apache-ofbiz-09.04/apache-ofbiz-09.04 Admin socket not con
goland開啟終端報錯:can't open local terminal
幾分鐘之前都好好的,後來突然就無法在goland裡面開啟終端了。無論使用alt+f12還是通過view-tool window-terminal都無法解決。 當時開了好幾個視窗,也有說關掉再開,結果還是不行。 後來在一個技術群有大老提示:全部視窗關掉重啟試試? 好吧
SQL Developer連線時報錯:ORA-12528
SQL Developer連線時報錯: 狀態: 失敗 -測試失敗: Listener refused the connection with the following error: ORA-12528, TNS:listener: all appropriate instances
Beeline連線報錯:Could not open client transport with JDBC Uri: jdbc:hive2://localhost:10000/default
java.sql.SQLException: Could not open client transport with JDBC Uri: jdbc:hive2://localhost:10000/default: java.net.ConnectException: 拒絕連線
在本地用 Navicat 連線遠端資料庫報錯:Can't connect to MySQL server on 。。。
在騰訊雲新買了一臺伺服器,環境都安裝好了,在本地用 Navicat 連線資料庫,就是連線不上,一直報錯Can’t connect to MySQL server on 。。。搞了三四個小時,終於搞定,分享一下過程。 一、檢查使用者授權 1.進入ubuntu
遠程登陸mysql報錯:ERROR 1130 (HY000): Host '10.0.0.8' is not allowed to connect to this MySQL server
image code 再次 light 解決辦法 allow this 解決 ror 問題原因:在數據庫遷移到mysql主機後遠程登陸mysql報錯: ERROR 1130 (HY000): Host ‘10.0.0.8‘ is not allowed to connec
webpack 打包報錯:Can't resolve '.\dist\bundle.js' in 'E:\vivian....'
最近才開始學習webpack 用的webpack 版本是:4.20.2版本的,在打包過程用執行了這個命令 webpack .\src\main.js .\dist\bundle.js 然後就報了下邊的錯誤: 後來檢視之後原來是版本的問題,我用的這個wepa
Angular表單報錯:Can't bind to 'ngModel' since it isn't a known property of 'input'. (")"
錯誤資訊: core.js:1440 ERROR Error: Uncaught (in promise): Error: Template parse errors: Can't bind to 'ngModel' since it isn't a known prope
django新建專案報錯python: can't open file 'manage.py': [Errno 2] No such file or directory
今天遇到此問題,一直報錯,不知道怎麼結果,網上我能找到的方式都試過了,還是不可以在pycharm下方的terminal終端中輸入命令:cd mysite 然後回車就可以了接著在pycharm下方的terminal終端中輸入命令:python manage.py startap
Navicat連線伺服器出現:Can't connect to mysql server on
1.重啟防火牆試試: service iptables restart 2.或者: 附錄iptables防火牆的命令 查詢防火牆狀態: [[email protected] ~]# service iptables status 停止防火牆: [[e
使用seek()方法報錯:can't do nonzero end-relative seeks
python檔案操作中seek()方法:語法seek() 方法語法如下:fileObject.seek(offset[, whence])引數offset -- 開始的偏移量,也就是代表需要移動偏移的位元組數whence:可選,預設值為 0。給offset引數一個定義,表示要
Proguard打包混淆報錯:can't find superclass or interface
在Eclipse打包工程時報如下錯誤: [2014-01-06 08:58:44 - emp_android] Proguard returned with error code 1. See co
Spacemacs啟動時報錯:Symbol's funciton definition is void: cl-struct-define
space 不兼容 文件 編譯 mac 運行 void style truct 解決方法很簡單:刪除.emacs.d/elpa/ 目錄下面所有的*.elc文件。 原因:elc是el文件的預編譯文件,類似py文件的pyc文件,是一種二進制文件,不同版本的emacs是不兼容的。
Maven項目Eclipse啟動時報錯: java.lang.ClassNotFoundException: org.springframework.web.util.IntrospectorCleanupListener
otf exce exe maven com apply ges 選中項 apache Eclipse中啟動Maven項目時報如下錯誤: 嚴重: Error configuring application listener of class org.springfra
【報錯】項目啟動部署時報錯:java.lang.NoSuchMethodError
autowire .get factory cti local .com org 就是 htm 報錯: =====================================================================================
ifup em2啟動網卡時報錯:connection activation failed
ifup 啟動網卡 報錯 環境:centos7,重啟網絡,報以下錯誤:ifup em2 ##啟動em2網卡時報錯Error: Connection activation failed: The connection is not for this device.解決方法:systemctl
mysql啟動時報錯:Starting MySQL... ERROR! The server quit without updating PID file (/opt/mysql/data/mysql.pid)
.com quit blog erro selinux 打開 archive out com mysql啟動報錯Starting MySQL... ERROR! The server quit without updating PID file (/opt/mysql/da