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

先月 2001年12月 来月
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年12月07日(金) 旧暦 [n年日記]

#1 [URL] 記憶検査(と言っても人間ではないよ)

要 gmake これっていつでもどこでも走らせていいのか不明。
 memtest <memory> [runs] [-l or --log]

> ./memtest all:

memtest v. 2.93.1
(C) 2000 Charles Cazabon <memtest@discworld.dyndns.org>
Original v.1 (C) 1999 Simon Kirby <sim@stormix.com> <sim@neato.org>

Current limits:
  RLIMIT_RSS  0x534c000
  RLIMIT_VMEM 0x1bc4000
Raising limits...
Failed to set rlimit.  Amount of memory testable may be limited.
Segmentation fault (core dumped)

> ./memtest 30M:


Current limits:
  RLIMIT_RSS  0x534c000
  RLIMIT_VMEM 0x1bc4000
Raising limits...

Failed to set rlimit.  Amount of memory testable may be limited.

Allocated 31457280 bytes...trying mlock...failed: insufficient
resources.
....
Allocated 27000832 bytes...trying mlock...failed: only
root can lock pages.  Continuing with unlocked pages.
This program runs much faster and results are more
reliable when running with locked pages.

Testing 27000832 bytes at 0x01856000 (0 bytes lost to
page alignment).

Run    1:
  Test  1:         Stuck Address:  Testing...Passed.
  Test  2:          Random value:  Setting...Testing...Passed.
  Test  3:        XOR comparison:  Setting...Testing...Passed.
  Test  4:        SUB comparison:  Setting...Testing...Passed.
  Test  5:        MUL comparison:  Setting...Testing...Passed.
  Test  6:        DIV comparison:  Setting...Testing...Passed.
  Test  7:         OR comparison:  Setting...Testing...Passed.
  Test  8:        AND comparison:  Setting...Testing...Passed.
  Test  9:  Sequential Increment:  Setting...Testing...Passed.
  Test 10:            Solid Bits:  Testing...Passed.
  Test 11:      Block Sequential:  Testing...Passed.
  Test 12:          Checkerboard:  Testing...Passed.
  Test 13:            Bit Spread:  Testing...Passed.
  Test 14:              Bit Flip:  Testing...Passed.
  Test 15:          Walking Ones:  Testing...Passed.
  Test 16:        Walking Zeroes:  Testing...Passed.
Run    1 completed in 871 seconds (0 tests showed errors).
Run    2:

panic: pmap_remove_pv: not on list:

kernel は 20011126
Stopped in pid (reapear) cpu_Debugger+0x10: lwz 0,20(1)

db> trace
at panic+158
at pmap_copy_page+734
at pmap_remove+b8
at uvm_unmap_remove+23c
at uvmspace_free+100
at uvm_exit+28
at reaper+6c
at fork_trampoline+10

起動する時に network が使えなくて:

starting local daemons:
Starting atalkd.
tcpserver: fatal: temporarily unable to figure out IP
address for harry4: address not available
trap: kernel read DSI 0x40565800 by 0x2fca94 (DSISR 0x4000000, err=14)
Stopped in pid 6 (ioflush) at ptemodify+0x268:   lwz 11,0(8)
db>

#2 [Mail] Wanderlust から Namazu で見つけた後の糸つむぎ

MHonARC などで作っている Web の画面だと、何かを検索で見つけた後に それに対する反応などをたどって行ける。
しかし Wanderlust から見つたメールの場合、その関連まではたどって 行けない(と思っている僕が間違っているかな、 References: などを見 れば、少なくとも前には行ける)。.... でも何か問題を見つけて、その解 答は前にはないから後に行く必要がある...

thread は糸つむぎではなくて糸縫いか。:

  1. 〈UC〉糸,縫い糸.sew with cotton thread 木綿糸で縫う/a needle and thread 糸を通した針 (★単数扱い).[類語]細いより糸で,縫い糸,時に織り 糸として用いる; →rope[参考]. [線,筋]
  2. 〈C〉(金属,光などの)細い線; (煙などの)細い筋; 毛, クモの糸など.a thread of light[smoke]一条の光[一筋の煙].
  3. 機械 ねじ山,ねじすじ.
  4. (議論,物語の)筋,筋道.We lost the thread of the argument.我々は議論 の筋道がわからなくなった.
計算機でなくても thread という言葉を使うらしい

#3 [NetBSD] pkgsrc/x11/Xaw3d/

gcc -c -I. -I/usr/X11R6/include -DCSRG_BASED -DARROW_SCROLLBAR -DUSEGRAY -DFUNCPROTO=15 -DNARROWPROTO -DHAS_WCHAR_H -DHAS_WCTYPE_H -DNO_WIDEC_H -O2 MultiSrc.c -o unshared/MultiSrc.o
In file included from MultiSrc.c:71:
XawI18n.h:31: wctype.h: No such file or directory
#ifdef HAS_WCTYPE_H
#include <wctype.h>
#ifndef NO_WIDEC_H
#include <widec.h>
#define wcslen(c) wslen(c)
#define wcscpy(d,s) wscpy(d,s)
#define wcsncpy(d,s,l) wsncpy(d,s,l)
#endif
#endif
20010801 版にはあるのに 1.5.2 にはない ?
makoto@u ■18:36:39/011207(...x11/Xaw3d)> ls -l /usr/include/wctype.h
-r--r--r-- 1 root wheel 2151 Aug 2 06:44 /usr/include/wctype.h
でも無いのに何故 -DHAS_WCTYPE_H となっているのだろう
まとめ
  • 20010801 では /usr/include/wctype.h が入っている
  • 1.5.2 では /usr/include/wctype.h が入っていない
  • にもかかわらず 1.5.2 で /usr/pkgsrc/x11/Xaw3d/ で make すると -DHAS_WCTYPE_H となり wctype.h を探しに行く
  • その結果
    XawI18n.h:31: wctype.h: No such file or directory
    と言われる
本当だろうか

さういへば、(個人用の) emacs-21 の pkgsrc を直しておかないと:

netbsd--powerpc と netbsd-apple-powerpc との齟齬が ..

#4 [語録] きのうの qmail の patch のような時に

ちょ〜〜〜いい加減な diff です。
# 修正箇所の参考くらいにはなると思いますので
というのを見かけたが、僕もこれを使おう。

#5 [知人] 「サーバが見つからない」と言われる

との電話がある。記録を見ると 12/3 11:33 に接続があった後、 一度もつながっていない。 YAMAHA の画面 を見ながらルータからの接続の設定(特にパスワード)を確認。 つながる。不思議。パスワードは確かに入力したはずなのだけれど。



最近の日記
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)
以上、1 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)