Cron
為什麼 nvi 認為我正在編輯文件?
我有幾個 FreeBSD 伺服器在重新啟動時會拋出以下錯誤的多個副本:
On Wed Oct 10 15:13:16 2012, the user root was editing a file named /tmp/crontab.s00huOAZD2 on the machine server, when it was saved for recovery. You can recover most, if not all, of the changes to this file using the -r option to vi: vi -r /tmp/crontab.s00huOAZD2
然而,沒有人在編輯任何東西(至少在最近的記憶中沒有)。我當然不想恢復這些文件中的任何內容。我已經打開 clear_tmp (在啟動時)並手動清理了 tmp 目錄。不過沒有變化,每次啟動時我都會得到幾份上述內容。即使我啟動,然後立即重新啟動。是什麼導致 nvi 認為我在進行 crontab 編輯,以及清除這些內容的最佳方法是什麼?
檢查持久臨時目錄
/var/tmp/
中的Vi.recover
目錄。