From owner-freebsd-questions@FreeBSD.ORG Mon Apr 18 21:30:40 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 535A3106566B for ; Mon, 18 Apr 2011 21:30:40 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout025.mac.com (asmtpout025.mac.com [17.148.16.100]) by mx1.freebsd.org (Postfix) with ESMTP id 38F6A8FC14 for ; Mon, 18 Apr 2011 21:30:40 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp025.mac.com (Oracle Communications Messaging Exchange Server 7u4-20.01 64bit (built Nov 21 2010)) with ESMTPSA id <0LJV00L1TAELHU20@asmtp025.mac.com> for freebsd-questions@freebsd.org; Mon, 18 Apr 2011 14:30:22 -0700 (PDT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2011-04-18_06:2011-04-18, 2011-04-18, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1104180147 From: Chuck Swiger In-reply-to: <201104181518.18127.freebsd@insightbb.com> Date: Mon, 18 Apr 2011 14:30:39 -0700 Message-id: <5A0EC731-722C-4250-BA41-108DBAC98BBB@mac.com> References: <201104181518.18127.freebsd@insightbb.com> To: Steven Friedrich X-Mailer: Apple Mail (2.1084) Cc: freebsd-questions@freebsd.org Subject: Re: Unable to find an appropriate lock to guard the shared cache. This *should* be essentially impossible X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Apr 2011 21:30:40 -0000 On Apr 18, 2011, at 12:18 PM, Steven Friedrich wrote: > I tried searching the archives, but didn't get hits. > > Goggle hits revealed little info. > > Unable to find an appropriate lock to guard the shared cache. This *should* > be essentially impossible Does this thread help: http://forums.freebsd.org/showthread.php?p=130978 Also, posting the output of "sysctl -a | grep kern.ipc.shm" might be helpful. Regards, -- -Chuck