红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

【ubuntu10.04】shutdown for caught signal 15?

发布时间:2010-09-22 13:01:36来源:红联作者:haibian
[i=s] 本帖最后由 haibian 于 2010-9-22 16:00 编辑 [/i]

在ubuntu10.04中用gimp编辑一张图片时,桌面无任何提示系统便突然自动关机。

只是在关机画面中找到shutdown for caught signal 15。

之前也有几次类似情况,不过是在浏览网页时发生的。
不过时间点似乎有些猫腻:这次时11:30左右,之前是在17:30左右。

不知为何?

刚刚查了一下syslog,对应时间点信息如下:
Sep 22 11:29:40 W3 Network-manager: (eth0): carrier now OFF (device state 1)
Sep 22 11:29:40 W3 nm-dispatcher.action: Script '/etc/Network-manager/dispatcher.d/01ifupdown' exited with error status 1.


另crontab文件内容张贴如下,一起研究一下。

# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file
# and files in /etc/cron.d. These files also have username fields,
# that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user command
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --#report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --#report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --#report /etc/cron.monthly )
#
文章评论

共有 1 条评论

  1. haibian 于 2010-09-22 13:34:52发表:

    [i=s] 本帖最后由 haibian 于 2010-9-23 11:01 编辑 [/i]

    有的帖子说是cpu过热(其实CPU风扇定期清理,本本散热应该不是问题)
    **********************
    刚刚检查了新立得软件包管理器,修复了若干破损包(找到一个cpufreq的破损包!?)。
    同时,更新了一下network-manager后,暂无异常。

    继续观察中......