ChinaUnix.net
相关文章推荐:

linux启动vnc

请教有关linux下的vnc ,我安装了vnc并且启动了,在系统服务里能看到可是客户端提示不能找到主机 [root@localhost root]# vncserver New 'X' desktop is localhost.localdomain:2 Starting applications specified in /root/.vnc/xstartup Log file is /root/.vnc/localhost.localdomain:2.log 请帮忙!!!

by dslz - 系统管理 - 2004-10-22 20:54:51 阅读(914) 回复(5)

相关讨论

提示如下: [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]# 为什么不行呢?

by dslz - 系统管理 - 2004-10-14 09:25:58 阅读(710) 回复(2)

参考网上的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...

by easybegin - HP-UX - 2008-06-22 16:38:35 阅读(1474) 回复(0)

错误如下 _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...

by bitizerg - Solaris - 2004-07-14 09:21:50 阅读(1031) 回复(4)

我的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还是无法...

by zz6800 - Linux论坛 - 2005-11-28 09:01:59 阅读(1304) 回复(6)

修改$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博客,如果查看原文...

by int345 - BSD文档中心 - 2007-03-22 12:19:04 阅读(869) 回复(0)

[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...

by lele1230 - 系统管理 - 2006-12-08 13:06:57 阅读(2370) 回复(0)

操作系统: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...

by xiaohui2008 - Solaris - 2008-05-27 13:45:43 阅读(3169) 回复(4)

我的linux主机配置了vnc,但是现在有个问题。我每次只有在主机登陆后手动敲入命令,才能启动vnc服务。哪位老大能告诉我如何每次启动后不用登陆自动启动vnc服务啊?郁闷。谢谢。 (我用的是redhat 9.0)

by abalone - Linux论坛 - 2003-08-27 13:31:09 阅读(1034) 回复(3)

输入vncserver会提示找不到Xvnc. 请问该怎么办?

by yushi - Solaris - 2008-11-28 17:10:25 阅读(1274) 回复(1)

启动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:

by shuxi_w - AIX - 2007-04-28 10:58:34 阅读(3509) 回复(6)