邱婷 2010年12月08日 星期三 13:24 | 2648次浏览 | 4条评论
我随便敲了个startx。结果出来一大堆信息,不知什么原因。。。叫我如何是好。。。
X Window System Version 6.8.2 Release Date: 9 February 2005 X Protocol Version 11, Revision 0, Release 6.8.2 Build Operating System: Linux 2.6.18-128.1.1.el5 x86_64 [ELF] Current Operating System: Linux hz1cs1 2.6.9-89.31.1.ELsmp #1 SMP Mon Oct 4 21:41:59 EDT 2010 x86_64 Build Date: 31 March 2009 Build Host: Before reporting problems, check http://wiki.X.Org to make sure that you have the latest version. Module Loader present OS Kernel: Linux version 2.6.9-89.31.1.ELsmp (mockbuild@x86-002.build.bos.redhat.com) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-11)) #1 SMP Mon Oct 4 21:41:59 EDT 2010 F Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Wed Dec 8 13:18:13 2010 (==) Using config file: "/etc/X11/xorg.conf" (WW) RADEON(0): Failed to set up write-combining range (0xe8000000,0x4000000) waiting for X server to shut down
最新的进展如下,唉,看样子又要加班了:
[root@hz1cs1 ~]# startx
Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.
Please consult the The X.Org Foundation support
at http://wiki.X.Org
for help.
Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
giving up.
xinit: unable to connect to X server
xinit: No such process (errno 3): Server error.
解决方案:
检查xdm包是否齐全,有gdm包的话装gdm也可以,这里是xdm方案
注意,所有文档修改前尽量备份
vi /etc/initb
将id:0:initdefault: 这句的0改成5
将x:5:respawn:/etc/X11/prefdm -nodaemon改成
x:5:respawn:/etc/X11/xdm -nodaemon
如果是gdm的话可能改成x:5:respawn:/etc/X11/gdm -nodaemon
修改/etc/X11/xdm下的Xaccess文件
将 #* #any host can get a login window和
#* CHOOSER BROADCAST #any indirect host can get a chooser
这2句的第一个#删除
修改/etc/X11/xinit/xinitrc文件,注意取消. /etc/X11/xinit/xinitrc-common这句前的#
修改/etc/X11/xdm/xdm-config文件,用!将DisplayManager.requestPort: 0注释掉
重新启动RedHat Linux,另外若不想重启RedHat Linux,临时登陆用的话,
按步骤3和4设置,启动xdm
#xdm &
检验是否安装好:不清楚是否要在服务器上开启telnet服务,总之我开启了,然后用iLO方式登录guis,通过guis登录cs1,用ssh方式,同时,在Guis上开启xserver用exceed这个软件开启,开启方式是
在root账号下输入命令:export DISPLAY=YOUR_IP:0.0
0.0 前面的0表示的是xserver的开启端口,要根据实际情况来定,后面那个表示服务器上display的连接号
,your_ip是指xerver的ip地址,用exceed可以很方便地看到ip和开启端口
然后,在ssh终端中输入xclock,看是否有时钟界面出来,出来的话就证明成功了
然后切换到omc用户,输入nedmanmx即可弹出图形化界面的应用,最后直接安装公司所需包即可
Zeuux © 2024
京ICP备05028076号
回复 达伦王 2010年12月08日 星期三 14:12
回复 邱婷 2010年12月08日 星期三 17:20
回复 newliver 2010年12月08日 星期三 21:36
回复 邱婷 2010年12月09日 星期四 12:46