[801] in NetBSD-Development
Fails to shutdown cleanly
daemon@ATHENA.MIT.EDU (John Hawkinson)
Mon Jun 19 02:51:29 1995
Date: Mon, 19 Jun 1995 02:51:10 -0400
To: netbsd-afs@MIT.EDU
From: John Hawkinson <jhawk@MIT.EDU>
AFS seemed like it was shutting down cleanly. I know I did a
shutdown -h now on lime earlier today and everything was hunky
dory.
BUT! (with the new libafs and new kernel; % indicates arbitrary
8 digit hex number I was too lazy to type):
syncing disks... unmount of /afs failed with error 16
vm_fault(%, 0, 3, 0 ) -> 1
kernel: page fault trap, code=0
TRACEBACK:
_ufs_ihashrem(%,%,%,%,%) + 0x10
_ufs_reclaim(%) + 0x2f
_ffs_reclaim(%) + 0x10
_vclean(%, 8) + 0x102
_vflush(%,0,2,%,%) + 0x74
ffs_flushfiles(%,2,%,%,0) + 0x1c
ffs_unmount(%,80000,%,%,%) + 0x1c
dounmount(%,80000,%) + 0x87
vfs_unmountall(%,0,0,0) + 0x2b
vfs_shutdown(%,%,%,8,%) + 0x4c
boot(8,%,%,%,%) + 0x43
reboot(%,%,%,0,1) + 0z29
syscall() + 0x21d
--- syscall (number 55) --- [sys_reboot]
--jhawk