VNC配置及认证问题
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
■初始化密码
[root@sunth ~]# vncserver
You will require a password to access your desktops.
Password:
Verify:
xauth: creating new authority file /root/.Xauthority
xauth: (stdin):1: bad display name "sunth.localdomain:1" in "add" command
New 'sunth.localdomain:1 (root)' desktop is sunth.localdomain:1
Creating default startup script /root/.vnc/xstartup
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/sunth.localdomain:1.log
■修改刚刚生成的文件 /root/.vnc/xstartup
将文件最后一行的 twn & 更改为 gnome-session &
■修改配置文件 /etc/sysconfig/vncservers
vi /etc/sysconfig/vncservers
在文件最后,加上显示配置与用户配置
VNCSERVERS="1:root"
VNCSERVERARGS[2]="-geometry 1024x768"
■最后重启vnserver
/etc/init.d/vncserver start
--------------------------------------------------------------------------------------
■在使用VNC访问集群的时候,总是弹出"Authentication is required to set the network proxy used for downloading packages"的对话框,比较烦人,解决方法禁掉Gnome里面自动更新的部分,具体:
1. vi /etc/xdg/autostart/gpk-update-icon.desktop
2. 在底部添加X-GNOME-Autostart-enabled=false