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

先月 2001年01月 来月
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 31
Namazu for hns による簡易全文検索
詳しくは 詳細指定/ヘルプを参照して下さい
検索式:

2001年01月13日() 旧暦 [n年日記]

#1 [Apache] apache-ssl と apache を同時に動かす ?

apache-ssl は何も考えないと、起動時に RSA 秘密鍵を聞いて来て、入力しないと起動しない。 これを譜に書いておくという逃げ道もあるらしいが、それはまず 考えないとして、 80 番は自動で動く。443 は手動で起動。ということが出来れば次善の策 という気がする。これが出来るか。
apache-ssl 側の 80 番を動かないようにしておいて、二つ process を動か せばいいというのが一応の想像。

#2 [Namazu] Mail directory

何故か mew-nmz.el に親しんでいないので、 ~/Mail 全体を mknmz する方を考えている。いきなり
mknmz --mtime -10 --verbose -O /usr/namazu/Mail . とやると

Out of memory during "large" request for -2147479552 bytes at mknmz line 2278.:

@@ Processing mail/news file ...
3733/3733 - /amd/ki.nu./export/home/makoto/Mail/webcount/1124 [message/rfc822]
Out of memory during "large" request for -2147479552 bytes at /usr/local/bin/mknmz line 2278.
makoto@harry ■DING!/010113(~/Mail)> 
ちょっとくやしい。Out of memory! とだけ表示されるのと、これはどう違うのだ ろう。でも 2,147,479,552 byte って少し変。
2^31 = 2147483648 のかなり近く。 2^31 - 4096 = 2147479552
僕は ~/.cshrc に unlimit datasize と書いていて、 limit では 「datasize 524288 kbytes」 と表示される。 /usr/local/bin/mknmz から:
   2277 sub write_index_sub () {
   2278     my @words = sort keys(%KeyIndex);

ちなみに、 http://www.namazu.org/ の 検索で「namazu-users-ja」だけを指定して out of memory large と入力して検索すると、 16781312 という数字が出て来て、それは 2^24 - 4096 なので、何か規則性がある。単に Perl の実装の都合だとは思うが。
そう言えば、メールの時に Received: とか、header の左側だけでも捨てた方が いい気がする。 ~/.mknmzrc に次のように書いて、
# $ON_MEMORY_MAX   = 5000000;
$ON_MEMORY_MAX   = 3000000;
(同じ OS だけれど)違う機械で、少し EXCLUDE もしたら 一応終った。 実行記録 (10日/22 分, 90日/116分, 100日/194 分) (これらが日本語でないのは NMZ.log を見ているため)
私家版 patch を当てたくなったけれど、 入門 にも書いてなくて、そちらの方を大分直す。

#3 [Network] whois ip-address

こういう情報(とその調べ方)を知らなかった。
makoto@harry ■9:57:27/010113(~)> whois -h radb.ra.net 210.145.40.112/28
route:         210.145.0.0/17
descr:         NTT-OCNET CIDR BLOCK 3 (AS4713)
               Tokyo Opera City Tower 21F
               3-20-2 Nishi-shinjuku, Shinjuku-ku
               Tokyo 163-14, Japan
origin:        AS4713
mnt-by:        MAINT-AS4713
changed:       arano@mod.hqs.ntt.co.jp 19970303
source:        RADB

route:         210.145.0.0/17
descr:         NTT-OCNET CIDR BLOCK 3 (AS4713)
               Yamato Life Insurance Bldg.
               1-7 Uchisaiwai-cho 1-chome Chiyoda-ku,
               Tokyo 100-8019 Japan
tech-c:        Tomoya Yoshida
origin:        AS4713
mnt-by:        MAINT-AS4713
changed:       yoshida@rr.ntt.net 19991117
source:        ARCSTAR
ところで AS って何の略だったっけ。こういう短い名前は全文検索 では見つかり難い。 http://www.google.com/ で調べると、
  • AS routing cisco internet TCP/IP (件数) 19,800
  • AS OSPF routing whois database (件数) 10,400
良く見たら、 「"AS" は一般的すぎる言葉のため、検索には使われていません。」 って書いてある。 AS4713 なんて入れて見たら、 の中に AS (autononmous System) という字がある。でも n 抜の autonomous ではないかな。
[- 日記システム警告:コマンド AS は予約されています。-]

http://www.ryston.cz/petr/traceroute3.html は何語か良く分らないが。
makoto@harry ■10:36:03/010113(~)> whois -h whois.ra.net AS4713
aut-num:       AS4713
as-name:       NTT-OCN-AS
descr:         NTT-OCNET
               Tokyo Opera City Tower 21F
               3-20-2 Nishi-shinjuku, Shinjuku-ku
               Tokyo 163-14, Japan
admin-c:       Takashi Arano
tech-c:        Shinichi Norikane
notify:        db-admin@mod.hqs.ntt.co.jp
mnt-by:        MAINT-AS4713
changed:       arano@mod.hqs.ntt.co.jp 19961216
source:        RADB

aut-num:       AS4713
as-name:       NTT-OCN-AS
descr:         NTT-OCNET
               Yamato Life Insurance Bldg.
               1-7 Uchisaiwai-cho 1-chome Chiyoda-ku,
               Tokyo 100-8019 Japan
admin-c:       Tomoya Yoshida
tech-c:        Tomoya Yoshida
notify:        yoshida@ocn.ad.jp
mnt-by:        MAINT-AS4713
changed:       yoshida@ocn.ad.jp 20000114
source:        ARCSTAR
makoto@harry ■10:45:56/010113(~)> 

#4 [Web] (auto-index) iBook2, tutorial が 差分を取れるような状態でないことを発見

makoto@nazuha ■17:55:55/010113(~)> ls -l n/iBook2.cgi i/namazu/tutorial.cgi
-rwxr-xr-x  1 makoto  users  11506 Oct 21 20:54 i/namazu/tutorial.cgi*
-r-xr-xr-x  1 makoto  3000   14959 Jan  6 14:26 n/iBook2.cgi*
実は
  • namazu を cvs に import して見よう
  • cvs の画面を作って見よう
  • それには iBook2, tutorial 方式がいい
  • と思って、上のどちらから作るかと見たら 全然違っている。
いまの問題
  1. 日本語と英語を混ぜた時の索引の作り方に問題がある
  2. それは両方の言葉を見て、menu database を作っておく必要がある という理解をしている
  3. 名前を pml にするか html で行くか迷っている。
  4. (namazu/filter のことを考えると pml などの自分で作った名前がいい)
  5. GooglebotiBook2 を見つけてくれない 問題と(関係あるのかないのか)不明
  6. namazu filter を作っていない
きょうの時点のものを tar 形式で置いておこう。 ftp://ftp.ki.nu/pub/web_tool/ web_tool.tar.gz かな。 でも説明なしに使うのは いくら簡単な道具とは言えちょっと無理かな。

#5 [jpnic] 汎用ドメイン名


#6 [Emacs] Wanderlust きょうの elp-results

Function Name                                          Call Count  Elapsed Time  Average Time
=====================================================  ==========  ============  ============
wl-folder-jump-to-current-entity                       2           24.646404     12.323202
wl-summary-goto-folder-subr                            2           24.603204     12.301602
wl-summary-msgdb-load-async                            2           10.353382     5.176691
wl-summary-sync-force-update                           2           7.171543      3.5857715
wl-summary-sync-update3                                2           6.977547      3.4887735
wl-thread-resume-entity                                2           6.4673510000  3.2336755000
wl-highlight-summary                                   1           4.79316       4.79316
wl-highlight-summary-current-line                      1005        3.7981830000  0.0037792865
wl-summary-insert-thread-entity                        11          1.27841       0.1162190909
もう一回。(寝る前)
Function Name                                          Call Count  Elapsed Time  Average Time
=====================================================  ==========  ============  ============
wl-summary-goto-folder-subr                            10          447.240129    44.724012900
wl-folder-jump-to-current-entity                       10          422.73789999  42.27379
wl-summary-msgdb-load-async                            10          267.911895    26.7911895
wl-summary-sync-force-update                           10          86.282126     8.6282126000
wl-summary-sync-update3                                10          84.459881     8.4459881
wl-summary-cursor-down                                 18          56.496802     3.1387112222
wl-thread-jump-to-next-unread                          18          56.493031     3.1385017222
wl-thread-get-next-unread                              18          55.811513     3.1006396111
wl-thread-entity-get-next-marked-entity                18          55.798080999  3.0998933888
wl-thread-entity-check-next-mark-from-younger-brother  14          55.711501999  3.9793929999
wl-thread-entity-check-next-mark                       5766        36.707367999  0.0063661755
wl-summary-read                                        62          36.387422000  0.5868939032
wl-message-redisplay                                   55          35.823312999  0.6513329636
wl-mmelmo-message-redisplay                            55          35.809541     0.6510825636
wl-folder-mark-as-read-all-current-entity              2           29.887276     14.943638
wl-folder-mark-as-read-all-entity                      2           29.686759     14.8433795
wl-thread-resume-entity                                10          23.084595     2.3084595
wl-summary-exit                                        11          19.315628999  1.7559662727
wl-mime-header-presentation-method                     55          18.312622     0.3329567636
wl-summary-save-status                                 11          18.208905     1.6553550000
wl-summary-msgdb-save                                  11          11.327003999  1.0297276363
wl-draft-send-and-exit                                 3           10.876807     3.6256023333
wl-draft-send                                          3           10.876185     3.6253949999
wl-summary-redisplay                                   12          10.545399     0.87878325



最近の日記
2025年06月13日
Let's Note CF-SV8

2025年02月13日
dvipdfmx ICC profile format spec. version 4.3.0
2025年01月29日
ham/wsjtx
2025年01月27日
wip/wsjtx 5.4.2
2025年01月25日
ham/wsjtx
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)