提示如下: [root@localhost root]# vncserver New 'X' desktop is localhost.localdomain:1 Starting applications specified in /root/.vnc/xstartup Log file is /root/.vnc/localhost.localdomain:1.log [root@localhost root]# 为什么不行呢?
参考网上的vnc for hp-ux11.11的安装,CDE等都能用了,就是自动启动还不行, 链接等都没问题,不知道是不是自动启动脚本不合适,请各位帮忙看一下,谢谢: #more /sbin/init.d/vncserver #!/sbin/sh # # vncserver startup: Startup and kill script for the vnc server # PATH=/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/graphics/common/bin:/usr/local/bin export PATH V...
错误如下 _XSERVTransSocketCreateListener: failed to bind listener _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed _XSERVTransMakeAllCOTSServerListeners: failed to create listener for local Fatal server error: Failed to establish all listening sockets xrdb: Interrupted system call xrdb: Can't open display 'isunnad25:1' xterm Xt error: Can't open display: isunnad25:1 xterm Xt...
我的vnc配置文件如下: vncSERVERS="1:root 2:a 3:b 4:c 5:d 6:e" vncSERVERS[1]="-geometry 800*600 -query localhost" vncSERVERS[2]="-geometry 800*600 -query localhost" vncSERVERS[3]="-geometry 800*600 -query localhost" vncSERVERS[4]="-geometry 800*600 -query localhost" vncSERVERS[5]="-geometry 800*600 -query localhost" vncSERVERS[6]="-geometry 800*600 -query localhost" 可是每次重启系统后,vnc还是无法...
修改$HOME/.vnc/xstartup. #!/bin/sh [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic & #xterm -geometry 80x24+10+10 -ls -title "$vncDESKTOP Desktop" & #twm & unset SESSION_MANAGER startxfce4 & 仅仅加入startxfce4不行,启动后只是一个灰色的界面,xfce并没有启动。 需要在startxfce4前面加入unset SESSION_MANAGER 才行。 本文来自ChinaUnix博客,如果查看原文...
[root@tjserver ~]# vncserver vnc Server Enterprise Edition E4.2.5 - built May 16 2006 17:37:05 Copyright (C) 2002-2006 Realvnc Ltd. See http://www.realvnc.com for information on vnc. xauth: creating new authority file /root/.Xauthority xauth: (argv):1: bad display name "tjserver:1" in "add" command Error: could not run xauth 怎么就不好用了呢, 以前都是这么弄的,这次怎么出现了Error: could not run...
操作系统:Solaris8 vnc版本:3.3.7 vnc是以一般用户aaa来安装的。并且已经能够正常启动,运行,连接。 为使得vnc能够随系统启动而自动启动,以root身份编写以下脚本vncservice放在/etc/init.d目录下: ---------------start file on next line-------------------- #!/bin/sh # # Startup/Stop script for vncservers for some users. # case "$1" in 'start') echo "vncservice start" /bin/su - aaa -c "/usr/local/bin...
我的linux主机配置了vnc,但是现在有个问题。我每次只有在主机登陆后手动敲入命令,才能启动vnc服务。哪位老大能告诉我如何每次启动后不用登陆自动启动vnc服务啊?郁闷。谢谢。 (我用的是redhat 9.0)
我启动vnc #vncserver 去看session 的log ... Fatal server error: could not open default font 'fixed' xrdb: A remote host refused an attempted connect operation. 1356-605 xrdb: Can't open display 'pna8091:1' 我在网上查,好像也查不到个解决方法。 有谁知道啊?:shock: