Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2003 17:25:36 -0800 (PST)
From:      "Andrew P. Lentvorski, Jr." <bsder@allcaps.org>
To:        Steve Sizemore <steve@ls.berkeley.edu>
Cc:        Terry Lambert <tlambert2@mindspring.com>, <current@freebsd.org>
Subject:   Re: NFS file unlocking problem
Message-ID:  <Pine.LNX.4.44.0303181722440.21978-100000@mail.allcaps.org>
In-Reply-To: <20030318172237.GA320@math.berkeley.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 18 Mar 2003, Steve Sizemore wrote:

>     root     399  0.0  0.1 263496 1000 ??  Is    9:11AM   0:00.00 /usr/sbin/rpc.sta
>     root     402  0.0  0.1  1512 1156  ??  Ss    9:11AM   0:00.00 /usr/sbin/rpc.loc
>     daemon   405  0.0  0.1  1484 1176  ??  I     9:11AM   0:00.00 /usr/sbin/rpc.loc

This might be the culprit.  The way that rpc.lock works is that it grabs a 
lock on the *entire* underlying file when any lock request comes in.  If 
those requests get misrouted to the wrong daemon, it is likely to cause 
havoc.

-a


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0303181722440.21978-100000>