求助:系统起动慢,且有错误提示。请各位大虾指教

发表于:2007-05-26来源:作者:点击数: 标签:
求助:系统起动慢,且有错误提示如下: lognamecouldnotfindentryin/etc/utmp lognamecouldnotfindentryin/etc/utmp lognamecouldnotfindentryin/etc/utmp StartingPowermanagement Prc_Sync:Script(S35dlpi)failedtocompletein120secondns CNL 回复于:2004

求助:系统起动慢,且有错误提示如下:
logname could not find entry in /etc/utmp
logname could not find entry in /etc/utmp
logname could not find entry in /etc/utmp
Starting Power management
Prc_Sync: Script(S35dlpi) failed to complete in 120 secondns

 CNL 回复于:2004-12-25 20:57:09
1. logname could not find entry in /etc/utmp 
你的启动脚本里面有su -f <username> -c之类的东西,
在系统启动到init 2(多用户状态)前使用su将会有此提示,
原因是此时执行su的是启动进程,启动进程自身并不是一个登录用户,
su命令是要在/etc/utmp里记录使用su的用户信息的,此时自然取不到了,
当然就会报警告信息了,这样用没有问题,但不雅观,
正确的做法是/etc/rc2.d建立一个启动脚本,
把执行程序中需要设置的环境变量全部设置,然后以后台方式执行

2. Prc_Sync: Script(S35dlpi) failed to complete in 120 secondns 
这个大多是你配置的DNS有问题,但不一定,
需要你再提供/etc/rc2.d/messages目录里的有关异常信息(Error)

 wmq100730 回复于:2004-12-26 09:42:10
谢谢大天使:问题已解决
根据你的提示发现是/etc/rc2.d/下的启动顺序有错误,已处理正确

 simonzhan 回复于:2004-12-26 10:51:08
概念很清晰了,受教了!

 纳兰婷 回复于:2004-12-26 10:52:37
CNL的确很历害的说~~~支持

原文转自:http://www.ltesting.net