hns - 日記自動生成システム - Version 2.19.9

先月 2004年06月 来月
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2004年06月10日(木) 旧暦 [n年日記]

#1 [cvs] 1.11.17

まだ問題があったらしい。 中山さんの日記 で知る。 (もしかして 奥村さんのところ だったかも知れない)
./configure で --prefix=/usr を検出するのはとてもいい。 (前にも書いたけれど)


2004年06月09日(水) 旧暦 [n年日記]

#1 [pkgsrc] named.core

(gdb) where
#0 0x41ba3c84 in kill () from /usr/lib/libc.so.12
#1 0x41b5ec74 in pthread__assertfunc () from /usr/lib/libpthread.so.0
#2 0x41b5a608 in pthread__sched_bulk () from /usr/lib/libpthread.so.0
#3 0x41b5831c in pthread__upcall () from /usr/lib/libpthread.so.0
(BIND 9.2.2, 古すぎ)


2004年06月07日(月) 旧暦 [n年日記]

#1 [EDA] Verilator (Verilog subset -> SystemC)

というのを Windows 2k で動かそうとして、 strsignal の型が違うと言われて止っている場合を見た。 人の机の上。


2004年06月06日() 旧暦 [n年日記]

#1 [無題] 館山

新しく出来た道路 を使って行って見る。 行きは 10 分から 15 分くらい短縮された気がした。
ところが帰りは、いつもなら 1 時間前後のところを 1:20'くらい かかってしまった。 富津・竹岡から上総湊まで30 分くらいかかったのが原因か。


2004年06月05日() 旧暦 [n年日記]

#1 [] 50 冊届く。

8 冊発送。

#2 [MacOSX] 一台入れて見る。

10.3 Panther になると、ユーティリティの中に、 アクティビティ・モニタ というのがあって、 CPU Memory Disk Network などの使用状況を教えてくれる。 どうもメモリは 1G とか、「多いほど速い」状態の気がする。


2004年06月04日(金) 旧暦 [n年日記]

#1 [] 16 冊届く


#2 http://lc.linux.or.jp/lc2004/lt.html LC 2004

飛込みで能城さんの t-code

#3 [tcode] 4 人会合

2 ch のオフ会に飛び込。
n高橋さん、f さん o さん。 キネシス USB の刻印のないやつにはびっくり。


2004年06月03日(木) 旧暦 [n年日記]

#1 [Emacs] w3m と browse-url-browser-function

(setq browse-url-browser-function '(("." . w3m)))
これを書くのを忘れてしまった。僕の場合、しかも
(global-set-key [next] 'browse-url-at-point)
として next キーで飛べる。
(setq w3m-use-cookies t)
これも忘れた。

#2 [無題] 新横浜

12:04 本千葉
12:10 千葉
13:25 横浜
13:38 新横浜

17:38 横浜
18:57 千葉


2004年06月02日(水) 旧暦 [n年日記]

#1 [Emacs] tramp/cvs

   558  23:50   cvs -d :ext:anoncvs@savannah.nongnu.org:/cvsroot/tramp co tramp
   629  0:05    /usr/pkg/bin/autoconf-259 configure.ac > configure
   631  0:05    chmod +x ./configure
   633  0:05    ./configure --with-emacs=/usr/pkg/bin/emcws
   635  0:06    gmake
   636  0:06    sudo gmake install
autoconf は 2.13 の方を autoconf としていたので上のようになった。

#2 [cygwin] compiling binutils for mingw32

If I type
./configure --host=i386--mingw32
I will see following lines.
../../binutils-2.14/libiberty/pex-win32.c:34: process.h: No such file or directory
../../binutils-2.14/libiberty/pex-win32.c:35: io.h: No such file or directory
But if we take the file, bin-msvcrt-2000-03-27.zip, from the site, it includes those missing files.
My question is: why those are not included for binutils ? License issue ?

#3 [歌舞伎] 十一代目海老蔵襲名披露公演

外郎売 尾上松緑すごい
寺小屋 仁佐衛門いい。勘九郎もよかった。
口上 この場に居合せた幸せ
鏡獅子 海老蔵がんばる

でもね、松緑は辰之介だし、仁佐衛門は孝男だよな。


2004年06月01日(火) 旧暦 [n年日記]

#1 [pkgsrc] startssl fails

ttyp7:makoto@harry  8:24:49/040601(/tmp)> sudo /usr/pkg/sbin/apachectl startssl
Password:
Syntax error on line 232 of /usr/pkg/etc/httpd/httpd.conf:
Cannot load /usr/pkg/lib/httpd/mod_php4.so into server: Cannot open "/usr/pkg/lib/httpd/mod_php4.so"

install mod_php4.so:

   433  8:28    cd /export/pkgsrc/www/ap-php4/
   434  8:28    make
   435  8:29    make install
   438  8:29    rm -rf work/
   439  8:29    sudo rm -rf work
   440  8:30    cvs update -dP -C
   441  8:30    make
   442  8:38    sudo pkg_delete -f php-4.3.4
   443  8:38    make
   444  8:53    make install

===> Registering installation for ap-php-4.3.6nb1
ap-php-4.3.6nb1 requires installed package apache-2.0.49nb1
ttyp7:makoto@harry  8:54:12/040601(...www/ap-php4)>

startssl again:

ttyp7:makoto@harry  8:54:31/040601(...www/ap-php4)>  sudo /usr/pkg/sbin/apachectl startssl
Password:
[Tue Jun 01 08:55:17 2004] [error] VirtualHost _default_:443 -- 
   mixing * ports and non-* ports with a NameVirtualHost address is not supported, 
   proceeding with undefined results
Apache/2.0.49 mod_ssl/2.0.49 (Pass Phrase Dialog)
Some of your private key files are encrypted for security reasons.
In order to read them you have to provide us with the pass phrases.

Server www.example.com:443 (RSA)
Enter pass phrase:
Ok: Pass Phrase Dialog successful.
ttyp7:makoto@harry  8:55:24/040601(...www/ap-php4)> 

entity encoding になって、字が化けてしまう ?:

etc/php.ini を変更したら、化けなくなった
 ;default_charset = "iso-8859-1"
+default_charset = "euc-japan"
これでいいとしよう。

#2 [] 章立

Emacs らくらく入門 ISBN: 4-7741-2041-3
 1 章  Emacs 入門              Emacs を初めて使う方のための入門編 
 2 章  日本語環境              日本語表示・入力の方法
 3 章  使い方(編集機能)        基本的な使い方
 4 章  使い方(各種モード)      Emacs に内蔵されている編集モード
 5 章  メール環境              Wanderlust
 6 章  Emacs Lisp パッケージ   Web・LaTeX・CVS 管理
 7 章  Emacs Lisp  	      Emacs Lisp の初歩
 8 章  個人設定                ~/.emacs とカスタマイズの画面
 9 章  Emacs 使いこなし        ヘルプ・オンラインドキュメント
                                                       ・符号体系
 
 付録
 A  Emacs 本体の設置           ports/pkgsrc 一般設置
                               ちょっと特別な Mac OS X
 B  設置(追加パッケージ)       tamago, Elisp, Wanderlust, emacs-w3m
 C  設置(日本語入力)           FreeWnn
 D  設置(関連ソフトウェア)     wget Namazu, w3m 

(どこにも書かなかった)コラム索引:

Del を入力しても 「1 文字消去にならない」                 ..... 30
困った時の C-g                                            ..... 35
環境変数                                                  ..... 51
tamago でのひらがな入力                                   ..... 79
BackSpace と Del が本書に書いてあるように動作しない       .... 156
%m と A または Q を組合せて横断検索や、横断置換をするには .... 171
メーリング・リストの最新 100 だけをいつもみる             .... 273
defvar (変数の定義)                                       .... 312
emacs -nw でツールバーを利用                              .... 374
符号体系を決めて開けたい                                  .... 376
FreeBSD ports                                             .... 383
/usr か /usr/local か                                     .... 392
ことえりを使ってインライン入力をするには                  .... 400
tamago と順次検索                                         .... 404
バイトコンパイル                                          .... 416

きょうの順位 3,756:

@amazon
6/11 日に本屋さんに並ぶのではないかとのことです。 増田さん ありがとう。
p416, 2,394 円は p448 2,499 円に変更されています。

#3 [pkgsrc] FreeWnn

atod と Noun.place.dic が必要だとする。
atod は (pkgsrc なら) inputmethod/ja-freewnn-server-bin に入っている。
Noun.place.dic は ipadic-2.7.0.tar.gz を開ければ良い
ttypb:makoto@harry 16:24:10/040601(...work/ipadic-2.7.0)> ack -e Noun.place.dic \
| ~/perl/practice/kata-hira-tr.euc \
| atod -s 800000 -S noun.place.dic
Entries with same yomi(か), kanji(加), hinsi(地名) are merged.
Entries with same yomi(ふぃじー), kanji(フィジー), hinsi(地名) are merged.
Entries with same yomi(みくろねしあ), kanji(ミクロネシア), hinsi(地名) are merged.
Entries with same yomi(にゅーぎにあ), kanji(ニューギニア), hinsi(地名) are merged.
Entries with same yomi(まけどにあ), kanji(マケドニア), hinsi(地名) are merged.
Entries with same yomi(くりみあ), kanji(クリミア), hinsi(地名) are merged.
Entries with same yomi(りべりあ), kanji(リベリア), hinsi(地名) are merged.
Entries with same yomi(ぱらお), kanji(パラオ), hinsi(地名) are merged.
Entries with same yomi(ちゅうおうあふりか), kanji(中央アフリカ), hinsi(地名) are merged.
Entries with same yomi(えいこく), kanji(英国), hinsi(地名) are merged.
Entries with same yomi(ちゅうごく), kanji(中国), hinsi(地名) are merged.
Entries with same yomi(るくせんぶるく), kanji(ルクセンブルク), hinsi(地名) are merged.
Entries with same yomi(ちぇこ), kanji(チェコ), hinsi(地名) are merged.
Entries with same yomi(もなこ), kanji(モナコ), hinsi(地名) are merged.
Entries with same yomi(ぷえるとりこ), kanji(プエルトリコ), hinsi(地名) are merged.
Entries with same yomi(べらるーし), kanji(ベラルーシ), hinsi(地名) are merged.
Entries with same yomi(ほんじゅらす), kanji(ホンジュラス), hinsi(地名) are merged.
Entries with same yomi(ぐれなだ), kanji(グレナダ), hinsi(地名) are merged.
Entries with same yomi(じぶち), kanji(ジブチ), hinsi(地名) are merged.
Entries with same yomi(くうぇーと), kanji(クウェート), hinsi(地名) are merged.
Entries with same yomi(にゅーじーらんど), kanji(ニュージーランド), hinsi(地名) are merged.
Entries with same yomi(すこっとらんど), kanji(スコットランド), hinsi(地名) are merged.
Entries with same yomi(さんまりの), kanji(サンマリノ), hinsi(地名) are merged.
Entries with same yomi(あらぶ), kanji(アラブ), hinsi(地名) are merged.
Entries with same yomi(ぱなま), kanji(パナマ), hinsi(地名) are merged.
Entries with same yomi(ばんぐらでしゅ), kanji(バングラデシュ), hinsi(地名) are merged.
Entries with same yomi(あんごら), kanji(アンゴラ), hinsi(地名) are merged.
Entries with same yomi(えるさるばどる), kanji(エルサルバドル), hinsi(地名) are merged.
Entries with same yomi(ちぇちぇん), kanji(チェチェン), hinsi(地名) are merged.
Entries with same yomi(ばちかん), kanji(バチカン), hinsi(地名) are merged.
Entries with same yomi(そろもん), kanji(ソロモン), hinsi(地名) are merged.
72968 words are in this dictionary
node_count = 106253 ind= 1688528
kanji = 744696
ttypb:makoto@harry 16:24:45/040601(...work/ipadic-2.7.0)>

pubdic/noun.place.dic ((place.h)) : 指定された辞書は逆引き可能ではありません ともこさんから 。 (どうも ~/.eggrc の変更場所を間違えたようだ)。正しく加えれば、これは出ない。



最近の日記
2024年03月10日
停電 (瞬電)
2024年03月03日
the second try on bare-metal
useradd
2024年02月29日
opendkim and senmail
2024年01月24日
chat/iam 0.0.8
2024年01月21日
uselocale vs setlocale (textproc/R-readxl)
以上、9 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)