Subject: Re: panic with nfs: locking against myself
To: Pavel Cahyna <pavel.cahyna@st.ms.mff.cuni.cz>
From: Frederick Bruckman <fredb@immanent.net>
List: tech-kern
Date: 03/18/2003 11:48:49
On Tue, 18 Mar 2003, Pavel Cahyna wrote:

> # mount -t nfs -o rw,-q,-i omega:/usr/pkgsrc /usr/pkgsrc/
>
> # su - build
> $ cd /usr/pkgsrc/print/teTeX
> $ make clean
>
> at this moment the kernel crashes with
>
> panic: lockmgr: locking against myself

I bet it's the "-q". For what it's worth, I build with source and
objdirs on NFS mounts all the time, mounted with "-3Tbi". Try it
without the "-q".

It's not even clear from the man page what "-q" does. It's a backport
of the leasing extensions to version 3 to version 2 + NQNFS? What if
you're using version 3?

Frederick