vncserver: couldn't find "xauth" on your PATH
要安裝 EBS R12.2.4 , 發現Linux伺服器上沒有vnc服務,準備安裝一個,發現報錯 :
# yum install vnc vnc-server
安裝完畢後執行:
# vncserver
vncserver: couldn't find "xauth" on your PATH.
可能是xauth 沒有安裝 。
使用locate , whereis 命令查詢xauth
#locate xauth
/lib64/security/pam_xauth.so
/usr/share/man/man8/pam_xauth.8.gz
/usr/share/doc/pam-0.77/txts/README.pam_xauth
/usr/share/zsh/4.2.0/functions/_xauth
#whereis xauth
xauth:
發現沒有安裝後, 還是使用 yum install axuth 來安裝 ,之後再執行 # vncserver 正常。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/21302630/viewspace-1816509/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- vncserver: couldn't find "xauth" on your PATH.VNCServer
- 【vnc】vncserver: couldn't find "xauth" on your PATH 問題VNCServer
- Flutter雜症(couldn't find "libflutter.so")Flutter
- 有用過grpc的嗎?Couldn't find descriptorRPC
- Android Studio:couldn't find .so檔案Android
- Starting MySQL * Couldn't find MySQL server (/usr/bin/mysqld_safe)MySqlServer
- 記一次 報錯:Android ClassNotFoundException: Didn't find class on pathAndroidException
- Flutter: 解決執行時錯誤 java.lang.UnsatisfiedLinkError...couldn't find "libflutter.so"FlutterJavaError
- couldn't set locale correctly報錯解決
- Couldn't be opened because you don't have permission to view it 執行時報錯View
- SharePoint Excel Service - Couldn't Open the Workbook.Excel
- 【iOS報錯】“The operation couldn’t be completed (LaunchServicesError erroiOSError
- iOS:The operation couldn’t be completed. (DVTCoreSimulatorAdditionsErrorDomain eiOSErrorAI
- Linux Couldn’t resolve host 解決辦法Linux
- T-sql for xml path使用SQLXML
- MySQL: Couldn't execute 'SET OPTION SQL_QUOTE_SHOW_CREATE=1MySql
- Linux中find命令-path -prune用法詳解Linux
- 配置vncserverVNCServer
- SSL - SSLHandshakeException: unable to find valid certification path to requested targetException
- find /path/to/search -type d -perm -o=x ! -perm -o=rw
- Supervisor 解決 can't find command *
- eslint --fix 報錯 can't not find modulesEsLint
- 解決can't find -lGL的問題
- vncserver使用教程,2步掌握vncserver的使用教程VNCServer
- 安裝或執行clone報錯 Unable to find 'kshell' in path
- cordova 解決can’t not find moudle " plugman platform ios"PlatformiOS
- _get_usbfs_fd libusb couldn‘t open the usb 許可權不夠
- Error: couldn't connect to server 127.0.0.1:27017 src/mongo/shell/mongo.js:91ErrorServer127.0.0.1GoJS
- Android出現:Your project path contains non-ASCII characters.AndroidProjectAIASCII
- 使用wireshark出現Couldn't run /usr/bin/dumpcap in child process: Permission denied解決辦法PCA
- Solaris 10配置VNCServerVNCServer
- MySQL錯誤1042-Can't get hostname for your addressMySql
- 【已解決】報錯 NVIDIA-SMI has failed because it couldn‘t communicate with the NVIDIA driverAI
- ubuntu安裝vncserver,ubuntu安裝vncserver的使用教程,教程詳解UbuntuVNCServer
- vncserver的自動啟動及vncserver桌面的自動準備VNCServer
- MongoDB 備份恢復啟動後執行操作報錯:Error:couldn't add user:not masterMongoDBErrorAST
- Can't find keyplane that supports type 4 for keyboard iPhone PortraitTiPhoneAI
- Oracle Linux 7配置vncserverOracleLinuxVNCServer