MailmanでリストのURLを変更する

Mialman運用中にサーバのホスト名が変わったり、WWWのポートが変わったりするとMailmanが持っているリストのURLと食い違ってしまい、ウェブから設定などが出来なくなる。 リストのURLを変更するにはportsで入れた場合/usr/local/mailman/binにあるconfig_list管理コマンドで設定を変更する。 >list_config -o file_name list_name で現在の設定がfile_nameに出力される。 >vi file_name などで、ファイルに設定を記述する。 リストのURLを変更する項目はweb_page_url。 web_page_url = ‘http://www.hoge.com/mailman/’ のようにMailmanスクリプトまでのURLを指定してやれば良いみたい。 >list_config -i file_name list_name で設定を登録して完了。 デーモンを再起動する必要はなかった。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , | Leave a reply

Atom330で動画再生(2)

Atom330で動画再生 上では DRIは効いているわけだし、もしかしたらSSEオプション付けてビルドし直せば再生できるようになるかも。 と書いたけど、SMPlyaerを依存関係も含めてSSEオプション付きでビルドしても残念ながらデコードが追いつかなかった。 再生中にtopを見ると、CPU時間を使い切っているときは使用率が50%ぐらいまで上がるのに25%程度にしかならない。 どうやら1コアしか使っていないよう。 マルチスレッドベースのMplayerXPというのがあるというので使ってみようとしたけど、FreeBSD 7.1ではGCCが4.xなのでそのままmakeしてもGCCのバージョンが違うと言われる。 portsからGCC 3.x系を入れてみたけどそれでもビルドがうまくいかない。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , , , , | Leave a reply

AWFFull 検索文字列の文字化け

前回portsのjapanese/awffullを導入したのだけれど、検索文字列が文字化けする。 レポートがEUC-JPで作成されるのに対して、検索文字列がUTF-8になっているからだ。 awffullはgettextで国際化されていて、gettextは環境変数LANGUAGEを見てそれに合わせてiconvで変換した文字列を出力するようなので、LANGAGEその他諸々をja_JP.UTF-8にしてみたんだけどレポートはEUC-JPで出力されてしまう。 あきらめて検索文字列の方をEUC-JPで出力するように方針転換。 そういえばjapanese/webalizerのころはこんなことはなかった。 調べてみるとjapanese/awffullはnyan氏のパッチを適用したもののよう。 このパッチはa-urasim氏のwebalizer用のパッチを参考に書かれたものだけど、そっちではEUC-JP検索文字列をEUC-JPに統一して出力するようになっている。 よってnyan氏がUTF-8に統一して出力するように書き換えた部分を元に戻してやれば良いと思って、ports中のfiles/awffull-ja.diffを書き換えたらEUC-JPで出力されるようになった。 Emacsのdiffモードが賢い(行の挿入や削除をするとメタ情報も変更してくれる)のに感動。 ただ、あまり良いやり方じゃないと思う。 元はといえばgettextの出力コードが変更できなかったのが問題だし、検索文字列の出力コードも設定ファイルに記述できるようにするべきかと。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , | Leave a reply

AWFFull

Webalizerの設定でGroupAgentを指定しているのに反映されなかったり、指定していないNetscapeが勝手にグループ化されたりするので煮詰まっていたら。AWFFullというのを見つけた。 AWFFull is a webserver log analysis tool. Mainly used to produce simple reports, it can also be used as the starting point for more detailed Web Analytics. … AWFFull is a fork of the venerable Webalizer log analysis program. Continue reading AWFFull


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , | Leave a reply

Atom330で動画再生

Atom330(D945GCLF2) & FreeBSD 7.1(X.org7.4 DRI)で動画再生してみた。 D945GCLF2のGMA950はMPEG-2のデコード支援はしてくれるけど、H.264はしてくれない。 SMPlayerで4コアすべて使うように設定してみたけど、1280×720のH.264動画は残念ながらデコードが追いつかない様子。 Optimizing for Atom ↑のようにオプションを設定してビルドし直しても20%の性能向上ではまだ追いつかないと思う。 Windows環境だとどうなんだろう。 とおもってWebで引いてみると、 HD動画視聴や3Dゲームをせずにネットや2chするだけならば、高性能なPCは必要ない には 動画は1280×720のDivX(デブロッキングあり)や、H.264/AVCもコマ落ち無しに行ける。 とある。 出たばかりのatom 330マザーDG945DCLF2について にも720pが再生できると書いてある。 DRIは効いているわけだし、もしかしたらSSEオプション付けてビルドし直せば再生できるようになるかも。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , , | Leave a reply

Atom330の実力

サークルでサーバ用途に組んだAtom330マシン(D945GCLF2)でFFMpegを使用して動画のエンコードをしてみた。 手持ちのAthron64 3000+なマシンとほぼ同じ速度だった。 低消費電力でマルチスレッド指向なAtomはサーバ向きだと思っていたけど、いろんな所でベンチマークを見るとマルチメディア性能が非常に高い。 それはSSE3が搭載されていることからも見て取れるのだけれど、ねらったところにぴっしりはまっているなと言う印象。細かいところのストラテジーの勝利。 unixbench (v4.1)ではshell scriptの性能がCoreに匹敵していて驚いた。 makeに関しては期待したほど速くないという印象。「マルチコアCPUだとmake worldが10分で終わる!」なんて根も葉もない噂を聞いた後だったからかもしれない。ただ、FreeBSD 7.1でmake worldしたのは初めてなので他のマシンでやってみて数字を出さないことには何ともいえないはず。 INDEX VALUES TEST BASELINE RESULT INDEX Dhrystone 2 using register variables 116700.0 2724199.2 233.4 Double-Precision Whetstone 55.0 531.9 96.7 Execl Throughput 43.0 838.0 194.9 File Copy 1024 bufsize Continue reading Atom330の実力


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , | Leave a reply

FreeBSD 7.1-RELEASE

自宅サーバのOSをFreeBSD 7.0-RELEASE → FreeBSD 7.1-RELEASEにアップデート。freebsd-updateから更新した。 やり方はまえとほぼ同じで。 #freebsd-update -r 7.1-RELEASE upgrade で取ってきて、 #freebsd-update install でインストール。 ここで設定ファイルのマージについて聞いてくるので適当に設定し、 #shutdown -r now リブートしてカーネルを入れ替え。 #freebsd-update install で、ユーザランドのライブラリなどがインストールされる。 メッセージにも出るとおり、ここでは古いライブラリなどは消されていないが、もう一回freebsd-update installすると消えるのでここで古いライブラリに依存しているソフトはリビルドする必要がある。portupgradeを導入している場合は、非常に時間がかかることを覚悟すれば、 #portupgrade -fa すればOK。野良ビルドはもう一度ビルドし直す。 『FreeBSD 7.0 へようこそ 第3回 freebsd-updateで楽々リリースサーフィン』ではruby18-dbdを更新するとpkgdb.dbが壊れているが今回は問題なかった。 ともあれ、ruby-dbdのバージョンが古い場合は先にそっちをアップデートしてからOSをアップデートしておくのがいいかもしれない。 もう一度 #freebsd-update install すると古いライブラリは消える。 『FreeBSD 7.0 へようこそ 第3回 freebsd-updateで楽々リリースサーフィン』


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , | Leave a reply

文字置換

sedの外にtrコマンドを使っても出来る。 >cat in.txt | tr [:lower:] [:upper:] > out.txt >cat in.txt | tr abc ABC > out.txt [:upper:]などのクラスが指定できる。


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , | Leave a reply

ports japanese/p5-Mail-SpamAssassin

SpamAssassinには日本語をうまく処理できない不具合があるらしい。 ビルド前にパッチを当てる必要がある。 portsには japanese/p5-Mail-SpamAssassin があってこちらを入れると自動的にパッチを適用してくれる。 Continue reading ports japanese/p5-Mail-SpamAssassin


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , | Leave a reply

SCIM-Anthy-xdm

.xsessionの設定を毎回忘れるのでメモ。 export LANG=ja_JP.eucJP export XMODIFIERS=@im=SCIM scim -d sleep 3 #desktop exec startxfce4 Continue reading SCIM-Anthy-xdm


Deprecated: Creation of dynamic property WP_Term::$cat_ID is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 378

Deprecated: Creation of dynamic property WP_Term::$category_count is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 379

Deprecated: Creation of dynamic property WP_Term::$category_description is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 380

Deprecated: Creation of dynamic property WP_Term::$cat_name is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 381

Deprecated: Creation of dynamic property WP_Term::$category_nicename is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 382

Deprecated: Creation of dynamic property WP_Term::$category_parent is deprecated in /usr/home/bugyo/public_html/b-log/wp-includes/category.php on line 383
Posted in コンピュータ | Tagged , , , | Leave a reply