トップ 最新 追記

inouetomの備忘録

RSS feed

リンクはご自由に、ツッコミ(コメント)はお気軽にどうぞ。


2003-10-04[土] [長年日記] [編集]


2003-10-11[土] [長年日記] [編集]

■1 [映画] インファナル・アフェア

SATYで。

追記)DVDも出た。

インファナル・アフェア [DVD]

■2 秘密

 秘密だが重大なことを。  喜んでもらえたらしい。  が、真剣な話も。  追記)手元のPCに残していたメモを転記
帰宅したところでプロポーズ。
また泣かせてしまった。
さぁ、しっかりしなければ。

2003-10-16[木] [長年日記] [編集]

■1 [FreeBSD-users-jp 67729] Problem about sound device - 440MX NotePC

Hyper研から借りたVA70Jの症状とおなじ

■2 CIO4T IEEE 1394 PC Camera

http://www.aplux.com

10000yen くらい。54さん所有のもの。


2003-10-17[金] [長年日記] [編集]


2003-10-21[火] [長年日記] [編集]

■1 音声ソフトウェア

名大の板野さんのページ。spwaveは以前見たな。

■2 postfix & spamassasin

DaemonNewsの記事


2003-10-22[水] [長年日記] [編集]

■2 WebPublisher

Eclipse Plug-inとして動作する


2003-10-23[木] [長年日記] [編集]

■1 RapidRestore

http://www-6.ibm.com/jp/pc/migration/rapidrestore/rru.html


2003-10-25[土] [長年日記] [編集]


2003-10-26[日] [長年日記] [編集]

■1 双方の親への報告

認めていただけた。


2003-10-27[月] [長年日記] [編集]

■1 distributed.net

ボクが開始してから100日たったらしい(OverAllで13145位)


2003-10-30[木] [長年日記] [編集]

■1 中学の同級生

夜、中学の同級生のS川君にあった。家(中古物件を購入してリフォームしたらしい)の前まで行った。

住所は実家と番地違いやな。近々遊びに行く予定。


2003-10-31[金] [長年日記] [編集]

■1 bind9

 http://people.freebsd.org/~dougb/randomness.htmlをみたらrandomのことについて書いてあったので対策
inouetom@sally% grep -i irq /var/run/dmesg.boot
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
sis0:  port 0xd400-0xd4ff mem 0xe7800000-0xe7800fff irq 12 at device 1.1 on pci0
ohci0:  mem 0xe7000000-0xe7000fff irq 3 at device 1.2 on pci0
ohci1:  mem 0xe6800000-0xe6800fff irq 3 at device 1.3 on pci0
pci0:  (vendor=0x1039, dev=0x7018) at 1.4 irq 10
pci1:  at 0.0 irq 11
ohci2:  mem 0xe5000000-0xe5000fff irq 10 at device 8.0 on pci2
ohci3:  mem 0xe4800000-0xe4800fff irq 12 at device 8.1 on pci2
pci2:  at 8.2 irq 3
fwohci0:  port 0x9800-0x987f mem 0xe3800000-0xe38007ff irq 11 at device 11.0 on pci2
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
atkbd0:  flags 0x1 irq 1 on atkbdc0
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio1: configured irq 3 not in bitmap of probed irqs 0
ppc0:  at port 0x378-0x37f irq 7 on isa0
 random deviceとして使えるのは、キーボード、マウス、ATA、ネットワークのようなので、IRQは14, 12、1を指定しよう
inouetom@sally% sudo rndcontrol -s 1
rndcontrol: setting irq 1
rndcontrol: interrupts in use: 1
inouetom@sally% sudo rndcontrol -s 12
rndcontrol: setting irq 12
rndcontrol: interrupts in use: 1 12
inouetom@sally% sudo rndcontrol -s 14
rndcontrol: setting irq 14
rndcontrol: interrupts in use: 1 12 14
 /etc/rc.confに書き加えておく
rand_irqs="1 12 14"

過去の日記
トップ 最新 追記