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

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

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

#1 [MTA] Majordomo info leakage, all versions

覚え

#2 [inn] inn-2.3.4 でも入れて見るかと

  1. 酒井さんからの情報 が移動していたのに気付いていなかった。(ので 自分の接続 を直す)

2.3.2 と 2.3.4 の ./configure --help 差分:

tar zxf /a/j/distfiles/inn-2.3.4.tar.gz
tar zxf /a/j/distfiles/inn-2.3.2.tar.gz
cd inn-2.3.2/
./configure --help > /tmp/2.3.2
cd ../
cd inn-2.3.4/
./configure --help > /tmp/2.3.4
diff -u /tmp/2.* 

--- /tmp/2.3.2  Sat Mar  1 09:19:17 2003
+++ /tmp/2.3.4  Sat Mar  1 09:19:26 2003
@@ -73,4 +73,4 @@
   --enable-fast-install[=PKGS]  optimize for fast installation [default=yes]
   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
   --disable-libtool-lock  avoid locking (might break parallel builds)
-  --with-openssl=PATH     enable OpenSSL [default=no]
+  --with-openssl=PATH     Enable OpenSSL (for NNTP over SSL support)
ttyp0:makoto@celeron  9:24:28/030301(...local-src/inn-2.3.4)> 
ということで実質同じ。

configure して見る:

./configure \
  --with-perl \
  --enable-uucp-names \
  --enable-setgid-inews
....
Please check the following files before running make, to ensure that 
everything was set correctly.

        Makefile.global
        include/config.h
        include/paths.h
        innfeed/innfeed.h

time make:

45.375u 7.576s 1:08.90 76.8% 0+0k 19+2481io 140pf+0w ttyp0:makoto@celeron 9:28:08/030301(...local-src/inn-2.3.4)>

/usr/local/news:

mkdir   /export/news
ln   -s /export/news /usr/local/news
make install

ttyp0:root@celeron  10:08:27/030301(/export/news)# ls -l
total 10
drwxr-xr-x  6 news  news  1536 Mar  1 10:07 bin
drwxr-xr-x  2 news  news   512 Mar  1 10:07 db
drwxr-xr-x  2 news  news  1024 Mar  1 10:07 etc
drwxr-xr-x  2 news  news   512 Mar  1 10:07 lib
drwxr-xr-x  3 news  news   512 Mar  1 10:07 log
drwxr-xr-x  6 news  news   512 Mar  1 10:07 man
drwxr-x---  2 news  news   512 Mar  1 10:07 run
drwxr-xr-x  8 news  news   512 Mar  1 10:07 spool
drwxr-xr-x  2 news  news   512 Mar  1 10:07 tmp
ttyp0:root@celeron  10:08:29/030301(/export/news)# 

ERROR: out of memory in make_file:

ttyp0:root@celeron 10:11:10/030301(/export/news)# rsync -rLtgopD hoge:/usr/local/news/spool/ spool/ ERROR: out of memory in make_file rsync: connection unexpectedly closed (5690292 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150)

pstat -s:

copy 元
Device      1K-blocks     Used    Avail Capacity  Priority
/dev/wd0b      126000    26268    99732    21%    0
copy 先
Device      1K-blocks     Used    Avail Capacity  Priority
/dev/wd0b     1016568     1212  1015356     0%    0
swap が足りない時に加える方法 128M (数え方によっては 131M) を加える場合。
dd if=/dev/zero of=./swap2 bs=1024 count=128000 && 
sudo /sbin/mkswap ./swap2 && 
sudo /sbin/swapon ./swap2 
実際にやって見る。
ttyp0:makoto@hoge  10:25:59/030301(/export)# \
? time dd if=/dev/zero of=./swap2 bs=1024 count=256000
256000+0 records in
256000+0 records out
262144000 bytes transferred in 33 secs (7943757 bytes/sec)
0.641u 28.912s 0:33.22 88.9%    0+0k 49+32092io 0pf+0w
8MB/s ? 遅いなぁ。 mkswap って、ない。

you don't need mkswap in NetBSD:

ttyp0:makoto@hoge  10:28:28/030301(/export)# swapon ./swap2
swapon: ./swap2 is readable by the world
ttyp0:makoto@hoge  10:33:38/030301(/export)# pstat -s
Device      1K-blocks     Used    Avail Capacity  Priority
/dev/wd0b      126000    26268    99732    21%    0
./swap2        256000        0   256000     0%    0
Total          382000    26268   355732     7%
ttyp0:makoto@hoge  10:33:40/030301(/export)# 
This makes nothing changed....

out of memory in map_pty and make_file:

root でも unlimit は必要 ?

別区画を作ってあれば dump/restore で写すのが普通だった。:

関係ないけれど /usr/sbin/mk-amd-map って何:

man mk-amd-map はあるけれど man amd(8) からは参照がない。

makehistory core dumps ?:

ttyp0:news@celeron  21:23:12/030301(~)> makehistory -b -f history.n -O -l 30000 -I
Segmentation fault (core dumped)

#0  0x805e506 in GROUPnewnode () at ov3.c:393
393         GROUPheader->freelist = GROUPentries[GROUPheader->freelist.recno].next;
(gdb) where
#0  0x805e506 in GROUPnewnode () at ov3.c:393
#1  0x805e143 in tradindexed_groupadd (group=0x8082000 "nippon", lo=1, hi=0, 
    flag=0x808201d "y") at ov3.c:285
#2  0x804df82 in OVgroupadd (group=0x8082000 "nippon", lo=1, hi=0, 
    flag=0x808201d "y") at ov.c:187
#3  0x804b945 in OverAddAllNewsgroups () at makehistory.c:791
#4  0x804be45 in main (argc=8, argv=0xbfbfdb98) at makehistory.c:917
#5  0x8049cd0 in ___start ()

2001年12月25日の電波状況:

INN Changes and Upgrade Information:

If you're importing a traditional spool from a pre-storage API INN server, it's strongly recommended that you use NNTP to feed the articles to your new server rather than trying to build overview and history directly from the old spool. It's more reliable and ensures that everything gets put into the right place. The easiest way to do this is to generate, on your old server, a list of all of your existing article files and then feed that list to innxmit.
なんて書いてある。

#3 [robot] GAIS

s3.irc.ccu.edu.tw - - [01/Mar/2003:12:25:47 +0900] ...."Gaisbot/3.0+(robot@gais.cs.ccu.edu.tw;+http://gais.cs.ccu.edu.tw/robot.php)"
web は用意してあるようだけれど、 間隔が..

robotはぢきについて:

最近日記から行ったのに、見失なってしまったのを見つけた。 (が GAIS は載ってなかった)

User-Agentについてのたわごと:

には載っている。
140.123.103.245 は router で弾いておく。

#4 [無題] おひなさま 雛人形を出す


#5

222kB Gimp を jpeg 写真の加工に使うのは初めてなので、少しとまどう。



最近の日記
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)