Don't know if this is the right place to post: I encountered a non
critical error on a 6.2 i386 box and I found no reference to it on the web.
Here's the log:
> Aug 1 10:33:28 soth kernel:
kdb_backtrace(e8f18848,c053df25,c0663543,c0663590,cbace6cc,...) at
kdb_backtrace+0x29
> Aug 1 10:33:28 soth kernel: vfs_badlock(c0663543,c0663590,cbace6cc) at
vfs_badlock+0x11
> Aug 1 10:33:28 soth kernel: assert_vop_unlocked(cbace6cc,c0663590) at
assert_vop_unlocked+0x4d
> Aug 1 10:33:28 soth kernel: vop_rename_pre(e8f188dc) at
vop_rename_pre+0x5f
> Aug 1 10:33:28 soth kernel: VOP_RENAME_APV(c06a5840,e8f188dc) at
VOP_RENAME_APV+0x7a
> Aug 1 10:33:28 soth kernel:
nfsrv_rename(c8d77a00,c6ada080,c6743000,e8f18c98) at nfsrv_rename+0x760
> Aug 1 10:33:28 soth kernel: nfssvc_nfsd(c6743000) at nfssvc_nfsd+0x3d9
> Aug 1 10:33:28 soth kernel: nfssvc(c6743000,e8f18d04) at nfssvc+0x18c
> Aug 1 10:33:28 soth kernel: syscall(3b,3b,3b,1,0,...) at syscall+0x25b
> Aug 1 10:33:28 soth kernel: Xint0x80_syscall() at Xint0x80_syscall+0x1f
> Aug 1 10:33:28 soth kernel: --- syscall (155, FreeBSD ELF32, nfssvc), eip
= 0x280bd1b7, esp = 0xbfbfeb1c, ebp = 0xbfbfeb38 ---
> Aug 1 10:33:28 soth kernel: vop_rename: fdvp locked: 0xcbace6cc is locked
but should not be
What I was trying to do was moving some file through NFS (the logs come
from the server); I typed:
mv foo/ .
The problem was that in "foo" there was another directory named
"foo".
In case anyone is interested...
bye
av.