标签:centos release 6.4 (final) 安装svn
一.安装
[root@demo ~]# yum install tigervnc-server
[root@demo ~]# yum install -y tigervnc*
二.设置密码
[root@demo ~]# vncserver
You will require a password to access your desktops.
Password:
Verify:
xauth: creating new authority file /root/.Xauthority
New ‘demo:1 (root)‘ desktop is demo:1
Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/demo:1.log
三.编辑配置文件
[root@demo ~]# vim ~/.vnc/xstartup
[root@demo ~]# vim /etc/sysconfig/vncservers
四.启动
[root@demo ~]# service vncserver restart
关闭 VNC 服务器:1:root [确定]
正在启动 VNC 服务器:1:root xauth: (stdin):1: bad display name "demo:1" in "add" command
New ‘demo:1 (root)‘ desktop is demo:1
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/demo:1.log
[确定]
连接我的服务器
安装配置VNC过程中我遇到了问题如下:
VNC启动时报“A VNC server is already running as :1”,是什么问题?
答:说明已经有用户启动了vnc服务,你可以ps aux|grep vnc查看是否有vnc的进程,如果有表示有人正在:1桌面上启用来vnc服务,如果没有,说明上一次启用到vnc服务没有正常退出,可以删除/tmp/.X11-unix下的X1,并重启VNC服务。
在Linux服务器上启动VNC服务正常,但是客户端无法连接报10061超时是什么问题?
答:应该是Linux服务器防火墙的设置问题,请检查防火墙的设置规则。
引用在Linux系统中安装和使用VNC http://7056824.blog.51cto.com/69854/132836
本文出自 “8055082” 博客,转载请与作者联系!
CentOS release 6.4 (Final) 安装svn
标签:centos release 6.4 (final) 安装svn
原文地址:http://8065082.blog.51cto.com/8055082/1573958