From owner-freebsd-stable@FreeBSD.ORG Fri Jan 16 13:31:10 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DBCA106566B; Fri, 16 Jan 2009 13:31:10 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from contrabass.post.ru (contrabass.post.ru [85.21.78.5]) by mx1.freebsd.org (Postfix) with ESMTP id D352D8FC14; Fri, 16 Jan 2009 13:31:09 +0000 (UTC) (envelope-from root@dchagin.dialup.corbina.ru) Received: from corbina.ru (mail.post.ru [195.14.50.16]) by contrabass.post.ru (Postfix) with ESMTP id 5B60447124; Fri, 16 Jan 2009 16:08:53 +0300 (MSK) X-Virus-Scanned: by cgpav Uf39PSi9pFi9oFi9 Received: from dchagin.dialup.corbina.ru ([78.107.232.239] verified) by corbina.ru (CommuniGate Pro SMTP 5.1.14) with ESMTPS id 1572609744; Fri, 16 Jan 2009 16:08:53 +0300 Received: from dchagin.dialup.corbina.ru (localhost.chd.net [127.0.0.1]) by dchagin.dialup.corbina.ru (8.14.3/8.14.3) with ESMTP id n0GD8qT4004747; Fri, 16 Jan 2009 16:08:52 +0300 (MSK) (envelope-from root@dchagin.dialup.corbina.ru) Received: (from root@localhost) by dchagin.dialup.corbina.ru (8.14.3/8.14.3/Submit) id n0GD8k6W004746; Fri, 16 Jan 2009 16:08:46 +0300 (MSK) (envelope-from root) Date: Fri, 16 Jan 2009 16:08:46 +0300 From: Chagin Dmitry To: Pete French Message-ID: <20090116130846.GA4726@dchagin.dialup.corbina.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Cc: freebsd-stable@freebsd.org, drosih@rpi.edu, rwatson@freebsd.org, rblayzor.bulk@inoc.net Subject: Re: Big problems with 7.1 locking up :-( X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2009 13:31:10 -0000 On Fri, Jan 16, 2009 at 12:35:49PM +0000, Pete French wrote: > > ps > > output from 'ps' is here: http://toybox.twisted.org.uk/~pete/71_lock_ps/ > there are a lot of processes as this machine runes the same webservices > as the actual webservers, just that nobody connects to them. > > > show lockedvnods > > nothing - there are no locked vnodes > > > show alllocks > > this gives me 'no suich command' theres a whole list of things I > can show, but none of them look like all the locks. what about the locktree > or the lockchain ? > hi, please type: show lock 0xffffff0001254d20 and then show thread 0xXXXXXXXXXXX where XXXXX is 'owner' of previous output. -- Have fun! chd