]
トップ «前の日記(2009-08-18) 最新 次の日記(2009-08-20)» 編集

Yukiharu YABUKI の tDiary



このtDiaryを検索します。

2009-08-19 [長年日記]

_ 祭り太鼓

近隣のコミュニティプラザで祭りがあるようです。事前に回覧がきてましたが、ここまでとは。仕事中なんですが太鼓の音で仕事になりません。とりあえず20分間我慢のようです。

_ なにが起きてたんだろうか

git.debian.org へ ssh 経由で git する場合に、.ssh/config を安易に設定したら git clone や git pull ができなくなっていた。自分の何が悪いかわからず、 alioth に登録した rsa.pub の内容とか確認してました。.ssh/config を全部消したら clone ができるようになった所まで絞り込めたので、ぼちぼち .ssh/config の内容を見て確認するか。出てた症状は

$ git pull
muxserver_listen bind(): No such file or directory
fatal: The remote end hung up unexpectedly
てな感じ

_ [Benchmark] rsync2 と rsync3

rsync2 と rsync3 のベンチマークの比較とまとめ(http://apribase.net/2009/07/18/rsync2-rsync3-benchmark/)この記事をみて、まず手元の Debian GNU/Linux Lenny に収録されている rsync のバージョンを確認してみた。

yelona:~# rsync --version
rsync  version 3.0.4  protocol version 30
Copyright (C) 1996-2008 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
    64-bit files, 64-bit inums, 32-bit timestamps, 64-bit long ints,
    socketpairs, hardlinks, symlinks, IPv6, batchfiles, inplace,
    append, ACLs, xattrs, iconv, symtimes
 
rsync comes with ABSOLUTELY NO WARRANTY.  This is free software, and you
are welcome to redistribute it under certain conditions.  See the GNU
General Public Licence for details.