2010-06-01から1ヶ月間の記事一覧

cronでバッククォーテーションが使えない?

0 0 * * * aaa.sh > `date -d '1 day ago' +%Y-%m-%d`.log 2>&1これって、できるよね? ちゃんとaaa.shに実行権限あるし、 実際に、コマンド部分をコピペしたらちゃんと動くし。。 バッククォーテーション部分を削除したら、動くんだよね。。 よくわからん。…

puppetのnode名に正規表現

下記のように正規表現でnode名を書ける。 node /^node*/ { } めっちゃ便利! ※ puppet0.25.xからだそうです。

puppet clientでエラー その2

前回のエラーに引き続き、puppet clientで以下のエラーが出ました。 err: Could not retrieve catalog from remote server: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed warning: Not using cache on…

puppet clientでエラー

Hadoopの設定ファイル管理をpuppetでやろうとしているのですが、 puppet clientで以下のエラーが。。 err: Could not retrieve catalog from remote server: hostname was not match with the server certificate warning: Not using cache on failed catalo…

gitoriousのインストール

先日、やっとの思いでgitoriousをインストールしました。 いろいろドキュメントはあるんですけど、 gitorious自体がバージョンアップしてるので もう既に古くなってたりして、めちゃくちゃはまりました。。 以下、メモしておきます。抜けてるところあるかも…