bugzilla安装后linux无法正常启动
昨天我完全安装了RedHatES4,之后开始在/usr/local文件夹下面安装bugzilla-2.22.2,配置啥的基本都没有问题,但是我今天再启动linux的时候出现了错误,不知道是怎么一回事啊。请求达人解答,多谢 补充一点,昨天在配置bugzilla后发现bugzilla并没有安装上,因为用http://localhost/bugzilla/访问不到bugzilla的安装程序,具体的出错原因我没有记下来。关机之后今天就不能再进入到linux系统了 试试从安全模式进入系统...... 问题已解决。当时屏幕上显示的信息为:
Setting hostname localhost.localdomain:
Checking root filesystem
/ contains afile system with errors,check forced.
/:
Inode 228119 has illegal block(s).
/: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e.,without -a or -p options)
***An error occurred during the file system check.
***Dropping you to a shell;the system will reboot
***when you leave the shell.
Give root password fpr maintenance
(or type Control-D to continue):
修复步骤:
step1:输入root密码,然后按确认
step2:输入“mount -o ro /”命令,得到一些关于mount的信息(具体有啥用我现在还不明白)
step3:输入“fsck -c /”命令,屏幕上会出现一些checking的信息,如果有Fix<y>?的提示,直接输入y后确认。最后会出现让你reboot的提示。
step4:输入reboot后回车。
至此,系统修复完毕。
页:
[1]