|
|
发表于 2006-4-23 11:31:26
|
显示全部楼层
============
善用google, please!
============
我把你的错误信息放在google里一搜,靠,9000多条啊;
大致看了两个帖子,出错的可能有/var分区已满,utmpx的权限,或者utmpx文件损坏;
这有一个大致的解决办法,不知是否对你有效:
These files are log files. They can become zero length without affecting the system, as long as you reboot the system after truncating the files. Perform these steps:
1. Bring the system into System Maintenance mode.
2. Make copies of the files /etc/utmp, /etc/utmpx, /etc/wtmp, and /etc/wtmpx before proceeding with the next step.
3. Delete the contents of these files by executing the following commands:
# > /etc/utmp
# > /etc/wtmp
# > /etc/utmpx
# > /etc/wtmpx
4. Shutdown the system:
# shutdown -y -g0 |
|