SSH + Received signal 15 terminating
作者: cross 日期: 2008-02-15 00:11
在 /var/log/secure 中出現 Received signal 15; terminating
這會是讓主機非自願重開機的相關重要訊息嗎 ???
Quote: http://www.derkeiler.com/Newsgroups/comp.security.ssh/2002-10/2555.html
這會是讓主機非自願重開機的相關重要訊息嗎 ???
Quote: http://www.derkeiler.com/Newsgroups/comp.security.ssh/2002-10/2555.html
Someone sent sshd a SIGTERM, probably using the kill command. Seriously,
SIGTERMs aren't sent "implicitly" (unlike e.g. SIGBUS or SIGSEGV) -
someone sent it intentionally. E.g. running a RedHat rc script with
argument "restart" is likely to do this, instead of the more sensible
SIGHUP.
結果 - 2008/02/16 added
是 power 出了問題,換一顆了
發表評論
上一篇
返回
下一篇
標籤:




如何在ssh登入主機遠端主機時不要有key的檢查 (2012-01-03 09:16)
設定ssh連線30分鐘後沒有動作就自動斷線 (2011-12-26 23:59)
把 ssh public key 遠端複製過去 (另一種方式) (2011-10-26 14:32)
ssh搭配pam_tally2讓使用者登入,幾次失敗就鎖定時間,過了才可再次登入 (2011-04-28 14:58)
SSH 幾項安全性設置 (2011-04-27 00:19)
防ssh的暴力式攻擊-DenyHosts (2011-04-17 23:45)
怎麼在ssh console底下刪除特殊字元的檔案 (2010-02-22 19:28)
SSH 使用技巧 - 縮短名稱 (2009-04-21 21:04)
sudo 讓一般使用者有 Root 權限 (Part II) (2008-08-04 22:19)