Ubuntu
Ubuntu 8.04 重啟後無響應
我有一個執行 Ubuntu 8.04 的 Godaddy 專用伺服器。當我重新啟動伺服器時,它不會隨機重新聯機。我無法通過 SSH 或網路訪問它。
Godaddy 支持必須重新啟動伺服器並禁用 iptables,重新啟動 SSH,然後
fsck
在硬碟驅動器上執行。這已經發生了多次,我正在嘗試找出問題的根源。
我設置 iptables > 1 年前,不記得我是如何設置的,也無法判斷我的 iptables 是否應該受到責備。
我的 iptables -L 是:
Chain INPUT (policy ACCEPT 798K packets, 65M bytes) pkts bytes target prot opt in out source destination 61 6040 fail2ban-ssh tcp -- any any anywhere anywhere multiport dports ssh Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination Chain OUTPUT (policy ACCEPT 797K packets, 47M bytes) pkts bytes target prot opt in out source destination Chain fail2ban-ssh (1 references) pkts bytes target prot opt in out source destination 61 6040 RETURN all -- any any anywhere anywhere
有任何想法嗎?
事實證明,硬碟驅動器正在死去,在 1.5 天的時間裡,我不得不執行
fsck
5 次來修復損壞。