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

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

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

#1 [NetBSD] anoncvs = release cycle ?

Release Cycle になっている(ような気がする)ので 保存してあった 2001-05-17 の NetBSD-current/tar_files から src の directory を作って、
#!/bin/sh
for f in `find . -name Repository`; do
        mv $f $f.orig
        sed -e 's|^/cvsroot/||' $f.orig > $f
        rm $f.orig
done
echo ":pserver:anoncvs@sup.jp.netbsd.org:/cvs/cvsroot" > /tmp/A
find . -name Root -exec cp /tmp/A {} \;
という sh script で中身を少しだけ変更してから、
  cvs -d :pserver:anoncvs@sup.jp.netbsd.org:/cvs/cvsroot update -P -d
したら、(以前に syssrc も置いてあったので)次の大きさになる。
961,228  src
175,532  syssrc

Release Cycle になっていると思ったのは勘違い:

   1. src/distrib/miniroot/list 
   2. src/distrib/macppc/floppies/ram-disk/list

の二つを混同していて、そのうち
最初に 2. を見ていて、その後に 1. を見て、見覚えがある
2. の内容ではなく古くなってしまっている気がして、上記のよう
に思ってしまったためです。

make release .. pax: Unable to access ./usr/include/dev/scsipi/scsi_cd.h <No such file or directory>:

scsipi_cd.h の typo か。これってどこを直すのかなぁ。 flist とかいうやつ ?
--- src/distrib/sets/lists/comp/mi-o	Fri Jun  1 19:11:01 2001
+++ src/distrib/sets/lists/comp/mi	Sun Jun  3 21:02:22 2001
@@ -158,7 +158,7 @@
 ./usr/include/dev/sbus/mbppio.h		comp-c-include
 ./usr/include/dev/scsipi		comp-c-include
 ./usr/include/dev/scsipi/scsi_all.h		comp-c-include
-./usr/include/dev/scsipi/scsi_cd.h		comp-c-include
+./usr/include/dev/scsipi/scsipi_cd.h		comp-c-include
 ./usr/include/dev/scsipi/scsi_disk.h		comp-c-include
 ./usr/include/dev/scsipi/scsiconf.h		comp-c-include
 ./usr/include/dev/scsipi/scsipi_all.h		comp-c-include
かも知れない。 distrib/sets/lists/comp/mi tron って誰だろう。→ tron$zhadum.de (Matthias Scheler)

#2 [IPv6] 自分の覚えを作って見た。(まだ途中)

anycast:

 inet6 2001:218:463:1:: prefixlen 64 anycast
という設定が表示されるが、これを機械を再起動しないで変更したかった。
(time make build 中なので)
ifconfig gm0 inet6 2001:218:463:1:: prefixlen 64 -anycast
これで
inet6 2001:218:463:1:: prefixlen 64
に変る
ifconfig gm0 inet6 2001:218:463:1:: down
したら network が落ちてしまったが、あせらずに
ifconfig gm0 inet6 2001:218:463:0:: prefixlen 64 anycast
としたら、次の二つ(等が)表示される
inet6 2001:218:463:1:: prefixlen 64
inet6 2001:218:463:: prefixlen 64 anycast



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

Count.cgi (since 2000/02/05)