[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

1.5U Re: trap .. (Re: F2 get power and date off (Re: iBook/sleep ?))



>                                   Sat Apr 14 21:48:56 2001
>                                            千葉市中央区長洲
>                                                    藤原  誠
>                                                makoto@ki.nu
藤原> これを、2001-04-12 の日付の 
藤原> NetBSD/NetBSD-current/tar_files/src/sys.tar.gz
藤原> に当てて作ったもの (例によって insecure だけは追加)

で実は、patch を当てない 2001-04-12 (1.5U) はというと、
spurious interrupt
という行がいくつも(数限りなく)出て、その後に、
例によって /usr に /U を載せているので、
(僕が勝手にそう呼んでいる) union mount 問題 になってしまいます。
以下の表示の spurious interrupt はそのままの数が出ています。
(mountd の行は愛敬です)。入力は当然出来ています。
...
Starting amd.
spurious interrupt
spurious interrupt
spurious interrupt
spurious interrupt
spurious interrupt
spurious interrupt
Clearing /tmp.
spurious interrupt
starting local daemons:.
.
Updating motd.
Apr 14 21:30:59 nazuha mountd[133]: Can't delete exports for /usr
spurious interrupt
spurious interrupt
spurious interrupt
panic: kernel diagnostic assertion "access_type == VM_PROTO_READ ||
         (pg->flags & PG_RDONLY) == 0" failed:
file "/usr/src/sys/uvm/uvm_fault.c", line 1691

Stopped in pid 181 (sed) at cpu_Debugger+0x10: lwz r0,r1, 0x14,
db> trace
at panic+e8
at __assert+2c
at uvm_fault+124e
at trap+23c
at ddblow+e0
end+ffba3108
db> next
spurious interrupt
spurious interrupt
...
rebooting..

---
(藤原)