亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
12下一頁
最近訪問板塊 發(fā)新帖
查看: 11949 | 回復(fù): 15
打印 上一主題 下一主題

求助:SUSE Linux 系統(tǒng)不斷重啟 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2010-10-21 11:31 |只看該作者 |倒序瀏覽
本帖最后由 justunix 于 2010-10-21 11:32 編輯

{:3_198:} 系統(tǒng)一直不斷重啟  /var/log/messages 下的日志顯示如下:

Oct 21 10:56:35 test kernel: qla2xxx 0000:0a:02.0: Parity error -- HCCR=ffff, Dumping firmware!
Oct 21 10:56:35 test kernel: hub 4-0:1.0: over-current change on port 1
Oct 21 10:56:35 test kernel: qla2xxx 0000:0a:02.0: Failed to dump firmware (100)!!!
Oct 21 10:56:38 test kernel: qla2xxx 0000:0a:02.0: Performing ISP error recovery - ha= ffff810215328488.
Oct 21 10:56:38 test kernel: hub 1-0:1.0: over-current change on port 5
Oct 21 10:56:38 test syslog-ng[3688]: Connection broken to AF_INET(192.168.100.1:514), reopening in 60 seconds
Oct 21 10:56:38 test kernel: hub 4-0:1.0: over-current change on port 1
Oct 21 10:56:39 test kernel: hub 1-0:1.0: over-current change on port 5
Oct 21 10:56:39 test kernel: hub 4-0:1.0: over-current change on port 1
Oct 21 10:56:42 test su: (to root) root on none
Oct 21 10:56:42 test su: (to root) root on none
Oct 21 10:56:42 test shutdown[10407]: shutting down for system halt
Oct 21 10:56:42 test init: Switching to runlevel: 0
Oct 21 10:56:48 test init: open(/dev/console): Input/output error
Oct 21 10:56:48 test syslog-ng[3688]: syslog-ng version 1.6.8 going down
Oct 21 11:11:19 test syslog-ng[3676]: syslog-ng version 1.6.8 starting

煩請各路高手相告。。。。。

論壇徽章:
0
2 [報告]
發(fā)表于 2010-10-21 11:33 |只看該作者
自己頂下。。。。不能讓帖子沉了{:3_198:}

論壇徽章:
0
3 [報告]
發(fā)表于 2010-10-21 13:02 |只看該作者
幫你頂

論壇徽章:
1
操作系統(tǒng)版塊每日發(fā)帖之星
日期:2015-07-11 22:20:00
4 [報告]
發(fā)表于 2010-10-21 13:10 |只看該作者
  1. Oct 21 10:56:42 test su: (to root) root on none
  2. Oct 21 10:56:42 test su: (to root) root on none
  3. Oct 21 10:56:42 test shutdown[10407]: shutting down for system halt
  4. Oct 21 10:56:42 test init: Switching to runlevel: 0
復(fù)制代碼
從你的日志看只能看出有人su到root權(quán)限并執(zhí)行shutdown。沒有任何重啟跡象。

請問樓主確認是重啟?

論壇徽章:
0
5 [報告]
發(fā)表于 2010-10-21 13:36 |只看該作者
回復(fù) 4# cst05001


   確實是重啟了 。。而且現(xiàn)在仍然在不斷重啟中。它的重啟不是restart  。而是先halt 再start。

  如果是有人su 到 root 執(zhí)行 應(yīng)該至少 on 上應(yīng)該有IP吧。。但是它是on none

論壇徽章:
1
操作系統(tǒng)版塊每日發(fā)帖之星
日期:2015-07-11 22:20:00
6 [報告]
發(fā)表于 2010-10-21 13:46 |只看該作者
回復(fù) 5# justunix


    我建議您進入單用戶模式檢查下 /etc/rc.local /etc/inittab 等地方是否給人做了手腳。

論壇徽章:
0
7 [報告]
發(fā)表于 2010-10-21 13:49 |只看該作者
回復(fù) 6# cst05001


    怎么判斷是否被人做了手腳?

論壇徽章:
1
操作系統(tǒng)版塊每日發(fā)帖之星
日期:2015-07-11 22:20:00
8 [報告]
發(fā)表于 2010-10-21 14:13 |只看該作者
回復(fù)  cst05001


    怎么判斷是否被人做了手腳?
justunix 發(fā)表于 2010-10-21 13:49



    有沒有shutdown之類的搗亂命令……或者是不是默認init 0了……

論壇徽章:
0
9 [報告]
發(fā)表于 2010-10-21 14:35 |只看該作者
回復(fù) 8# cst05001


    哦~~謝謝。:3_185:}

論壇徽章:
0
10 [報告]
發(fā)表于 2010-10-21 14:40 |只看該作者
inittab 里關(guān)于shutdown 的只有兩條:
# what to do when CTRL-ALT-DEL is pressed
ca::ctrlaltdel:/sbin/shutdown -r -t 4 now
  這個是關(guān)于CTRL-ALT-DEL的
# for ARGO UPS
sh:12345:powerfail:/sbin/shutdown -h now THE POWER IS FAILING
這個是關(guān)于電源的吧?
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP