RedHat5 Linux系统时间比正常时间快一倍解决方法

RedHat5 Linux系统时间比正常时间快一倍解决方法
在AMD+ATI的芯片组的设备上安装RedHat5操作系统后,会发现系统的时间比正常时间快一倍,查看方法:#watch -n 1 date,其实这是RedHat5 Linux的一个bug,解决方法如下: 可以通过给Linux内核加参数来解决,编辑/boot/grub/grub.conf文件,加入参数noapic,关闭高级程序中断控制器。例如: title Red Hat Enterprise Linux Server (2.6.18-194.el5) root (hd0,0) kernel /vmlinuz-2.6.18-194.el5 ro root=LAB...