2006-11-01から1ヶ月間の記事一覧

【サーバ運用】portsの更新。

久々の覚え書きがこれで良いのかと思いつつ。 # checkports db42-4.2.52_4 < needs updating (port has 4.2.52_5) db43-4.3.29 < needs updating (port has 4.3.29_1) mrtg-2.14.5,1 < needs updating (port has 2.14.7,1) openldap-client-2.3.27 < needs u…

【サーバ運用】ファイルサーバのrootのhistoryが取れてない!(2) .tcshrcを弄くれ!

はい、続きです。 前回の日記でスクリプトを直接実行するのはよろしくないという 結果に行き着いたので、今回は.tcshrcを弄くってbash風に 一元管理させるように変更してみます。 まずはtcshrcを開いて…… # jove /root/.tcshrc history関連を以下のように書…

【サーバ運用】ファイルサーバのrootのhistoryが取れてない!

唐突ですが、うちのファイルサーバのrootの.history_tty* (デフォルトのままなんでtcsh使ってます) がどうやら取れていないようなのです。 幸い取り損じたhistoryは/tmpの中にあったのですが、 このままでは今後もhistoryが/tmpの中に入り続けるため あまり…