升级内核不成功,成了烂尾楼:(。谁帮我重建(其实只要一点提示)

升级内核不成功,成了烂尾楼:(。谁帮我重建(其实只要一点提示)

下面是我在linux下写的,还不能用中文(真不好意思//shy myly)
我昨晚升级内核出了问题啦!帮我看看好吗?


after i updated my kernel and configurated my lilo.conf,with exciting
mood,
i reboot the system.To my suprise,the vfat and ntfs file system can't
be
mounted now!!!
system tell me"mount:fs vfat file system not support by kernel"
Oh,how could this be???

Recalling those steps that i did for updating the kernel,
i think maybe i didn't choosen "Y" when i was been asked if i need
vfat and
ntfs support during configurating the kernel rule file last
night.So,how
can i get the vfat and ntfs fliesystem support back????

as the result of kernel updating,my xwindow collapsed too.now, i type
"startx"inthe console,the system show me error informations as
following:

"...
could not inint font pathelement unix/:7100,removing from list!

fatal server error:
could not open default font 'fixed'

XIO: fatal IO error 104(Connect reset by peer) on X server":0.0"
after 0 requests(0 known processed) with 0 events remaining.
"
then still back to the test console.

oh,jesus!what can i do to rescue my safe,good-conditioning linux box
back???????
give me your advices plz!!

Thanks!

--
Best regards,
myly      
你的情况我都碰到过:
1、内核问题,我也是明明内核加入了vfat and ntfs支持,但是重新编译后,出现和你一样的问题。不能加载vfat、 ntfs 盘。
我用老的内核启动,可以加载。我又没改新的内核,重新启动了
几次,新内核就可以加载了,这个问题算是BUG吧。

2、我上次装GEFORCE2MX的驱动后也是
"...
could not inint font pathelement unix/:7100,removing from list!

fatal server error:
could not open default font 'fixed'
我就按照它的提示,把XF86CONFIG-4里的
FONT  UNIX/:7100删掉,
就可以进入X-WINDOWS了。
不知道你的可不可以?      
我今天下午又重新编译了一次,现在可以加载vfat和ntfs fs了.想来是我当时没有选的缘故,应该不是bug。

可是现在我试着用两个用户执行”startx"命令后,又出了一堆problems:

第一位用户(no root)登录后,输入startx命令,虽可以进行xwindow,但用ctrl+alt+F2切换回文本界面后,看到错误信息:

Esd:Failed to fix mode of /tmp/.esd to 1777
Try -trust to force esd to start

esd:Esound sound daemon unable to creat unix doname socket /tmp/.esd/socket

The socker is not accessible by esd.
exiting...

上述信息不停地出现。

而第二位用户在另一console输入startx命令后出现下面的错误信息,无法进入xwindow:

xauth:  creating new authority file /home/bb/.Xauthority

Fatal server error:
Server is already active for display 0
        If this server is no longer running, remove /tmp/.X0-lock
        and start again.

When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.".
Please report problems to xfree86@xfree86.org.

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.


所以现在问题还是比较大,该如何解决呢?您说的"把XF86CONFIG-4里的FONT UNIX/:7100删掉"怎么做?我现在进不了X啊
      
启动使用linux single进入安全模式,修改后再从新启动就行了。      
现在我一启动就进入lilo的GUI界面,根本不给我输入linux single的机会啊!而我选中一个,直接就进去了,什么single啊,没戏

还有,即使以single模式进入了,怎么删啊?谢谢了,再指点一下吧      
你用的是7.1吧,出现GUI后,按CTRL+X(有提示的),就可以输入linux single了。      
谢谢,可是........
我是想知道怎么"把XF86CONFIG-4里的FONT UNIX/:7100删掉"      
vi /etc/X11/XF86config-4
把FontPath    "unix/:7100"这一行删掉就可以了。