免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 971 | 回复: 3
打印 上一主题 下一主题

我的linux重启的问题。 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-12-23 12:37 |只看该作者 |倒序浏览
我的系统在重启的时侯出错一直运行Running daemon Devfs ...并且无法继续运行下去,为什么?各位伸伸手。

论坛徽章:
0
2 [报告]
发表于 2003-12-24 09:02 |只看该作者

我的linux重启的问题。

谢谢!

论坛徽章:
33
荣誉会员
日期:2011-11-23 16:44:17天秤座
日期:2014-08-26 16:18:20天秤座
日期:2014-08-29 10:12:18丑牛
日期:2014-08-29 16:06:45丑牛
日期:2014-09-03 10:28:58射手座
日期:2014-09-03 16:01:17寅虎
日期:2014-09-11 14:24:21天蝎座
日期:2014-09-17 08:33:55IT运维版块每日发帖之星
日期:2016-04-17 06:23:27操作系统版块每日发帖之星
日期:2016-04-18 06:20:00IT运维版块每日发帖之星
日期:2016-04-24 06:20:0015-16赛季CBA联赛之天津
日期:2016-05-06 12:46:59
3 [报告]
发表于 2003-12-24 09:04 |只看该作者

我的linux重启的问题。

还有别的什么吗?

论坛徽章:
0
4 [报告]
发表于 2003-12-24 13:51 |只看该作者

我的linux重启的问题。

我已经查到可能是启脚本这一段出了问题,可是我不能理解清楚,也不知道怎么避免这种问题,又会有哪些原因造成。谢谢!
# Try to get devfsd
if [ -c /dev/.devfsd ]; then
  if [ -x /sbin/devfsd ]; then
    action "Running DevFs daemon" devfsd /dev
    if [ -f /etc/sysconfig/mouse ];then
      . /etc/sysconfig/mouse
      device=`echo $device | sed -e 's/psaux/misc\/psaux/' -e 's/ttyS\(.\)/tts\/\1/g'`
      if [ -n "$device" ]; then
        rm -f /dev/mouse
        ln -s /dev/$device /dev/mouse
      fi
    fi
  else
      if ! grep -q "nodevfsd" /proc/cmdline;then
          # devfs is used but devfsd isn't installed   
          gprintf " #### your system is currently using devfs but devfsd isn't availlable"
          gprintf " #### you should disable devfs (add 'devfs=nomount' to the paramaters"
          gprintf " #### that your bootloader gives to the kernel"
          # Let devfs being tested, but disable it on /dev
          action " Disabling devfs (was mounted on /dev)" umount /dev
    fi
  fi
fi
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP