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

  • 10/12() 21:00 -- ACAG
  • 10/16(水) 不燃ごみ
  • 10/19() CQ Ham Radio
  • 10/19() Domain renewal a month to go
  • 10/19() Pre Stew
  • 10/19() 木之本会議
  • 10/20() 12:00 -- 千葉コンテスト
  • 10/20() AP Sprint 14/21
  • 10/25(金) Interface
  • 10/26() 0900 -- WW DX Phone
  • 10/26() 火災保険 64k
  • 10/27() 0600-1200 東京 CW (3.5-430)
  • 10/27() AP Sprint Log deadline
  • 10/31(木) NTT 東 払込期日
  • 11/01(金) atactl check
  • 11/02() TES (25.2k)引落
  • 403 JNUG 総会/BOF 2017/07/08 (土)
  • 402 用途別 Emacs ( C, LaTeX, 日本語 )
  • 380 cvsweb の移行
  • 370 tamago 辞書登録
  • 368 CROSS (cross/i386-mingw32, cross/powerpc-linux ) Framework --- binutils + gcc
  • 363 Wanderlust+HyperEstraier
  • 360 evbppc 用 patch / 玄箱
  • 335 /dev/battery is missing hack | libgcc_s_pic.a is missing | samba の -PIE 問題335 ntpd monitor
  • 325 tcode頁の更新
  • 322 software |hardware
  • 321 emacs-22 | IPv6
  • 320 bulk build (Mac OS X 10.4 and NetBSD/macppc)
  • 310 Wanderlust の Namazu の挙動
  • 290 WordPress 1.2 -> 1.5 migration
  • 220 Wanderlust で日本語題名の wl-summary-print-buffer
  • 215 NetBSD/ofppc
便利なツール
Emacs
らくらく 入門
rakuraku-emacs-cover

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

2016年01月18日(月) 旧暦 [n年日記] [更新:"2016/01/18 23:18:38"]

#1 [NetBSD] Installing NetBSD/macppc to PowerBook G3 Pismo

以前に 4.0 が入っていた PowerBook G3 Pismo に sysinst で入れた。
という訳で、boot の設定には苦労せずに起動出来た。
ただし X11 がまだ動いていない
2008/11 と同じ問題が出ていると理解している。
[   245.036] (WW) xf86EnableIO -1
[   245.036] (II) xf86EnableIO: ffffffff
[   245.036] (WW) Can't map IO space!
[   245.037] (--) PCI:*(0:0:16:0) 1002:4c46:1002:4c46 rev 2, 
	Mem @ 0xb4000000/67108864, 
              0xb0000000/16384, 
        I/O @ 0x00000400/256, 
       BIOS @ 0x????????/131072
[   245.040] List of video drivers:
IIJ-NetBSD の netbsd-src には xsrc は入っていないと思っているので
h97@makoto 23:16:20/160118(/export)% \
time cvs  -Q -d :pserver:anoncvs@anoncvs.jp.netbsd.org:/cvs/cvsroot \
co -r netbsd-release-7-0 xsrc
して見た。


2014年01月18日() 旧暦 [n年日記] [更新:"2014/01/19 09:18:24"]

#1 [pkgsrc] pkgin

以前に pkgin を使った こともあったが、最近はまた忘れていた。
今回 ML115 G5 にまた NetBSD/amd64 6.1.2 をまっ更から入直して、pkgin を使って見た
  • 最初に を見て N 6.0 2013 Q4 の amd64 の link 先
    ftp://ftp.jp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/6.0_2013Q4/
    を写し、それに All を追加した URL を使って PKG_PATH を設定して、 pkgin を次のようにして入れる
    setenv PKG_PATH ftp://ftp.jp.netbsd.org/pub/pkgsrc/packages/NetBSD/amd64/6.0_2013Q4/All
    pkg_add pkgin
    
  • この後は
    pkgin sudo 
    や
    pkgin zsh rsync screen 
    
    などのようにして、追加して行く。


2012年01月18日(水) 旧暦 [n年日記] [更新:"2012/01/18 23:18:15"]

#1 [NetBSD] evbppc

準備
  131  cd ..
  132  mv src-20120117 src-20120117-patched
  133  cd src-20120117-patched
  135  zcat /e/kurobsd.z.ki.nu/home/ftp
  /pub/testing/evbppc/patch-current/.tmp/20120117.evbppc-current.diff.bz2 | patch -s -p0
build.sh
% time sudo ./build.sh -j 8 -m evbppc release >& ../log/evbppc-20120117
9129.54s 1855.01s 1:01:08.07 299% 0+0k 9441+27757io 150672pf+0w
結果
--- kern-EXPLORA451 ---
/export/src-20120117-patched/sys/arch/evbppc/explora/machdep.c: In function 'cpu_startup':
/export/src-20120117-patched/sys/arch/evbppc/explora/machdep.c:212:19: error: 
'module_machine_ibm4xx' undeclared (first use in this function)
元の src からの差分は次の通り
--- sys/arch/evbppc/include/cpu.h.orig	2011-06-20 15:35:40.000000000 +0900
+++ sys/arch/evbppc/include/cpu.h	2012-01-18 10:32:13.000000000 +0900
@@ -58,9 +58,15 @@
 
 #include <powerpc/cpu.h>
 
-#if defined(_KERNEL)
+#ifdef PPC_OEA
+#ifdef _KERNEL
+extern char *bootpath;
 extern char module_machine_booke[];
+#endif
+#endif
+
+#ifdef _KERNEL
 extern char module_machine_ibm4xx[];
-#endif	/* _KERNEL */
+#endif
 
-#endif	/* _EVBPPC_CPU_H_ */
+#endif	/* _MACHINE_CPU_H_ */
Following is restart with -u, not whole thing. I will do it again.
===> Successful make release
===> build.sh ended:      Wed Jan 18 11:07:22 JST 2012
===> Summary of results:
         build.sh command:    ./build.sh -u -j 8 -m evbppc release
         build.sh started:    Wed Jan 18 10:32:25 JST 2012
         NetBSD version:      5.99.60
         MACHINE:             evbppc
         MACHINE_ARCH:        powerpc
         Build platform:      NetBSD 5.1 amd64
         HOST_SH:             /bin/sh
         TOOLDIR path:        /export/src-20120117-patched/obj/tooldir.NetBSD-5.1-amd64
         DESTDIR path:        /export/src-20120117-patched/obj/destdir.evbppc
         RELEASEDIR path:     /export/src-20120117-patched/obj/releasedir
         Updated makewrapper: /export/src-20120117-patched/obj/tooldir.NetBSD-5.1-amd64/bin/nbmake-evbppc
         Successful make release
         build.sh ended:      Wed Jan 18 11:07:22 JST 2012
===> .
4657.71s 743.11s 34:58.35 257% 0+0k 8709+17285io 22513pf+0w
0.20s 2.62s 34:58.35 0% 0+0k 0+447io 0pf+0w
starting over,
===> build.sh ended:      Wed Jan 18 12:35:13 JST 2012
===> Summary of results:
         build.sh command:    ./build.sh -j 8 -m evbppc release
         build.sh started:    Wed Jan 18 11:09:42 JST 2012
         NetBSD version:      5.99.60
         MACHINE:             evbppc
         MACHINE_ARCH:        powerpc
         Build platform:      NetBSD 5.1 amd64
         HOST_SH:             /bin/sh
         TOOLDIR path:        /export/src-20120117-patched/obj/tooldir.NetBSD-5.1-amd64
         DESTDIR path:        /export/src-20120117-patched/obj/destdir.evbppc
         RELEASEDIR path:     /export/src-20120117-patched/obj/releasedir
         Updated makewrapper: /export/src-20120117-patched/obj/tooldir.NetBSD-5.1-amd64/bin/nbmake-evbppc
         Successful make release
         build.sh ended:      Wed Jan 18 12:35:13 JST 2012
===> .
12016.41s 2276.52s 1:25:36.07 278% 0+0k 18332+36466io 167808pf+0w
0.68s 12.75s 1:25:36.07 0% 0+0k 9+1084io 19pf+0w
In this build.sh, kernel (KUROBOX) won't be compiled, so I did
sudo ./build.sh -j 8 -T /export/src-20120117-patched/obj/tooldir.NetBSD-5.1-amd64
 kernel=KUROBOX
And netbsd.bin built.
I have copied this netbsd.bin onto USB memory stick and booted on TeraStation. Kernel booted fine. The dmesg for 5.99.60.


2011年01月18日(火) 旧暦 [n年日記] [更新:"2011/01/19 15:06:57"]

#1 [pkgsrc] personal-pkgsrc/tc-2.3.1

tcode 入力の tc-2.3.1 はいままで 手設置 だった。これを pkgsrc して見た。
それと今まで import 時にいろいろと失敗をして、 wip/import-package.sh を使えば、? と言われていたので、それを一か所自分用に編集して使って 見た。これで練習になる (練習するほどのものでもなく、一回使えば分るものだけれど)


2010年01月18日(月) 旧暦 [n年日記] [更新:"2010/01/18 15:44:02"]

#1 [Network] 最近日記にごぶさたなのだけれど ftp が ?

年末の 12/30 の日記
最近 ftp.ki.nu が生きていないようだ
と書いたのだけれど、どうも復活している気がする。 何も変更していないはずだが、不思議。
1/10(日)7MHz 垂直空中線の実験その一
1/14(木)神泉 -> 人形町 -> 秋葉原
1/15(金)君津 -> 根津 -> 秋葉原
1/16(土)KT-22R を運ぶ
1/17(日)7MHz 垂直空中線の実験その二
ftp.jp.netbsd.org の方は機械の故障で動いていない。


2007年01月18日(木) 旧暦 [n年日記] [更新:"2007/01/18 22:49:45"]

#1 [NetBSD][PLAYSTATION3] 一応 kernel は起動したが /sbin/init 失敗中

base.tgz と etc.tgz を展開して、./dev で ./MAKEDEV all しておく

kboot: のところで

kboot: tftp://hoge.example.com/ps3/netbsd-PS3.gz
と入れるとその kernel は読んで起動してくれる。 dhcp server にそれなりに設定しておくと、次のようなところ までは進む。/dev がない時には、warning no console と出たから、 / を見に行くところまでは進んでいるような気がする。
...
boot device: <unknown>
root on gelic0
nfs_boot: trying DHCP/BOOTP
nfs_boot: DHCP next-server: 192.168.1.211
nfs_boot: my_domain=ki.nu
nfs_boot: my_addr=192.168.1.224
nfs_boot: my_mask=255.255.255.0
nfs_boot: gateway=192.168.1.1
root on 192.168.1.211:/export/tftpboot/ps3
./sbin/init を隠しておくと init がないと言って panic するので、 init が起動するところまでは進んでいるはず。


2006年01月18日(水) 旧暦 [n年日記] [更新:"2006/01/18 13:20:48"]

#2 xdm で ssh-agent を使う

別件で、ssh-agent についてちょっと変なものを用意した。 xdm を使っていると、ssh-agent を起動してから X11 の窓を使うというのが しっくり来ない。そこで .xsession で ssh-agent を起動しておいて、後からそれを利用 するというのを考えて見た。次のような手続を使う。使い方は次の通り。
  1. .xsession の内で起動しておく ( ssh-start start)
  2. xterm の窓でもう一度起動。この時には普通は環境変数だけを設定する
  3. どこかの xterm で一回だけ ssh-add しておく
一応 csh/tcsh 専用
#!/bin/csh
# csh/tcsh environment ONLY

# this command is to be used on two different way:
# [1]  server mode
#      csh this-command start

#      just start ssh-agent, to be called by .xsession, for example.

# [2]  client mode
#      eval `this-command`
#      ssh-add

#      in xterm, eval `this-command` to set environment variable for
#      later ssh-add command

# getting process id of 'SSH-agent -c'
# (1) get ps ax list
# (2) exclude its own process from that
# (3) remove leading space (from the output)
# (4) get the very first token (number) deliminated by ' '


set SSH = `ps ax | grep -v grep | grep 'ssh-agent -c' | sed 's/^ *//'| cut -d ' ' -f 1`
echo 'echo' '##' ${SSH} '##'

# start ssh-agent unless already running
if ( .${SSH} == . ) then
        eval `ssh-agent -c`
else
        echo '##' ssh-agent already running ';'


if (.$1 == .start) exit
# followin code will not be executed if the argument is 'start'

## get SOCK pipe file on /tmp, should exist only one instance
set SOCK = `/bin/ls /tmp/ssh-*/agent.*`

# echo command line to be processed by  eval `this-command`
echo setenv SSH_AUTH_SOCK ${SOCK} ';'
echo setenv SSH_AGENT_PID ${SSH}  ';'

echo echo SSH_AUTH_SOCK,SSH_AGENT_PID now set, issue ssh-add only once to really activate
endif
安全(security)度は ? unix 許可に依存。 別に .xsession で起動しなくても xterm で起動すれば同じかな (でも自動で起動しておいてくれるというのが有難い)。... どうせ一回は必要だから、 回数は減らない ?

これにより、 xterm を開く。eval `~/bin/ssh-start` する。だけで、その後は 何も聞かれないで ssh が使える。

eval と source の違い:

eval と source の違いを手早く説明出来ないなぁ。 目的語が文字列か譜名かという違いかな。

#1 [pkgsrc][NetBSD][ssh] ssh_askpass: exec(/usr/X11R6/bin/ssh-askpass): No such file or directory

2003/10/04 の日記 を見て
   106  10:21   cd /export/pkgsrc/security/ssh-askpass/
   107  10:21   cvs update
   109  10:21   sudo make package
..
cc -o x11-ssh-askpass -O2 -L/usr/pkg/lib -L/usr/X11/lib
drawing.o dynlist.o resources.o x11-ssh-askpass.o -lXt -lX11
-lSM -lICE -L/usr/X11/lib -Wl,-rpath,/usr/pkg/lib:/usr/X11/lib
make: don't know how to make x11-ssh-askpass.man. Stop

make: stopped in /export/pkgsrc/security/ssh-askpass/work.st4200/x11-ssh-askpass-1.0
*** Error code 2

Stop.
make: stopped in /export/pkgsrc/security/ssh-askpass
===> 
===> There was an error during the ``build'' phase.
===> Please investigate the following for more information:
===>      * log of the build
===>      * /export/pkgsrc/security/ssh-askpass/work.st4200/.work.log
===> 
*** Error code 1

Stop.
make: stopped in /export/pkgsrc/security/ssh-askpass
ttyp0:makoto@st4200 10:22:14/060118(...security/ssh-askpass)> 
interim fix, disable requiring ssh-askpass.0 (which is not listed in PLIST)
ttyp0:makoto@st4200 10:30:08/060118(...security/ssh-askpass)> \
? diff -u work.st4200/x11-ssh-askpass-1.0/Makefile{-orig,}
--- work.st4200/x11-ssh-askpass-1.0/Makefile-orig       2006-01-18 10:22:08.000000000 +0900
+++ work.st4200/x11-ssh-askpass-1.0/Makefile    2006-01-18 10:29:35.000000000 +0900
@@ -694,7 +694,7 @@
        $(MKDIRHIER) $(DESTDIR)$(BINDIR)
        $(INSTALL) $(INSTALLFLAGS) $(INSTPGMFLAGS)  $(NAME) $(DESTDIR)$(BINDIR)/$(NAME)
 
-all:: $(NAME).0
+# all:: $(NAME).0
 
 $(NAME).0:: $(NAME).man
        @if [ -f $(NAME).man ]; \
ttyp0:makoto@st4200 10:30:18/060118(...security/ssh-askpass)> sudo make package
PR/11320

上の問題は未解決だが ssh-agent を使っていれば:

これは聞いて来ないので、放置とする。


2005年01月18日(火) 旧暦 [n年日記] [更新:"2005/01/18 19:01:32"]

#1 [pkgsrc] gawk が入っていない時に fonts/ja-shinonome

を入れようとすると
===> Verifying package for ../../fonts/ja-shinonome/
===> *** No /export/pkgsrc/distfiles/pkg-vulnerabilities file found,
===> *** skipping vulnerability checks. To fix, install
===> *** the pkgsrc/security/audit-packages package and run
===> *** '/usr/pkg/sbin/download-vulnerability-list'.
===> Configuring for ja-shinonome-0.9.10
loading cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking for mkfontdir... /usr/pkg/bin/mkfontdir
checking for sed... /usr/bin/sed
checking for gawk... no
checking for awk... /usr/bin/awk
  Error: Your system has only non-GNU awk.
        GNU awk is necessary specially, please install it.
*** Error code 1
多分次の変更が必要 ?
Index: fonts/ja-shinonome/Makefile
===================================================================
RCS file: /e/owada/cvsync/pkgsrc/fonts/ja-shinonome/Makefile,v
retrieving revision 1.7
diff -u -r1.7 Makefile
--- fonts/ja-shinonome/Makefile	15 Jun 2004 13:41:53 -0000	1.7
+++ fonts/ja-shinonome/Makefile	18 Jan 2005 09:52:12 -0000
@@ -31,6 +31,8 @@
 CONFIGURE_ARGS+=	--disable-progressbar
 CONFIGURE_ARGS+=	--with-foundry=${FOUNDRY}
 
+DEPENDS+=		gawk>3.:../../lang/gawk
+
 do-install:
 	cd ${WRKSRC}; \
 	${MAKE_PROGRAM} install; \



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

#4 [cyrus-imapd] adding new user

ttyp3:makoto@harry  17:14:34/040118(/usr/pkg)> cyradm -user cyrus localhost
 IMAP Password: 
              localhost> createmailbox user.username
localhost> ttyp3:makoto@harry  17:14:59/040118(/usr/pkg)> 

#3 [pkgsrc] www/mozilla 1.6

../build/autoconf/make-makefile: Cannot read ./MoreFiles/Makefile.in: No such file or directory
gmake[3]: Entering directory `/e3/pkgsrc/www/mozilla/work/mozilla/xpcom/MoreFiles'
gmake[3]: *** ターゲット `export' を make するルールがありません。中止。

#2 [Emacs][wl] byte-code: Cannot open load file: elmo-shimbun

emacs-w3m を入れた後に wl を make install する必要がある。
(正直言って、あまりいい方式とは思えないが、きっと、反対 「emacs-w3m が入っていてもいなくても elmo-shimbun.el を入れる」 にすると、失うものが多いのだろう)

多分何かの間違い。(でもなさそう)。役に立ちそう。:

ttyp3:root@harry 22:35:00/040118(...emacs-w3m-1.3.80/shimbun)# ls sb-*.el | sed -e 's/sb-//' -e 's/.el//' | awk '{print "@" $1 "/"}' > /tmp/list

netbsd に日付が入らないのは ? 既知 ?:

実は wl-2.10.1 を初めて使った。速い ?:

2.10.0 より summary が表示されるまでの時間が短い気がする。

mule-jp を見ていて 1/15 日の:

メールだと思って返事を書いていたら、12/17 日頃のものだった。 ?? (Summary には 01/15 と出ている) (ので出さなかった)
(多分僕の誤解があると思いますが)
僕は 12 日に
cvs -d :ext:anoncvs@savannah.gnu.org:/cvsroot/emacs checkout -P emacs
でもらって来て、問題がありませんでした。

#1 [Emacs][t-code][tc2] (invalid-regexp "Regular expression too big")

Debugger entered--Lisp error: (invalid-regexp "Regular expression too big")
  looking-at("\x53ce5\x53ce5\x53ce5\x53ce5\x53ce5\x53ce5\x53ce5\x53ce5\x53
  tcode-bushu-search("\x53ce5\x53ce5\x53ce5\x53ce5\x53ce5\x53ce5\x53ce5\x5
  tcode-bushu-add-to-index2(2228 (2209 2209 2209 2209 2209 2209 2209 2209 
  tcode-bushu-make-index2()
  tcode-bushu-load-dictionary()
  tcode-bushu-init(2)
  tcode-bushu-convert-preceding-chars()
  tcode-bushu-begin-alternate-conversion()
* call-interactively(tcode-bushu-begin-alternate-conversion)
  command-execute(tcode-bushu-begin-alternate-conversion)
  tcode-eval-action(tcode-bushu-begin-alternate-conversion)
  byte-code("PYn!@


2003年01月18日() 旧暦 [n年日記]

#5 [NetBSD] Strange pause at disk reading (*.eps file) eps の不思議

PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND
5593 makoto 10 0 6228K 6936K wait 0:00 1.27% 1.27% dvipdfm
5626 makoto -6 0 3420K 3860K rndread 0:00 2.96% 0.54% gs

#4 [EDA] scrc-1.2

cvs に入れて、少し中をいじって見ようと思ったのだけれど、 cvs って symlink を扱えたっけ ? CVSROOT/config に PreservePermissions=yes と書いておいて、import する時には -I \! とすれば、一応保存してくれる。

#3 [X11] Option "ZAxisMapping" "4 5"

ttyp1:makoto@u  14:19:16/030118(~)> rcsdiff /etc/XF86Config
===================================================================
RCS file: /etc/RCS/XF86Config,v
retrieving revision 1.2
diff -r1.2 /etc/XF86Config
70c70
<     Option    "ZAixsMapping"  "4 5"
---
>     Option    "ZAxisMapping"  "4 5"
ttyp1:makoto@u  14:19:41/030118(~)> 
綴りが違っていた。これで動く。

#2 [Namazu] メールの保存の文字が化けている ?


#1 [Emacs] wl-2.10.0 出ているのに

気が付かなかった。一か月以上も前の話。


2002年01月18日(金) 旧暦 [n年日記]

#2 [野鳥] じょうびたき・めじろ

毎日来るのかな。

#1 [NetBSD] XF86-2001-12-31.tar.gz 作直し

makoto@graphite 7:17:56/020118(/)> find etc usr/X11R6 \( -type f -o -type l \) -mmin +3400 -mmin -3450 > ! /tmp/list
makoto@graphite 7:18:07/020118(/)> wc /tmp/list
2125 2125 87606 /tmp/list
makoto@graphite 7:18:10/020118(/)> less /tmp/list
makoto@graphite 7:18:33/020118(/)> su
Password:
# tcsh
makoto@graphite 7:18:46/020118(/)# tar zcfT /automount/j/ftp/pub/NetBSD/port-macppc/X11R6-2001-12-31.tar.gz /tmp/list
makoto@graphite 7:20:48/020118(/)# tar ztfv /automount/j/ftp/pub/NetBSD/port-macppc/X11R6-2001-12-31.tar.gz | wc
2125 17112 192823

CDROM も作り直して見たが、OF 2 の機械では不可:

0 > boot scsi/sd@2:0 DEFAULT CATCH!, code=FFF00700 at %SRR0: 00600004 %SRR1: 00083070
ok
0 >
0x00 600 004 って CDROM の頭を読んで置いてあるところのような。つまりいきなりだめ。

きのう CDROM を作って入れた 20011016 は:

色々あって、どうもすぐに止ってしまう (Emacs とかで画面がそのまま固まる) ので、で、使っている disk( Seagate 20G) が一度だけ発病したことがあるやつなので、 それも関係あるのかな、と、きょうは(作り直した CDROM を使って) Quantum FireBall 10G に入直して見ているが、先ほど 12:20 分頃また固まった。
いまは 30 分くらい動いている。
  • 鍵の対応が変な気もする。root では正常、通常使用者で変。 いまは xmodmap しているので、問題なし。(本当は問題があると思う) (XF86-401-2001-12-31)

wl を 2.7.5 から 2.8.1 にしたら:

CITE
wl-highlight-x-face-func is obsolete. Use wl-highlight-x-face-function instead.
wl-summary-subject-func is obsolete. Use wl-summary-subject-function instead.
wl-summary-update-confirm-threshold is obsolete. Use elmo-folder-update-threshold instead.
elmo-msgdb-dir is obsolete. Use elmo-msgdb-directory instead.
elmo-default-pop3-authenticate-type is obsolete. Use elmo-pop3-default-authenticate-type instead.
elmo-default-pop3-server is obsolete. Use elmo-pop3-default-server instead.
elmo-default-nntp-server is obsolete. Use elmo-nntp-default-server instead.
elmo-default-imap4-server is obsolete. Use elmo-imap4-default-server instead.

冗談みたいだが 4 時間も動いている:

makoto@u 16:37:04/020118(~)> uptime
4:37PM up 4:07, 12 users, load averages: 0.35, 0.29, 0.26
makoto@u 16:37:08/020118(~)> uname -a
NetBSD u 1.5ZA NetBSD 1.5ZA (GENERIC-insecure) #0: Thu Jan 17 16:01:56 JST 2002
makoto@u:/amd/ibook366.ki.nu./export/20011220/sys/arch/macppc/compile/GENERIC-insecure macppc
makoto@u 16:37:12/020118(~)>
どう冗談かって、(4時間も動いて喜ぶっていうこと。既に 9 時間動いている)。 ./Build.sh 中 (20020114)


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

#2 [Emacs] Canna/URL

http://www.mori.cs.titech.ac.jp/~k-itou/emacs/canna/index.html

canna を動かそうとしたら、:

(いつもは動かしていないのだけれど)
root@harry  21:34:20/010118(/home/makoto)# /usr/local/canna/bin/cannaserver 
root@harry  21:34:33/010118(/home/makoto)# 
Warning: /usr/local/canna/bin/cannaserver: 
/usr/spool/canna/CANNA0msgs open faild
No such file or directory
process は動いている
kill してから
mkdir -p /usr/spool/canna
chown canna /usr/spool/canna
root@harry  21:40:06/010118(/home/makoto)# \
ls -l /usr/local/canna/bin/cannaserver
-r-xr-sr-x  1 canna  bin  154368 May 24  2000 /usr/local/canna/bin/cannaserver

#1 [Namazu] Mail 1000 - 730 = 270 日分

mknmz -c -f ~/.mknmzrc-Mail --mtime -1000 --verbose -O /export/pkgsrc/namazu/Mail .
....
38756/38756 - /amd/ki.nu./export/home/makoto/Mail/uucp-host/37 [message/rfc822]
索引を書き出しています...
[追加]
日付:                Thu Jan 18 04:02:45 2001
追加された文書の数:  38,756
大きさ (bytes):      110,504,046
合計の文書数:        153,769
追加鍵語数:          437,576
合計鍵語数:          2,298,488
わかち書き:          module_chasen -j -F '%m '
経過時間 (秒):       82,375
譜/秒:               0.47
系:                  netbsd
Perl:                5.006
Namazu:              2.0.5
makoto@nazuha ■4:08:13/010118(~/Mail)> p



最近の日記
2024年07月03日
kicad oddity
2024年05月08日
comparison on ./buildsh tools
2024年05月06日
py-setuptools (python 3.11.9)
make release took 1 hours and 10 min
qemu invocation for 10.99.10
2024年05月05日
Windows 10 version
serial connection
bc bench
2024年05月04日
Trial on 10.99.10
another version (later trial) to succeed
以上、12 日分です。
タイトル一覧
カテゴリ分類
Powered by hns-2.19.9, HyperNikkiSystem Project

Count.cgi (since 2000/02/05)